I get the following error when I tried to uninstall a software. I tried with multiple uninstallers, but nothing worked.

I get the following error when I tried to uninstall a software. I tried
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.