Changes
Java
,→Install JRE with msi without removing old version in a mixed 32-bit/64-bit environment
type="uninstall"
condition="exists"
path="Java(\(TM\) )* 7 Update %updatever%"
/>
<check
type="uninstall"
condition="exists"
path="Java(\(TM\) )* 7"
/>
</check>
type="uninstall"
condition="exists"
path="Java(\(TM\) )* 7 Update %updatever% (64-bit)"
/>
<check
type="uninstall"
condition="exists"
path="Java(\(TM\) )* 7 (64-bit)"
/>
</check>