Re: [WiX-users] ICE03 Bad conditional string

2013-04-26 Thread Rob Mensching
Probably a bug in their parsing. On Fri, Apr 26, 2013 at 10:17 AM, Philippe Gorley wrote: > Not sure why, but if I switch the condition around: > > ((WIXUI_INSTALLDIR_VALID = "1") OR WIXUI_DONTVALIDATEPATH) > > It works. > > On 26/04/2013 10:15 AM, Philippe Gorley wrote: > > I tried adding pare

Re: [WiX-users] ICE03 Bad conditional string

2013-04-26 Thread Philippe Gorley
Not sure why, but if I switch the condition around: ((WIXUI_INSTALLDIR_VALID = "1") OR WIXUI_DONTVALIDATEPATH) It works. On 26/04/2013 10:15 AM, Philippe Gorley wrote: > I tried adding parentheses around WIXUI_INSTALL_DIR = "1", but it > still doesn't work. > > The second part, with all the ><

Re: [WiX-users] ICE03 Bad conditional string

2013-04-26 Thread Philippe Gorley
I tried adding parentheses around WIXUI_INSTALL_DIR = "1", but it still doesn't work. The second part, with all the >< operators, works if I use it alone. On Fri, Apr 26, 2013 at 9:59 AM, Hoover, Jacob wrote: > (WIXUI_DONTVALIDATEPATH OR (WIXUI_INSTALLDIR_VALID = "1")) AND NOT (KEYS >< > "SomeS

Re: [WiX-users] ICE03 Bad conditional string

2013-04-26 Thread Philippe Gorley
No, >< is the substring operator. Basically, if KEYS contains "SomeString". The not equal operator is <>, not != On Fri, Apr 26, 2013 at 9:59 AM, Hoover, Jacob wrote: > (WIXUI_DONTVALIDATEPATH OR (WIXUI_INSTALLDIR_VALID = "1")) AND NOT (KEYS >< > "SomeString") AND (KEYS >< "OtherString") > > Tho

Re: [WiX-users] ICE03 Bad conditional string

2013-04-26 Thread Rob Mensching
"><" means the left string contains the right string. On Fri, Apr 26, 2013 at 6:59 AM, Hoover, Jacob wrote: > (WIXUI_DONTVALIDATEPATH OR (WIXUI_INSTALLDIR_VALID = "1")) AND NOT (KEYS >< > "SomeString") AND (KEYS >< "OtherString") > > Though I am betting >< should be != > > > -Original Messag

Re: [WiX-users] ICE03 Bad conditional string

2013-04-26 Thread Hoover, Jacob
(WIXUI_DONTVALIDATEPATH OR (WIXUI_INSTALLDIR_VALID = "1")) AND NOT (KEYS >< "SomeString") AND (KEYS >< "OtherString") Though I am betting >< should be != -Original Message- From: Philippe Gorley [mailto:gorley.phili...@gmail.com] Sent: Friday, April 26, 2013 8:51 AM To: wix-users@lists.