> > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20120601/a8e36bd9/attachment.html> |