Re: [WiX-users] How to uninstall the program if I made such mistake

2010-07-01 Thread Elfe Xu
SUPER! This works! Thanks! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-uninstall-the-program-if-I-made-such-mistake-tp5242524p5244519.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] How to uninstall the program if I made such mistake

2010-07-01 Thread Yan Sklyarenko
You can try to find the Product Code of this installation in registry (under SOFTWARE/Microsoft/Windows/CurrentVersion/Uninstall) and run the uninstall like this: Msiexec /x {PRODUCT-CODE-GUID-HERE} IGNORE_PRE_CHECK=1 Hope this helps, -- Yan -Original Message- From: Elfe Xu [mailto:e