Re: [WiX-users] Publish Event is acting like Publish Property

2007-05-28 Thread Bob Arnson
Don Tasanasanta wrote: I have the following 2 commands inside a "next" button control: PROPERTY1="1" OR PROPERTY2="1" PROPERTY1="0" AND PROPERTY2="0" But instead of adding and removing the feature "LoggingFeature" I end up with 2 properties REMOVE and ADDLOCAL T

Re: [WiX-users] Publish Event is acting like Publish Property

2007-05-25 Thread Alexei Boukirev
Hello Don, It's too late to change feature list at that time (GUI part of install). Asign Level attribute for your LoggingFeature and in publish events set INSTALLLEVEL property to value above or below the Level attribute of your feature to control whether it should be installed or not. Somethin

Re: [WiX-users] Publish Event is acting like Publish Property

2007-05-25 Thread Don Tasanasanta
ED] On Behalf Of Don Tasanasanta Sent: Friday, May 25, 2007 1:23 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Publish Event is acting like Publish Property I have the following 2 commands inside a "next" button control: PROPERTY1="1" OR PROPERTY2=&qu

[WiX-users] Publish Event is acting like Publish Property

2007-05-25 Thread Don Tasanasanta
I have the following 2 commands inside a "next" button control: PROPERTY1="1" OR PROPERTY2="1" PROPERTY1="0" AND PROPERTY2="0" But instead of adding and removing the feature "LoggingFeature" I end up with 2 properties REMOVE and ADDLOCAL REMOVE ends up equaling "Loggin