Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-19 Thread George Fleming
[mailto:phildgwil...@gmail.com] Sent: Wednesday, May 14, 2014 10:28 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] What does '' and '!' inside CDATA[] do? I'd install the patch creating a verbose log, if you've not already done so, and verify that the values of the other

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-19 Thread George Fleming
Message- From: Phil Wilson [mailto:phildgwil...@gmail.com] Sent: Wednesday, May 14, 2014 10:28 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] What does '' and '!' inside CDATA[] do? I'd install the patch creating a verbose log, if you've not already done so, and verify

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-19 Thread Phil Wilson
PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] What does '' and '!' inside CDATA[] do? Based on suggestions given, I did more research on this issue. As I mentioned earlier, my custom action looks something like this: Custom Action='_xxx' After='_yyy' ![CDATA

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-14 Thread Phil Wilson
Message- From: Pavan Konduru [mailto:pavan.kond...@accelrys.com] Sent: Tuesday, May 13, 2014 2:35 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] What does '' and '!' inside CDATA[] do? Is AAA a feature? -Original Message- From: George Fleming

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-14 Thread Carter Young
I know this is a little off the subject, but are you the original author of the WiX File? In either case, you need to spend some time Renaming or at least commenting the code so that people working after you know what Feature AAA installs. Same with BBB etc. In some Cases decoding

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-13 Thread George Fleming
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

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-13 Thread Pavan Konduru
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

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-13 Thread Carter Young
: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

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-13 Thread Pavan Konduru
: [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

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-13 Thread Pavan Konduru
-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

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-13 Thread Rohit Sharma
] What does '' and '!' inside CDATA[] do? 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

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-13 Thread b . rasing
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar basti...@careercontrol.nl. -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-13 Thread John Ludlow
Pay attention to when these actions are sequenced. In particular, as the linked article mentions, any action that relies on these conditions should be sequenced after CostFinalize. On 13 May 2014 23:03, b.ras...@leonit.nl wrote: Dit mailadres is niet meer in gebruik. Mail kan je voortaan

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-13 Thread George Fleming
2:35 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] What does '' and '!' inside CDATA[] do? 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

[WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-12 Thread George Fleming
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 CCC1 And DDD=1]] /Custom Thanks, George

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-12 Thread Phil Wilson
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

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-12 Thread John Cooper
jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: George Fleming [mailto:gef...@microsoft.com] Sent: Monday, May 12, 2014 12:15 PM To: WiX-users@lists.sourceforge.net Subject: [WiX-users] What does '' and '!' inside CDATA[] do? Does anyone know the meaning

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-12 Thread Carter Young
Terrible Naming Convention there... :) ! = the Not Operator and = Concatenation Operator: For Custom Action 1 to Complete: AAA cannot = 3 and the patch level must be 0 For Custom Action 2 to Complete: AAA must = 3 and 3 is appended to the value of AAA after the completion of _xxx, CCC

Re: [WiX-users] What does '' and '!' inside CDATA[] do?

2014-05-12 Thread Carter Young
Scratch this... other than the terrible naming... Proper Answer: For Custom Action 1 to Complete: The install State of Feature AAA must be 3 and the Patch Level stored in BBB must be 0 For Custom Action 2 to Complete: The Action State of Feature AAA must be 3, while CCC cannot = 1 and DDD