And yes on ansible 2.0.0.2

On Wednesday, February 17, 2016 at 9:15:34 AM UTC-8, Gerald Spencer wrote:
>
> Unfortunately, the installshield requires the quotes around the 
> referencefile path following the -f1 switch. 
>
> On Wednesday, February 17, 2016 at 8:17:49 AM UTC-8, J Hawkesworth wrote:
>>
>> Are you using Ansible 2.0.0.2?  
>>
>> I suggest trying to do away with the quotes if at all possible, even if 
>> you wind up with a full path to the setup.iss
>>
>> arguments: "-s -f1 C:\\Users\\UserName\\Desktop\\Software\\setup.exe"
>>
>> Jon
>> On Wednesday, 17 February 2016 11:29:02 UTC, Gerald Spencer wrote:
>>>
>>> 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 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/4600aa49-0559-44e6-b46d-0c627c4e7066%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to