Re: [WiX-users] CustomActionData for uninstall

2009-11-23 Thread Alexander Shevchuk (Volt)
Your "UnDeploy" custom action does not have Execute="deferred" attribute, which means it is immediate CA. -Original Message- From: cce91 [mailto:ell...@nortel.com] Sent: Monday, November 23, 2009 1:55 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users]

Re: [WiX-users] CustomActionData for uninstall

2009-11-23 Thread Wilson, Phil
09 1:55 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] CustomActionData for uninstall I have successfully accessed values in a deferred CustomAction using CustomActionData, but it only works during the install. I want to do the same thing for a CustomAction that runs during uninstal

[WiX-users] CustomActionData for uninstall

2009-11-23 Thread cce91
I have successfully accessed values in a deferred CustomAction using CustomActionData, but it only works during the install. I want to do the same thing for a CustomAction that runs during uninstall, but the value of the CustomActionData is undefined. Installed AND NOT UPGRADIN