Windows Installer Service Could Not Be Accessed Error During Program Installation
When trying to add, install, uninstall or remove a program from Windows operating system, the setup will halt with the following error message, which may happen in all editions of Windows Me (Millennium Edition), Windows 98, Windows NT 4.0, Windows 2000, Windows XP and Windows 2003 with or without service pack:
The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or the Windows Installer is not correctly installed. Contact your support personnel for assistance.
This error symptom is most likely caused by the Windows Installer files are damaged or are missing, or Windows Installer Service is unregistered or damaged. Other reason can be incorrect permission issue on the related registry keys that Windows Installer trying to access. The error will only occured when the program’s setup installer uses the Windows Installer Microsoft Software Installation (MSI) package file.
Microsoft provides various possible solutions and resolutions for different scenerious, as in KB319624 (for Microsoft Windows Installer 1.0 and 2.0 in Windows NT 4.0 SP6, Windows 2000 SP1, SP2 and SP3), KB315353 (for Microsoft Plus! and Office in Windows XP Professional, x64 Ed and Home edition) and KB315346 (for Windows XP Professional and Home Edition, Windows 2000 Server, Advanced Server, and Pro Ed, Windows NT Server 4.0 Std and Developer Edition, Windows ME and Windows 98 SE), KB324516 (for Microsoft Office 2007, 2003, XP, 2000), KB217521 (for Office 2000), and KB873280 (for Money 2002, 2003, 2004, 2005). The common methods generally recommended to solve the “Windows Installer Service Could Not Be Accessed” error is by unregister (MSIEXEC /UNREGISTER) and then re-register (MSIEXEC /REGSERVER) the Windows Installer, in Safe Mode if need to. Otherwise, verify that SYSTEM account has full control access permissions to the HKEY_CLASSES_ROOT hive in the Windows registry or reinstall Windows Installer with Windows Installer 3.1 Redistributable (v2).
If you still facing the Windows Installer stop error after performing recommended steps provided by Microsoft Knowledge Base articles, try to ensure that Windows Installer service is running, or force start it.
- Open Run, and type in services.msc then press Enter. Alternatively, go to Control Panel -> Administrator Tools -> Services.
- Locate Windows Installer in the all install services listing.
- Verify that the Status is Started. If the Status column is blank, right click on Windows Installer and select Start.
- If you get error trying to force start the Windows Installer service, try to change the Startup Type to Automatic (default is Manual), and then restart the computer.
The above steps can also be performed via MSConfig to set Windows Installer service to auto start on boot up.
Related posts:
- Windows Update KB905474 and KB913446 Installation Failed with Error Code 0×80242006
- Windows 98 Updates by Unofficial Windows 98 Second Edition Service Pack
- Internal Error 2739 Error in Vista (32 or 64-bit) When Install Adobe Photoshop CS3 and Reflector Related Programs
- Download Key Management Service (KMS Host) for Windows Server 2003
- Bypass and Crack Internet Explorer 7 (IE7) Final Installation to Skip and Bypass WGA Genuine Windows Validation





Wow! After such a long search + trial and error… at last a solution that works. Please note that if you start up 'installer', you should change the setting from manual to automatic in the properties tab.
Thanks!! It solved it…
Thanks alot man
the original solution by microsoft didn't worked but it is 100% working
great work
Gr8 Work,
100% works for me
Thanks!
quote by Ramesh
January 28th, 2009 19:58[I notced that windows installer problem hit my PCs after installing the windows security patches. our analysis finally identifies the root of the problem
This problem can be sorted out by changing the Remote Procedure Call (RPC) service’s logon status to Local service instead of Network service.
We noticed that this particular service’s logon status changed to Network service after the patch updates. Restart the PC and check, it wil work smoothly]
Right on the money, thank you.
Thanks alot, its worked for me
I notced that windows installer problem hit my PCs after installing the windows security patches. our analysis finally identifies the root of the problem
This problem can be sorted out by changing the Remote Procedure Call (RPC) service's logon status to Local service instead of Network service.
We noticed that this particular service's logon status changed to Network service after the patch updates. Restart the PC and check, it wil work smoothly
[...] and im not in safe mode either. so why is it doing this? and it is 64bit version. Check out this article. It should apply to Vista as well. Keep me updated. I hope it helps __________________ Response [...]
MSIEXEC /REGSERVER does not work in Vista's version of installer (Windows ® Installer. V 4.00.6001.0). Check here for a msiserver export: http://www.winhelponline.com/blog/vista-the-windo…
Here is a link to help http://groups.google.com/group/microsoft.public.w…
If link not work: (here is an extract; credits to "The CAT")
Here's the easy steps:
1. Go to your friend's computer with a Windows Vista (Any Version) that has the Windows
Installer service running correctly and run regedit(Start-Run-Regedit)
2. Go to the location
HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesmsiserver
3. Right click on this key and select "Export" and save the key to a Flash
Drive or other.
4. On your Damaged machine, Run/ Double click saved .reg file (from working machine) and import registry
settings into damaged Vista computer.
5. You should be set to resume your normal life.
*****
Some notes:
If you cant get your own reg key from a friend running vista, then you
could try and use the "clean reg key I used" download here:
http://www.savefile.com/files/1315653
Note the file is about very small (about 6.7 kb), I named it :123.reg
Take care.
Thanks a lot for this, I managed to fix an issue I had after using Combofix to remove a virus called CMIII that stopped me from installing any applications.
I just used msiexec /unregister and msiexec /regserver to fix my problems, also had to set the windows installer service to automatic startup.