Re: [WiX-users] When does the Registry key/value get deleted during Uninstall

2011-06-13 Thread Wilson, Phil
-- From: william lee [mailto:wele...@gmail.com] Sent: Monday, June 13, 2011 3:44 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] When does the Registry key/value get deleted during Uninstall Hi Rob, Thanks for reply~ see my first email, I do make sure the custom action

Re: [WiX-users] When does the Registry key/value get deleted during Uninstall

2011-06-13 Thread william lee
Hi Rob, Thanks for reply~ see my first email, I do make sure the custom action is scheduled before RemoveRegistryValues. But the registry key is still get removed before my CA read it. :( thanks William L. On Mon, Jun 13, 2011 at 11:20 AM, Rob Mensching wrote: > Deferred custom actions run duri

Re: [WiX-users] When does the Registry key/value get deleted during Uninstall

2011-06-12 Thread Rob Mensching
Deferred custom actions run during script execution based on their relation to other actions in the MSI. In this case, it sounds like you want your custom action to be scheduled Before="RemoveRegistryValues" ( http://msdn.microsoft.com/en-us/library/aa371207(VS.85).aspx). On Tue, Jun 7, 2011 at 7

Re: [WiX-users] When does the Registry key/value get deleted during Uninstall

2011-06-07 Thread John Bergman
I thought deferred custom uninstall actions ran after the normal uninstall stuff... -Original Message- From: william lee [mailto:wele...@gmail.com] Sent: Tuesday, June 07, 2011 8:12 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] When does the Registry k