Windows Installer issues
The Windows Installer Engine could be corrupted, installed incorrectly, or disabled. This may cause installation issues.
Note The Windows Installer Engine manages the installation of software, manages the additions and deletions of software components, monitors file resiliency, and maintains basic failure recovery by using rollbacks.
Use these methods to identify any Microsoft Installer issues that may be causing problems when you install, uninstall, or update programs. Start with method 1, follow the steps in that method, and then go to the next method if your issue is not resolved.
Method 1: Determine whether the Windows Installer engine is functioning
- Click Start
, type cmd in the Search box or click Run then type cmd in the dialog (Windows XP or Windows Server 2003), and then press Enter to open a Command Prompt window.
- At the command prompt, type MSIExec, and then press Enter.
- If the MSI engine is working, there should be no error messages. If you receive an error message, note the error. If you are proficient in how to use search engines, you can use the error message to help locate additional content to troubleshoot the issue.
- Try to install or to uninstall again.
If the problem persists, go to method 2.
Method 2: Make sure that the Windows Installer service is not set to Disabled
- Click Start
, type services.msc in the Search box or click Run then type services.msc in the dialog (Windows XP or Windows Server 2003), and then press Enter to open Services.
- Right-click the Windows Installer service, and then click Properties.
- If the Startup type box is set to Disabled, change it to Manual.
- Click OK to close the Properties window.
- Right-click the Windows Installer service, and then click Start. The service should start without errors.
- Try to install or to uninstall again.