[wpkg-users] regex in registry paths?

heiko.helmle at horiba.com heiko.helmle at horiba.com
Fri Jun 1 09:08:37 CEST 2012


> 
> 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-0002.html>


More information about the wpkg-users mailing list