Changes

Jump to: navigation, search

Java

161 bytes added, 15:56, 17 January 2013
Added uninstall code from jucheck in JRE7 (same as before)
== Disable Automatic Update ==
The Java Auto Updater is a separate package that is automatically installed with the JRE. You can disable automatic updates by uninstalling the Java Auto Updater after the JRE is installed or upgraded, by adding the following to your package definition [TODO]:
<source lang="xml">
<install cmd='msiexec /qn /x {?4A03706F-666A-4037-7777-5F2748764D10}' /><upgrade cmd='msiexec /qn /x {?4A03706F-666A-4037-7777-5F2748764D10}' />
</source>
 
The Java Auto Updater Product Code in version 7 is unchanged from version 6 (current as of 7u10)
=Java Runtime Environment (JRE) 6=

Navigation menu