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
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
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
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
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]
5 matches
Mail list logo