I created a WIX installer (using WIX 3.6) that worked fine. I “install” the website in IIS and deploy the database using the VSDBCMD command. The user action of the database is what creates the problem during deletion. It should not actually start during unistall and now during the removal of its failure with an error - "Deletion success or error status: 1603." (From the application log)
So, I now have 2 questions → 1. How can I instruct WIX not to trigger user actions during deletion? 2. How to remove residues previously MSI. Any manual ways to do this?
Thanks in advance!
source share