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>` will have any effect
with this package, because you are installing from a local file with a
fixed version.

Have you considered resorting to an exec resource to perform the
installation for you? I assume that a well known file path is created
during installation, so you can use that to check (e.g. creates =>
'C:/Programs/...').

HTH,
Felix

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/548AE665.9090005%40alumni.tu-berlin.de.
For more options, visit https://groups.google.com/d/optout.

Reply via email to