[ansible-project] Install EXE on Windows

2017-01-04 Thread 'J Hawkesworth' via Ansible Project
Sounds like the application you are trying to install contains a dcom component. You might need to find a copy of dcomperm.exe and use it to grant launch and activation to the user you are running as, or possibly to the user that the dcom component is configured to run as. I can dig out some ex

[ansible-project] Install EXE on Windows

2017-01-04 Thread Ansible_Red
I want to install an EXE on Windows 2016 server. Other tasks (msi, regkey, add user) do work. - name: Install setup raw: 'D:/setup.exe -ignoreSysPrereqs -silent -responseFile D:/client.rsp' When I execute D:/setup.exe -ignoreSysPrereqs -silent -responseFile D:/client.rsp when logged in on the