Home » Questions » Computers [ Ask a new question ]

Windows Installer Service could not be accessed (even though it's running)

Windows Installer Service could not be accessed (even though it's running)

Something is blocking me from installing msi's on Windows XP (professional). The error message I'm getting is:

Asked by: Guest | Views: 263
Total answers/comments: 1
Guest [Entry]

"These are the recommended steps to take to solve this issue.

Log on to your computer as an administrator.
Click Start, and then click Run.
In the Open box, type cmd, and then click OK.
At the command prompt, typemsiexec.exe /unregister, and then press Enter.
Type msiexec /regserver, and then press Enter.
Verify that the SYSTEM account has full control access permissions to the HKEY_CLASSES_ROOT hive in the Windows registry. In some cases, you may also have to add Administrator accounts.

Click Start, click Run, type regedit in the Open box, and then click OK.
Click the following registry hive: HKEY_CLASSES_ROOT
On the Edit menu, click Permissions.
If SYSTEM is not listed in the Group or user names list, click Add, make sure that the local computer name appears in the From this location box, type System in the Enter the object names to select box, click Check Names, and then click OK.
Click SYSTEM in the Group or user names list, and then select the Full Control check box under Allow in the Permissions for SYSTEM box.
Click Apply, click OK, and then quit the Registry Editor.

Restart the computer.

If the problem is not resolved, repair Windows XP.

This information was taken from the ""The Windows Installer Service Could Not Be Accessed"" error message when you install a program in Windows XP-article."