Re: [WiX-users] Uninstalling bundle with broken BA

2014-09-09 Thread Nicolás Alvarez
o dependency providers (whatever that is) with my bundle ID. -- Nicolás > -Original Message- > From: Sascha Sertel [mailto:sascha.ser...@gmail.com] > Sent: Monday, September 08, 2014 2:11 PM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] Uninstalling

Re: [WiX-users] Uninstalling bundle with broken BA

2014-09-08 Thread Hoover, Jacob
General discussion about the WiX toolset. Subject: Re: [WiX-users] Uninstalling bundle with broken BA MsiZap will wipe out anything that is related to the product code. Run it once and you will see the giant output of all the registry and file locations it goes through. As far as other bundle le

Re: [WiX-users] Uninstalling bundle with broken BA

2014-09-08 Thread Sascha Sertel
MsiZap will wipe out anything that is related to the product code. Run it once and you will see the giant output of all the registry and file locations it goes through. As far as other bundle left-over go, you should be able to clear those out yourself from paths like C:\Users\\AppData\Local\Packa

Re: [WiX-users] Uninstalling bundle with broken BA

2014-09-08 Thread Nicolás Alvarez
I can properly uninstall the MSIs via msiexec /x {GUID}. The problem is removing the stuff left behind by Burn, such as the cached bundle and packages. I doubt msizap knows anything about bootstrappers... El lunes, 8 de septiembre de 2014, Sascha Sertel escribió: > Let me introduce you to your n

Re: [WiX-users] Uninstalling bundle with broken BA

2014-09-08 Thread Sascha Sertel
Let me introduce you to your new best friend: MsiZap ( http://msdn.microsoft.com/en-us/library/aa370523(v=vs.85).aspx) While I was doing custom BA development MsiZap helped me out of a few botched installations where I was stuck in t

[WiX-users] Uninstalling bundle with broken BA

2014-09-07 Thread Nicolás Alvarez
Hi, I was experimenting with a custom BA, and I installed my bundle with it. Now I can't uninstall it because my simplistic BA has no way to plan uninstallation. I can't just build a new bundle with the wixstdba because it would have a new bundle ID, so it offers me to install again, not to unins