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
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 ><
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
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
"><" 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
(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.
6 matches
Mail list logo