Reputation: 12842
I get the following error when I tried to uninstall a software. I tried with multiple uninstallers, but nothing worked.
Upvotes: 0
Views: 176
Reputation: 55581
1001 Errors are always the result of an InstallUtil custom action. Either you added a component and set the .NET Installer Class attribute to true or you consumed a merge module that has a custom action.
These custom actions are truely horrible and you should refactor your installer to not need the custom action or use a WiX DTF custom action instead.
Upvotes: 1