Re: [WiX-users] Creating a registry entry on uninstall

2008-02-08 Thread Alexander Shevchuk
ack custom action scheduled after your first custom action. Regards, Alex From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, February 08, 2008 3:23 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Creating a registry entry on uninstall Hi,

[WiX-users] Creating a registry entry on uninstall

2008-02-08 Thread Nigel . Rochford
Hi, I need to change a registry entry on install & restore the original value on uninstall. Problem I have is that Wix doesn't seem to want to write a registry entry on uninstall - I have something like this: INSTALLED AND REMOVE = "ALL"