Custom uninstaller for a WIX generated MSI
I have an MSI that is being generated from WIX scripts. My question is similar to this question . I want to create a custom uninstaller instead of using the default MSI uninstaller. I am thinking of adding a custom action that executes after PublishProduct or before InstallFinalize that just goes and modifies the registry entry that specifies the uninstall string to use. I am not worried about compatibility with SMS or similar products. What are your thoughts on this method? It's not that simple. For whatever reason, the ARP doesn't respect the UninstallString on MSI packages. So to change it