<tt><font size=2><br>
> <br>
> What I want to do is to check if the 32-bit version of Java has been<br>
> installed on 64-bit Windows 7.<br>
> Is there a better way to do this? uninstall only checks for 64 bit
apps<br>
> (on 64-bit os), or will it check for both?<br>
</font></tt>
<br><tt><font size=2>I use these:</font></tt>
<br><tt><font size=2>Java 6u32 32bit</font></tt>
<br><tt><font size=2><check type="uninstall" condition="versiongreaterorequal"
path="Java\(TM\) 6 Update \d+" value="6.0.320"/></font></tt>
<br><tt><font size=2>Java 6u32 64bit</font></tt>
<br><tt><font size=2><check type="uninstall" condition="versiongreaterorequal"
path="Java\(TM\) 6 Update \d+ \(64-bit\)" value="6.0.320"/></font></tt>
<br>
<br><tt><font size=2>Best Regards</font></tt>
<br><tt><font size=2>        Heiko</font></tt>