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!