I'm using WIX Installer with Custom Action. In one scenario I'm unable to uninsall the product properly. scenario:
- installed base version appliation
- trying to upgrade it.
- An exception occured, rollback is done to previous version
(we have overridden the wix rollback to do some custom action) - after rollback, I've tried to uninstall the base version installed product.
- though it is saying uninstall succeeded, the actual product is not being uninstalled. all dlls are still there in registry. registry entry related to product is being removed and product is not there in control panel. But all the hosted websites are still there in IIS.
Please help me on resolving this issue.