If you encounter the “Windows Installer Service Could Not Be Accessed” error while trying to install a program on your Windows XP machine, don’t panic. This error can occur for several reasons, such as the Windows Installer service not running, incorrect registry settings, or a conflict with other software. Fortunately, there are several methods you can try to resolve this issue.
Method 1: Unregister and Re-register the Windows Installer
One of the most effective ways to fix the “Windows Installer Service Could Not Be Accessed” error is to unregister and re-register the Windows Installer. Here’s how to do it:
- Click Start, then click Run.
- Type
MSIEXEC /UNREGISTER
and then click OK. Even if you do this correctly, it may look like nothing occurs. - Click Start, then click Run.
- Type
MSIEXEC /REGSERVER
and then click OK. - Try your Windows Installer-based application again.
If the issue persists, move on to the next method.
Method 2: Start the Windows Installer Service
Another common cause of the “Windows Installer Service Could Not Be Accessed” error is that the Windows Installer service is not running. To start the service:
- Click Start, then click Run.
- Type
services.msc
and click OK. - In the Services window, locate the Windows Installer service.
- Right-click the service and select Properties.
- In the Startup type dropdown, select Automatic.
- Click Start to start the service.
- Click OK to close the Properties window.
- Try your Windows Installer-based application again.
If the service is already running, try restarting it.
Method 3: Check and Modify Registry Permissions
Incorrect registry permissions can also cause the “Windows Installer Service Could Not Be Accessed” error. To check and modify registry permissions:
- Click Start, then click Run.
- Type
regedit
and click OK. - Navigate to the following key:
HKEY_CLASSES_ROOT
. - Right-click the key and select Permissions.
- Ensure that the SYSTEM account has Full Control permissions.
- If the SYSTEM account is not listed, click Add, enter
SYSTEM
, and click OK. - Select the SYSTEM account, check the Full Control box under Allow, and click OK.
- Close the Registry Editor and try your Windows Installer-based application again.
If none of the above methods work, you may need to repair your Windows XP installation or seek further assistance from Microsoft Support.