[ansible-project] win_package unable to install .exe Chart Director

2017-08-03 Thread daniyal . javed
Hello, I am trying to install Chart Director which is an .exe file with ansible. I am trying to use win_package to do the install as I have already checked for the registries in the uninstall directory (HKLM:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall) after doing a manual

[ansible-project] win_psexec interactive example doesnt open interactive GUI

2017-08-10 Thread daniyal . javed
Hi I am playing around with win_psexec to run an interactive install shield installer. When testing out the functionality from the examples in the module, the interactive GUI does not open upon execution. Heres my playbook from http://docs.ansible.com/ansible/latest/win_psexec_module.html :

[ansible-project] Re: win_package unable to install .exe Chart Director

2017-08-10 Thread daniyal . javed
Turns out the application I am trying to install does not have any silent options. Returns nothing when executed with .\setup-4.0.exe /? or .\setup-4.0.exe /h /help On Thursday, August 3, 2017 at 9:37:35 PM UTC-4, Jordan Borean wrote: > > You would need to find out what the install arguments

[ansible-project] Conditional run of win_feature with ansible

2017-08-30 Thread daniyal . javed
up vote down votefavorite I am installing (about 30) and removing (about 40) required windows features on a 2012 R2 box. My playbook looks like this: --- - name: Installing features win_feature: name: