Re: [WiX-users] Deleting registry entry using custom action

2007-06-26 Thread carlH
I've already done this using a CA that launches a VB script. I was wondering if there's an alternative method that doesn't require any external scripting. -- View this message in context: http://www.nabble.com/Deleting-registry-entry-using-custom-action-tf3982140.html#a11305744 Sent from the wi

Re: [WiX-users] Deleting registry entry using custom action

2007-06-26 Thread Rob Hamflett
carlH wrote: > The registry entry that I need to remove was not created by the wix > installer, That shouldn't be a problem. and also it has to be done at the very end of the installation > (hence why I'm using a custom action) If you need a registry change that can't be done when the other entrie

Re: [WiX-users] Deleting registry entry using custom action

2007-06-26 Thread carlH
The registry entry that I need to remove was not created by the wix installer, and also it has to be done at the very end of the installation (hence why I'm using a custom action) -- View this message in context: http://www.nabble.com/Deleting-registry-entry-using-custom-action-tf3982140.html#a1

Re: [WiX-users] Deleting registry entry using custom action

2007-06-26 Thread Rob Hamflett
The Registry element can be set to remove a registry name or a key when that component is installed. Rob carlH wrote: > I looking for a reliable method of using a custom action to delete a registry > entry. I've already achieved this by using the custom action to launch a vb > script, but I'm h

[WiX-users] Deleting registry entry using custom action

2007-06-26 Thread carlH
I looking for a reliable method of using a custom action to delete a registry entry. I've already achieved this by using the custom action to launch a vb script, but I'm hoping that there might be a way of doing the same thing just using WiX. -- View this message in context: http://www.nabble.