A full install condition would be not Installed. Full uninstall would
be REMOVE="ALL" and don't forget the quotes.

If your feature condition doesn't work try explicit values. For the
feature states, 2 and 3 should work. For MyFeature being installed
try:

!MyFeature=2 and &MyFeature=3

and for uninstalled

!MyFeature=3 and &MyFeature=2

keeping in mind that these need proper sequencing to be correct.
---------------
Phil Wilson


On Wed, Oct 29, 2014 at 10:28 AM, John Cooper <jocoo...@jackhenry.com> wrote:
> Keep in mind that if you are evaluating these expressions in the UI sequence, 
> chances are very good that they are undefined because CostFinalize has not 
> occurred yet.
>
> --
> John Merryweather Cooper
> Senior Software Engineer | Enterprise Service Applications | Continuing 
> Development
> Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:  431050 
> |jocoo...@jackhenry.com
>
>
>
> -----Original Message-----
> From: Tony [mailto:yellowjacketl...@gmail.com]
> Sent: Wednesday, October 29, 2014 12:25 PM
> To: WiX Users
> Subject: Re: [WiX-users] Defining proper 'condition' for an action..
>
> Ugh!  My bad, the following statement is NOT true, I just failed when I was 
> searching through the logs...
>
> "but on a full product uninstall, the 'per feature' properties don't seem to 
> get evaluated."
>
> so, for my needs, I _think_, this will work... '&MyFeature<>-1 AND 
> !MyFeature<>&MyFeature'
>
> On Wed, Oct 29, 2014 at 1:06 PM, Tony <yellowjacketl...@gmail.com> wrote:
>
>> I have an action in the execute sequence that I want to run during
>> full install, full uninstall and when 'MyFeature' is being installed
>> or uninstalled.
>>
>> I thought...
>>
>> '&MyFeature<>-1 AND !MyFeature<>&MyFeature'
>>
>> ...would work, but on a full product uninstall, the 'per feature'
>> properties don't seem to get evaluated.
>>
>> Maybe &MyFeature<>-1 OR REMOVE=ALL would be a better option?
>>
>> I don't need to support upgrades.  But I do need to support Modify/Change.
>>
>> --
>> Tony
>>
>
>
>
> --
> Tony
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> NOTICE: This electronic mail message and any files transmitted with it are 
> intended
> exclusively for the individual or entity to which it is addressed. The 
> message,
> together with any attachment, may contain confidential and/or privileged 
> information.
> Any unauthorized review, use, printing, saving, copying, disclosure or 
> distribution
> is strictly prohibited. If you have received this message in error, please
> immediately advise the sender by reply email and delete all copies.
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to