Changes

Java

18 bytes added, 17:59, 2 May 2011
Update to 6u25
There are various versions of the installer:
* Those from a http://javawww.sunoracle.com/technetwork/java/javase/downloads/index.jsp html which are aimed at developers or ISVs. We want the 'Windows Offline Installation' version with a filename of jre-6u##-windows-i586.exe.
* Those from http://www.java.com/en/download/manual.jsp which are aimed at consumers. The versions available here are 'Windows 7/XP/Vista/2000/2003/2008 Online' (same as the 'Windows Online Installation' above) (jre-6u23-windows-i586-iftw-rv.exe) and 'Windows 7/XP/Vista/2000/2003/2008 Offline' (not the same as the 'Windows Offline Installation' above) (jre-6u23-windows-i586-s.exe). In versions prior to update 19 or maybe 18 the installer filename ending in -s.exe tried to download the Google Toolbar so this may still be the case with this version.
<source lang="xml">
<package id="java6" name="Java Runtime Environment 6" revision="%version%" reboot="false" priority="100">
<variable name="version" value="2425" />
<check type="uninstall" condition="exists" path="Java(TM) 6 Update %version%" />
117
edits