How can we fix the error "Windows Installer Services could not be accessed ”

If you ever happen to want to install an application on your system WindowsBut instead it to install, you were greeted by error message "Windows Installer Service could not be accessed"Should not worry because There is a very simple solution to solve the problem. you just need to follow the steps below.

windows_installER_error

How to fix the error "Windows Installer Service could not be accessed ”?

Open a Command Prompt (type: cmd in Start Menu or Start Screen), Then, according to system architecture used, type the following commands:

Daca Windowsyour is on 32-bit

  • msiexec / unregister (To unregistered service msiexec.exe system)
  • then msiexec / regserver (To register service msiexec.exe back into the system)
msiexec-cmd-x86

Daca Windowsyour is on 64-bit

  • first type commands % Windir% \system32 \ msiexec.exe / unregister si %windir% \system32 \ msiexec.exe / regserver (To unregistered then re-record service msiexec.exe directory C: \Windows\system32)
msiexec-cmd-x64-1
  • then type commands % Windir% \ syswow64 \ msiexec.exe / unregister si % Windir% \ syswow64 \ msiexec.exe / regserver (For the unregistered and then re-register the service msiecec.exe directory C: \Windows\ syswow64)
msiexec-cmd-x64-2

Then close Command Prompt and restart Windowsul, and after restart you will be able to install desired applications in the system without any problem. Success!

STEALTH SETTINGS - How to fix “Windows Installer Service could not be accessed ”in Windows

Passionate about technology, I like to test and write tutorials about operating systems Windows, always looking to discover interesting things.

How to » Noteworthy » How can we fix the error "Windows Installer Services could not be accessed ”
Leave a Comment