try win_package - win_msi is *only* for (well behaved) msi files.

also win_chocolatey is an option for a lot of places if it meets your 
security requirements.

A lot of (older) .exe programs will assume there is a user and pop up some 
kind of dialog box, which will cause the module to hang indefinitely.  Most 
decent modern software has a command line switch to run in silent and or 
unattended mode, so search for  'xxx.exe unattended installation' to see if 
that's an option for you.

Hope this helps,

Jon
On Thursday, September 1, 2016 at 4:55:00 PM UTC+1, [email protected] wrote:
>
> Hi,
>
> I'm trying to install a software(.exe file) using raw module in windows 
> but failed to do.
>
> - hosts : all
>   remote_user: administrator
>   
>
>   tasks:
>    - raw : xxx.exe /s
>
> Is there any other module to install software from .exe files?? I tried 
> win_msi but it didnt work.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c4532802-90dd-48b9-b053-df3a4f99c24c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to