You attempt to uninstall the Notes Migrator for SharePoint Services application from your server however you are presented with one of the following errors:
"There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor".
"This setup requires SharePoint (WSS or MOSS)"
The installation when first completed either did not complete correctly or the user was not elevated to Administrator when it was run.
Open elevated command line (Right click command line and choose Run as Administrator) and execute one of the following commands to uninstall services:
For x64 version of services:
msiexec.exe /x {98FEB594-4220-465B-ABBA-987DCF1310CD}
For x86 version of services:
msiexec.exe /x {659C4C7E-55B7-44B5-A89C-483E18FA5F7D}If you're getting error about SharePoint requirements, add the "SHAREPOINT2010=Installed" key to the command:
msiexec.exe /x {98FEB594-4220-465B-ABBA-987DCF1310CD} SHAREPOINT2010=Installed
msiexec.exe /x {659C4C7E-55B7-44B5-A89C-483E18FA5F7D} SHAREPOINT2010=Installed
This will remove the services cleanly and allow you to re-install again. You may see few windows with an error from Microsoft .Net Framework - "Unhandled exception has occurred in your application.", just click Continue.
When re-installing please ensure the user account has been elevated to administrator. To ensure the installation will succeed you can install with the following command from an elevated command prompt (Run command line as Administrator):
msiexec.exe /i c:\path\our.msi