152
edits
Changes
Java
,Updated with: Java Runtime Environment (JRE) 6 Update 6
==Java Runtime Environment (JRE) 6 Update 56==
You are encouraged to upgrade for security reasonsat least to Update 5: http://www.kb.cert.org/vuls/id/223028. Update 6 seems to just correct some minor bugs not related to security: http://java.sun.com/javase/6/webnotes/ReleaseNotes.html This requires the Windows Offline installation package available from Sun. Note that the java install package does not replace old versions, so JRE 1.5 and JRE 1.6 can coexist; all older 1.6 update versions (1.6.0 up to 1.6.0 Update 5) are tried to be removed.Notice how the path string in the uninstall check has changed from previous version.Automatic updates can be disabled with JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0, but I'm not sure if it works at all. <source lang="xml"> <package id="java6" name="Java Runtime Environment 6 Update 6" revision="6" reboot="false" priority="100"> <check type="uninstall" condition="exists" path="Java(TM) 6 Update 6" /> <install cmd='msiexec /qn /x {3248F0A8-6813-11D6-A77B-00B0D0160000}'><exit code='0' /><exit code='1605' /></install> <install cmd='msiexec /qn /x {3248F0A8-6813-11D6-A77B-00B0D0160010}'><exit code='0' /><exit code='1605' /></install> <install cmd='msiexec /qn /x {3248F0A8-6813-11D6-A77B-00B0D0160020}'><exit code='0' /><exit code='1605' /></install> <install cmd='msiexec /qn /x {3248F0A8-6813-11D6-A77B-00B0D0160030}'><exit code='0' /><exit code='1605' /></install> <install cmd='msiexec /qn /x {3248F0A8-6813-11D6-A77B-00B0D0160040}'><exit code='0' /><exit code='1605' /></install> <install cmd='msiexec /qn /x {3248F0A8-6813-11D6-A77B-00B0D0160050}'><exit code='0' /><exit code='1605' /></install> <install cmd='%SOFTWARE%\jre\jre-6u6-windows-i586-p.exe /s IEXPLORER=1 MOZILLA=1 ADDLOCAL=ALL REBOOT=Suppress JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0' /> <upgrade cmd='msiexec /qn /x {3248F0A8-6813-11D6-A77B-00B0D0160000}'><exit code='0' /><exit code='1605' /></upgrade> <upgrade cmd='msiexec /qn /x {3248F0A8-6813-11D6-A77B-00B0D0160010}'><exit code='0' /><exit code='1605' /></upgrade> <upgrade cmd='msiexec /qn /x {3248F0A8-6813-11D6-A77B-00B0D0160020}'><exit code='0' /><exit code='1605' /></upgrade> <upgrade cmd='msiexec /qn /x {3248F0A8-6813-11D6-A77B-00B0D0160030}'><exit code='0' /><exit code='1605' /></upgrade> <upgrade cmd='msiexec /qn /x {3248F0A8-6813-11D6-A77B-00B0D0160040}'><exit code='0' /><exit code='1605' /></upgrade> <upgrade cmd='msiexec /qn /x {3248F0A8-6813-11D6-A77B-00B0D0160050}'><exit code='0' /><exit code='1605' /></upgrade> <upgrade cmd='%SOFTWARE%\jre\jre-6u6-windows-i586-p.exe /s IEXPLORER=1 MOZILLA=1 ADDLOCAL=ALL REBOOT=Suppress JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0' /> <remove cmd='msiexec /qn /x {3248F0A8-6813-11D6-A77B-00B0D0160060}' /> </package></source> http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment-guide/silent.html ==Java Runtime Environment (JRE) 6 Update 5==
This requires the Windows Offline installation package available from Sun. Note that the java install package does not replace old versions, so JRE 1.5 and JRE 1.6 can coexist; all older 1.6 update versions (1.6.0, 1.6.0 Update 1, 1.6.0 Update 2, 1.6.0 Update 3 and 1.6.0 Update 4) are tried to be removed.