This should be useful:

http://wix.tramontana.co.hu/tutorial/com-expression-syntax-miscellanea/expression-syntax



-----Original Message-----
From: Pavan Konduru [mailto:pavan.kond...@accelrys.com] 
Sent: Tuesday, May 13, 2014 2:57 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] What does '&' and '!' inside CDATA[] do?

I have never used "!" for "not equals" clause, typically one would use "AAA <> 
3".

If AAA is a feature, !AAA=3 would means run the custom action if the feature 
AAA is installed.

-----Original Message-----
From: Carter Young [mailto:ecyo...@grandecom.net]
Sent: Tuesday, May 13, 2014 2:49 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] What does '&' and '!' inside CDATA[] do?

As Pavan points out...(See my oops post) If AAA is not a feature then !AAA = 3 
means AAA cannot equal 3.

Carter

Quoting Pavan Konduru <pavan.kond...@accelrys.com>:

> Is AAA a feature?
>
> -----Original Message-----
> From: George Fleming [mailto:gef...@microsoft.com]
> Sent: Tuesday, May 13, 2014 2:33 PM
> To: General discussion about the WiX toolset.
> Subject: Re: [WiX-users] What does '&' and '!' inside CDATA[] do?
>
> Thanks for the link.
>
> I'm trying to debug a situation where the Custom Action is not 
> executing as expected.  In the example below, where !AAA=3 should be 
> true, but it appears not to be.  How do I debug in this case?  How do 
> I determine the current state of AAA?
>
> Thanks,
>
> George
>
> -----Original Message-----
> From: Phil Wilson [mailto:phildgwil...@gmail.com]
> Sent: Monday, May 12, 2014 10:27 AM
> To: General discussion about the WiX toolset.
> Subject: Re: [WiX-users] What does '&' and '!' inside CDATA[] do?
>
> Scroll down here for explanations about the stated of various features 
> and components:
>
> http://msdn.microsoft.com/en-us/library/aa368012(v=vs.85).aspx
> ---------------
> Phil Wilson
>
>
> On Mon, May 12, 2014 at 10:14 AM, George Fleming 
> <gef...@microsoft.com> wrote:
>> Does anyone know the meaning of '!' and '&' in front of "AAA" below?
>>
>>     <Custom Action='_xxx' After='_yyy'>
>>       <![CDATA[!AAA=3 And PATCH And BBB=0]]>
>>     </Custom>
>>
>>     <Custom Action='_zzz' After='_xxx'>
>>       <![CDATA[&AAA=3 And CCC<>1 And DDD=1]]>
>>     </Custom>
>>
>> Thanks,
>>
>> George
>>
>> ---------------------------------------------------------------------
>> -
>> -------- "Accelerate Dev Cycles with Automated Cross-Browser Testing
>> - For FREE Instantly run your Selenium tests across 300+ browser/OS 
>> combos.
>> Get unparalleled scalability from the best Selenium testing platform 
>> available Simple to use. Nothing to install. Get started now for free."
>> http://p.sf.net/sfu/SauceLabs
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ----------------------------------------------------------------------
> -------- "Accelerate Dev Cycles with Automated Cross-Browser Testing - 
> For FREE Instantly run your Selenium tests across 300+ browser/OS 
> combos.
> Get unparalleled scalability from the best Selenium testing platform 
> available Simple to use. Nothing to install. Get started now for 
> free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ----------------------------------------------------------------------
> -------- "Accelerate Dev Cycles with Automated Cross-Browser Testing - 
> For FREE Instantly run your Selenium tests across 300+ browser/OS 
> combos.
> Get unparalleled scalability from the best Selenium testing platform 
> available Simple to use. Nothing to install. Get started now for 
> free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
> ----------------------------------------------------------------------
> -------- "Accelerate Dev Cycles with Automated Cross-Browser Testing - 
> For FREE Instantly run your Selenium tests across 300+ browser/OS 
> combos.
> Get unparalleled scalability from the best Selenium testing platform 
> available Simple to use. Nothing to install. Get started now for 
> free."
> http://p.sf.net/sfu/SauceLabs
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>




------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE 
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available 
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE 
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available 
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to