> 
> What I want to do is to check if the 32-bit version of Java has been
> installed on 64-bit Windows 7.
> Is there a better way to do this? uninstall only checks for 64 bit apps
> (on 64-bit os), or will it check for both?

I use these:
Java 6u32 32bit
<check type="uninstall" condition="versiongreaterorequal" path="Java\(TM\) 
6 Update \d+" value="6.0.320"/>
Java 6u32 64bit
<check type="uninstall" condition="versiongreaterorequal" path="Java\(TM\) 
6 Update \d+ \(64-bit\)" value="6.0.320"/>

Best Regards
        Heiko
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

Reply via email to