If a program installation aborts with Windows Installer Service Could Not be Accessed error, you may want to check problems with the program installation files and components, as well as, Registry entries.
Learn simple techniques to get rid of this error and install the program without encountering any problem.
Download the Diagnostic
There are certain situations when missing entries in your registry and registry corruption causes this problem. Try running a registry scan to identify if there are any such issues.
- Click the button below to download and install the Diagnostic
- Perform a Registry scan and fix any problems detected.
- Restart your computer.

Estimated Download Time: 10 Seconds
Register Component Files
Some of the installer components are not registered in Registry.
For Windows 10/ 8.1/ 8:
- Open the Start Screen.
- Type “Command Prompt” in Search Box.
- In the case of Windows 8.1, make sure “Everywhere” option is selected from the drop down box. If you’re using Windows 8, click Apps icon.
- You’ve the Search Result on your screen. Right click Command Prompt icon, and click Run as administrator icon at the bottom of the screen.
- Execute following commands one by one, and then restart your PC.
- msiexec /unregister
- msiexec /regserver
- EXIT
For Windows 7/ Vista:
- Click Start button on Taskbar.
- Type “Command Prompt” in Search Box.
- Right-click that in Search Results; choose Run as administrator from context menu options.
- Refer Step # 5 under Windows 10/ 8.1/ 8 user’s section.
If Windows Installer Service Could Not Be Accessed Continues To Occur, Reinstall Installer from Scratch
The Windows Installer files mentioned below are likely to be corrupted. Stop Windows Installer service, remove those files and reinstall the tool again.
For Windows 10/ 8.1/ 8/ 7/ Vista:
- Open up Command Prompt as administrator. (Refer Register Component Files section)
- Run following command:
- net stop msiserver
- Exit out of the screen.
- Double click Computer icon on Desktop.
- Open following folder:
- C:\Windows\System32\
- Delete following files:
- Msi.dll
- Msihnd.dll
- Msiexec.exe
- Visit Microsoft Download Center and download the latest version of Windows Installer. (Use the Search box on top)
Change Service Startup Type
You may have to modify the Startup Type of Windows Installer service. It requires editing Windows Registry entries, which we will do automatically using Command Prompt.
For Windows 10/ 8.1/ 8/ 7/ Vista:
- Open up Command Prompt. (Refer Register Component Files section)
- Execute following commands and then restart the PC:
- net stop msiserver
- REG add “HKLM\SYSTEM\CurrentControlSet\services\msiserver” /v Start /t REG_DWORD /d 2 /f
- net start msiserver
- EXIT
Determine System Date-Time
Make sure your computer’s date-time settings are properly configured. Correct the mismatches using Date-Time dialog.
For Windows 10/ 8.1/ 8:
- Press Windows Key + X; choose Control Panel.
- Click Clock, Language and Region icon.
- Click Date and Time icon.
- It opens up a new dialog.
- For Windows 10, click the Change button, set up appropriate date-time. For Windows 8.1/ 8, click the Change Date and Time button, set it appropriately.
- Click OK | OK.
For Windows 7:
- Click Start, select Control Panel.
- Click Clock, Language, and Region | Date and Time.
- Refer Steps # 4-6 under Windows 10/ 8.1/ 8 user’s section.
For Windows Vista:
- Click Start; type “Date and Time.”
- Press ENTER.
- Refer Steps # 4-6 under Windows 10/ 8.1/ 8 user’s section.