Changes

Java

6 bytes removed, 17:52, 26 October 2016
Install 32- and 64-bit JRE, remove the previous version: oracle changed the package ids , I edited check and uninstall commands example: 26A24AE4-039D-4CA4-87B4-2F832180%prevshortupdatever%F0 now: 26A24AE4-039D-4CA4-87B4-2F32180%prevshortupdatever%F0
<check type="uninstall" condition="exists" path="Java 8 Update %updatever%" />
<check type="uninstall" condition="exists" path="Java 8 Update %shortupdatever%" />
<check type="uninstall" condition="exists" path="{26A24AE4-039D-4CA4-87B4-2F8321802F32180%shortupdatever%F0}" />
</check>
</install>
<upgrade cmd='msiexec.exe /qn /x {26A24AE4-039D-4CA4-87B4-2F8321802F32180%prevshortupdatever%F0}' /> <!--Remove previous Version-->
<remove cmd='msiexec.exe /qn /x {26A24AE4-039D-4CA4-87B4-2F8321802F32180%shortupdatever%F0}' />
<!-- jre 64-bit install for 64-bit hosts only -->
<check type="uninstall" condition="exists" path="Java 8 Update %updatever% (64-bit)" />
<check type="uninstall" condition="exists" path="Java 8 Update %shortupdatever% (64-bit)" />
<check type="uninstall" condition="exists" path="{26A24AE4-039D-4CA4-87B4-2F8641802F64180%shortupdatever%F0}" />
</check>
<downgrade include="install" />
<upgrade architecture="x64" cmd='msiexec /qn /x {26A24AE4-039D-4CA4-87B4-2F8641802F64180%prevshortupdatever%F0}' /> <!--Remove previous Version-->
<upgrade include="install" />
<remove architecture="x64" cmd='msiexec /qn /x {26A24AE4-039D-4CA4-87B4-2F8641802F64180%shortupdatever%F0}' />
</package>
20
edits