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 examples of using dcomperm.exe to do something similar if 
you need.  Check the documentation for the exe to find out what dcom 
permissions it needs.

My guess would be that the app is expecting to run as an interactive user, 
which you wont be running as under winrm, so you'll probably need to grant 
explicit dcom permissions before attempting to install.

I can dig out some examples of using dcomperm.exe via raw module if you need.

Hope this helps,

Jon

-- 
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/2d053eb2-e399-43e7-976e-54432778da66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to