Problem
When you attempt to install a program that uses Windows Installer, you receive the message:
“The Windows Installer service could not be accessed.”
Solution
- Click the Start button (Windows XP users should then click Run).
- Type services.msc and press Enter.
- In the list right click on Windows Installer and click Properties.
- Change the dropdown to Automatic.
- Then click Start.
- Click OK and close the window.
If that doesn’t work:
- Click the Start button (Windows XP users should then click Run).
- Type cmd and press Enter.
- Type msiexec /unregister and press Enter.
- Type msiexec /regserver and press Enter.
- Close the command prompt and try installing or uninstalling the software again.