Re: [WiX-users] Executing a custom action on uninstall but not on majorupgrade

2007-07-11 Thread Pierson Lee (Volt)
Or if you want it only on uninstall, the condition REMOVE="ALL" should work also From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Phil Sent: Wednesday, July 11, 2007 12:12 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Executing a custom

Re: [WiX-users] Executing a custom action on uninstall but not on majorupgrade

2007-07-11 Thread Wilson, Phil
The property UPGRADINGPRODUCTCODE is set if a product uninstall is occurring because of an incoming major upgrade, so AND NOT UPGRADINGPRODUCTCODE looks like part of the condition you want on your uninstall custom action. Phil Wilson From: [EMAIL PROTECTED] [ma