Changes

Java

1,338 bytes removed, 10:15, 3 March 2014
Java 6 SDK Installer: As the introduction says, this article is about the JRE, not the SDK
</package>
</source>
 
=Java 6 SDK Installer=
[http://www.oracle.com/technetwork/java/javase/releasenotes-136954.html Changelog]
 
==Download==
 
Download the offline installer:
 
* jdk-6u29-windows-i586.exe
 
==WPKG Package==
 
<source lang="xml">
 
<package
id="jdk6"
name="Java SE Development Kit 6"
revision="%version%"
reboot="false"
priority="100">
<variable name="version" value="29" />
<check type="uninstall" condition="exists" path="Java(TM) SE Development Kit 6 Update %version%" />
<install cmd='taskkill /f /im jqs.exe /im iexplore.exe /im firefox.exe'>
<exit code='0' />
<exit code='1' />
<exit code='128' />
</install>
 
<install cmd='%SOFTWARE%\java\jdk-6u%version%-windows-i586.exe /s REBOOT=Suppress' />
<upgrade cmd='taskkill /f /im jqs.exe /im iexplore.exe /im firefox.exe' >
<exit code='0' />
<exit code='1' />
<exit code='128' />
</upgrade>
 
<upgrade cmd='%SOFTWARE%\java\jdk-6u%version%-windows-i586.exe /s REBOOT=Suppress' />
 
<upgrade cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\Java\jre6\bin\jqs.exe" "%PROGRAMFILES%\Java\jre6\bin\jqs.exe" -unregister'>
<exit code='1' />
</upgrade>
<remove cmd='msiexec /qn /x {26A24AE4-039D-4CA4-87B4-2F832160%version%FF}' />
</package>
 
</source>
 
 
See also [[Sun Java]]
 
[[category:Silent Installers]]
[[category:Security Advisories]]
577
edits