Re: [WiX-users] Greater than equal to comparison

2010-03-06 Thread Bob Arnson
On 3/5/2010 4:32 PM, Uma Harano wrote: > Can I use the "Greater than equal to " operator for this? Yes, for the simple case of "4" > "3" but all the operators in MSI are ordinal comparisons, so "3.0.200" is not greater than "3.0.1000." -- sig://boB http://joyofsetup.com/ -

[WiX-users] Greater than equal to comparison

2010-03-05 Thread Uma Harano
Hi, In the registry, I get a Version registry key that is 3.0.40624.0 I store this in a property and I need to let the setup proceed if this is the minimum version. If this key is 4.0 for instance, setup should proceed. Can I use the "Greater than equal to " operator for this? Or would I have to