Skip to content

Instantly share code, notes, and snippets.

@joshcooper
Created October 1, 2012 17:51
Show Gist options
  • Save joshcooper/3813324 to your computer and use it in GitHub Desktop.
Save joshcooper/3813324 to your computer and use it in GitHub Desktop.
package { 'Java(TM) 7 Update 5':
ensure => installed,
source => '...\jre-7u5-windows-i586.exe',
install_options => [
'/s', '/v/qn" ADDLOCAL=jrecore REBOOT=Suppress JAVAUPDATE=0"'
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment