Craig Ward wrote:
> <Condition Message="This program requires version 1.6 or above of
> SomeProduct">
>   AProduct >= 1.6
> </Condition>
>   

The MSI doc says "floating point numeric values are not supported." The 
general approach MSI offers for version comparisons is via AppSearch. In 
WiX, you could use RegistrySearch to get the path and FileSearch to 
confirm its version.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to