Re: [WiX-users] help, custom action preventing uninstall

2009-05-03 Thread Christopher Painter
hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me --- On Sun, 5/3/09, Ben Axelrod wrote: > From: Ben Axelrod > Subject: [WiX-users] help, custom action preventing uninstall > To: "wix-users@lists.sourceforge.net" > Date: Sunday, May

[WiX-users] help, custom action preventing uninstall

2009-05-03 Thread Ben Axelrod
I created a custom action that runs an exe on some of the installed files. (WiX 3 code below). Now I can't uninstall my product because the custom action fails because the files are not found. Does anyone know how I can force the uninstall, or get out of this mess some other way? How can I p