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
@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 key/value get deleted during > > Uninstall > > > > Hi, > > There is a tricky problem bother me t

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

2011-06-12 Thread Rob Mensching
1 8:12 PM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] When does the Registry key/value get deleted during > Uninstall > > Hi, > There is a tricky problem bother me these days. I don't understand why the > certain Registry key/value got

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

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

2011-06-07 Thread william lee
Hi, There is a tricky problem bother me these days. I don't understand why the certain Registry key/value got removed before my uninstall custom action is called. we have a custom action scheduled after ProcessComponents, but before RemoveRegistryValues: InstallValidate InstallInitialize ProcessCom