Re: [WiX-users] condition on a feature, greater than or equal

2009-01-21 Thread Simon Topley
[WiX-users] condition on a feature, greater than or equal to To: General discussion for Windows Installer XML toolset. Message-ID: Content-Type: text/plain; charset="us-ascii" Yep, what you're seeing is known. The Windows Installer will convert Proper

Re: [WiX-users] condition on a feature, greater than or equal to

2009-01-20 Thread Rob Mensching
Yep, what you're seeing is known. The Windows Installer will convert Property values to numbers for you when doing comparisons... but only if the data provide is all digits. The # in front of DWORDs from RegSearch is maddening for this reason. Bob has a design laying around somewhere for comp