Changes
Java
,→Install JRE with msi without removing old version in a mixed 32-bit/64-bit environment in one package
<variable name="autoupdate" value="0" />
<check architecture="x86" type="file" condition="exists" path="%PROGRAMFILES%\Java\jre7\bin\java.exe" />
<check architecture="x64" type="file" condition="exists" path="%PROGRAMFILES(X86)%\Java\jre7\bin\java.exe" />
<check type="logical" condition="or">
<check type="uninstall" condition="exists" path="Java 7" />
<!-- jre 64-bit install with the msi ; for 64-bit hosts only -->
<check architecture="x64" type="file" condition="exists" path="%PROGRAMFILES%\Java\jre7\bin\java.exe" />
<check architecture="x64" type="logical" condition="or">
<check type="uninstall" condition="exists" path="Java 7 (64-bit)" />