Hi

The task part of the playbook is:

- name: Install Office 2016 64-bit
  win_package:
    path: 'c:\temp\Office2016\office2016-64\setup.exe'
    product_id: '{90160000-0012-0000-1000-0000000FF1CE}'
    arguments: '/adminfile unattended.MSP'

Before this task, I have another task that copied the distribution files 
for Office 2016 64 bit install to that c:\temp\Office2016\office2016-64\ 
directory already.  The unattended.MSP is basically created with the 
Display level set to none with Suppress Modal selected only.




On Saturday, March 23, 2019 at 7:47:35 AM UTC-4, Seth Daemen wrote:
>
> Can you post your playbook here?
>
> Op zaterdag 23 maart 2019 02:43:51 UTC+1 schreef Tuyen Nguyen:
>>
>> Hi
>>
>> I created a playbook to install Office 2016 which I think should work.  I 
>> had it run setup.exe /adminfile <unattended.msp file> -- the unattended.msp 
>> file I created by running setup.exe /setup and setting it to install with 
>> Display level: None, which has Suppress Modal selected only.
>>
>> Each time I try running it, it keeps errorring out with a return code of 
>> 30066.  Has anyone seen this issue before and how do we get around this 
>> error?
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/62f0e605-5195-4432-adb8-47eb2fa6832a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to