Don Tasanasanta wrote:

I have the following 2 commands inside a "next" button control:

<Publish Event="Remove" Value="LoggingFeature">PROPERTY1="1" OR PROPERTY2="1"</Publish>

<Publish Event="AddLocal" Value="LoggingFeature">PROPERTY1="0" AND PROPERTY2="0"</Publish>

But instead of adding and removing the feature "LoggingFeature" I end up with 2 properties REMOVE and ADDLOCAL


That's how MSI records the features being removed and installed during an installation transaction -- as a comma-delimited list of features in those properties. See the MSI SDK doc on those properties for the complete list.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to