On Tue, Oct 16, 2012 at 5:45 AM, wukong <[email protected]> wrote:
> Also is there a way to do this as silent install?
>
> Here is my manifest.
>
> package {"java" :
> ensure => installed,
> provider => "windows",
> source => "C:/Manifests/installables/jdk-6u35-windows-i586.exe",
> }
Launching that .exe will always give you a GUI, unless you provide
some additional arguments. To install the JRE silently, see the
following:
http://www.oracle.com/technetwork/java/javase/silent-136552.html#running.
Regards,
Matt.
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.