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!
No comments:
Post a Comment