Re: [Puppet Users] Passing exe switches on Windows

2014-12-13 Thread cko
I was referring to the documentation that I got from the developer of the executable. The correct switches are: ['/S', '/v/qn'], On Friday, December 12, 2014 6:46:14 PM UTC+1, Josh Cooper wrote: On Fri, Dec 12, 2014 at 8:59 AM, cko der...@gmail.com javascript: wrote: It turned out

Re: [Puppet Users] Passing exe switches on Windows

2014-12-12 Thread Felix Frank
On 12/10/2014 12:23 PM, cko wrote: /package { 'signotec WinUSB':/ /ensure = '1.0.4',/ /source = E:/signotec_WinUSB_1.0.4_64Bit.exe,/ /install_options = ['/S', '/vn'],/ /}/ Any ideas how to work around this issue? Hi, I don't really see how using `ensure = version`

Re: [Puppet Users] Passing exe switches on Windows

2014-12-12 Thread Rob Reynolds
On Wed, Dec 10, 2014 at 5:23 AM, cko dert...@gmail.com wrote: Hi, I'm trying to get the following manifest to work on a Windows Server 2008R2 node: *package { 'signotec WinUSB':* * ensure = '1.0.4',* * source = E:/signotec_WinUSB_1.0.4_64Bit.exe,* * install_options =

Re: [Puppet Users] Passing exe switches on Windows

2014-12-12 Thread cko
It turned out that it was a small typo in the documentation of the .exe file. I resolved this issue by simply providing the correct switches to the install_options parameter. Thanks! On Friday, December 12, 2014 5:50:06 PM UTC+1, Rob Reynolds wrote: On Wed, Dec 10, 2014 at 5:23 AM, cko

Re: [Puppet Users] Passing exe switches on Windows

2014-12-12 Thread Josh Cooper
On Fri, Dec 12, 2014 at 8:59 AM, cko dert...@gmail.com wrote: It turned out that it was a small typo in the documentation of the .exe file. I resolved this issue by simply providing the correct switches to the install_options parameter. Can you provide details about what was wrong with the

[Puppet Users] Passing exe switches on Windows

2014-12-10 Thread cko
Hi, I'm trying to get the following manifest to work on a Windows Server 2008R2 node: *package { 'signotec WinUSB':* * ensure = '1.0.4',* * source = E:/signotec_WinUSB_1.0.4_64Bit.exe,* * install_options = ['/S', '/vn'],* *}* Running 'puppet agent -t --debug' shows that