18
Oct
2010
Sometimes, if you try to install an application (software) on your Windows Operating System (XP, Vista or Windows 7), you could get the following error message “The Windows Installer Service Could Not Be Accessed”. If this is your case I have got a couple of solution which could solve this issue and let you install whatever program you wish!
First Method
- Click Start.
- Click Run…
- In the Run field, type the following commands and make sure to press Enter after each of them:
- Now, Download the latest Windows Installer here: Microsoft Download Center
cd %windir%\system32
attrib -r -s -h dllcache
ren msi.dll msi.old
ren msiexec.exe msiexec.old
ren msihnd.dll msihnd.old
Second Method
- Log in to your Windows Operating system as Adninistrator.
- Click Start.
- Click Run…
- In the Run field, type msiexec.exe /unregister and press Enter.
- Now type this new command msiexec /regserver and press Enter. (if you run on a 64 bit system, type this command instead: %windir%\Syswow64\Msiexec /regserver)
- Done!
Tags: bugs, trick, Windows 7, Windows Vista, Windows XP
Related ArticlesLatest Articles
- How to Automatically Login (Access) to Windows 8
- How to See and Read Unread, Archived and Sent Messages on Facebook
- Switch to the New Facebook Profile Layout (Timeline)
- How to Discover and Recover All Stored Passwords in your Windows Computer
.
2 Comments to “How to Fix “The Windows Installer Service Could Not Be Accessed” Error”
Leave a Comment
Users Important Words
The Windows Installer Service could not be accessed Windows 7 - windows installer 5 - windows installer service could not be accessed windows 7 - windows installer 5 0 repair - repair windows installer windows 7 - windows installer 5 repair - repair WINDOWS INSTALLER 5 0 - windows installer 5 0 download -12 queries. 0.226 sec.
Best screen resolution 1280x800 or higher.
Web Talk is best viewed in Firefox.
Web Talk is best viewed in Firefox.
October 19th, 2010
Ummm…
…in the second method, step 5, did you mean:
msiexec.exe /register
Just checking.
October 19th, 2010
I just checked a forum and I talked with a friend of mine. I fixed step 5. It should work now. Thanks!