Attempting to silently install a package using a response file and the
appropriate command line.
The command I need to run is:
- .\setup.exe -s f1".\setup.iss"
What I need to enter into arguments is:
- name: install software
win_package:
path: "C:\\Users\\UserName\\Desktop\\Software\\setup.exe"
product_id: {guid}
arguments: "-s -f1".\setup.iss""
I am unable to get the double quotes to pass through it seems. I've tried
various formats such as:
- ' "-s -f1".\setup.iss"" '
- ' -s -f1".\setup.iss" '
- "-s -f1'.\setup.iss' "
Help?
--
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/2c3be6d6-20f7-4cc4-a47a-9c2a02092eaf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.