Re: [WiX-users] manual cleanup if msi uninstaller corrupted

2010-03-29 Thread Viv Coco
Thanks guys, helpful tips! Viv ;) On 3/29/2010 6:46 AM, Sascha Beaumont wrote: > If this happens again... here's the procedure I usually follow > > 1) Fix the broken condition.. avoid making any other changes if possible. > 2) On a "broken" machine, "recache" the MSI with "msiexec /fv myproduct.m

Re: [WiX-users] manual cleanup if msi uninstaller corrupted

2010-03-28 Thread Sascha Beaumont
If this happens again... here's the procedure I usually follow 1) Fix the broken condition.. avoid making any other changes if possible. 2) On a "broken" machine, "recache" the MSI with "msiexec /fv myproduct.msi" 3) Uninstall as normal (the broken msi has been replaced with the fixed one, and eve

Re: [WiX-users] manual cleanup if msi uninstaller corrupted

2010-03-26 Thread MikeR
You may want to consider just conditioning the LaunchConditions action itself, so that you don't need to update each individual launch condition you have. You would want to add this to both the InstallUI and InstallExecute sequences. The basic idea is that once your MSI is installed you do

Re: [WiX-users] manual cleanup if msi uninstaller corrupted

2010-03-26 Thread Pally Sandher
com] Sent: 26 March 2010 09:20 To: WiX Subject: [WiX-users] manual cleanup if msi uninstaller corrupted Hi, If I make a faulty uninstaller and I can't uninstall my product again using the .msi, how could one do a manual uninstall and cleanup, including hidden issues that are coming from the .ms

[WiX-users] manual cleanup if msi uninstaller corrupted

2010-03-26 Thread Viv coco
Hi, If I make a faulty uninstaller and I can't uninstall my product again using the .msi, how could one do a manual uninstall and cleanup, including hidden issues that are coming from the .msi file? I got into this trouble when I added into my installer: [code] [/code]