Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WIX - Cannot uninstall an MSI package

Tags:

wix

wix3.6

I created an WIX Installer (using WIX 3.6) which ran perfectly fine. I am "installing" website on IIS and deploying DB using VSDBCMD command custom action. The DB custom action is the one creating the problem during uninstall. It shouldnt run actually during unistall and now during uninstall its failing with Error - "Removal success or error status: 1603." (From the Application Log)

So I now have 2 questions -> 1. How do I instruct WIX not to run the custom action during uninstallation? 2. How do I uninstall the remains of the earlier MSI. Any manual ways to do so?

Thanks in advance!

like image 651
whihathac Avatar asked Feb 24 '23 16:02

whihathac


1 Answers

I ran into a similar issue where I could not get an MSI package to uninstall downloading and running the Fixit application from Microsoft uninstalled it for me. You can download it at http://support.microsoft.com/mats/Program_Install_and_Uninstall

like image 161
Mike Avatar answered Feb 26 '23 06:02

Mike