Windows Installer Service Could Not Be Accessed? [100%Fix] 2024

Encountering issues with the Windows Installer Service in Windows 10, particularly the “Windows Installer Service Could Not Be Accessed” error, can disrupt your ability to install or update programs. This article provides a detailed guide on identifying and fixing this issue through various troubleshooting methods. Read on to discover effective solutions to get your Windows Installer Service back on track.

Understanding the Error:

The error message “Windows Installer Service Could Not Be Accessed” indicates a problem with the proper functioning of the Windows Installer. Whether triggered by the installation of a new application or running Microsoft Office, this error signifies a misconfiguration of the Windows Installer.

How to Fix “Windows Installer Service Could Not Be Accessed” Error:

Fix 1: Confirm The Installer Service Is Running

Follow these steps to ensure the Windows Installer Service is running:

  1. Press Windows + R to open the Run box.
  2. Type msconfig and click OK.
  3. Navigate to the “Services” tab and click the box next to “Windows Installer.”
  4. Click OK, then Apply, and finally, Restart your computer.

Verify if the error persists after restarting your computer.

Fix 2: Re-Register Microsoft Installer Service

Re-registering the Microsoft Installer Service can often resolve the issue. Execute the following commands in the Command Prompt:

%windir%\system32\msiexec.exe /unregister
%windir%\system32\msiexec.exe /regserver
%windir%\syswow64\msiexec.exe /unregister
%windir%\syswow64\msiexec.exe /regserver

For 32-bit Windows, use:

msiexec /unregister
msiexec /regserver

Afterward, restart your computer to check if the problem persists.

Fix 3: Reset Windows Installer Service Registry

Before making changes to the registry, create a backup:

  1. Press Windows Key + R, type regedit, and press OK.
  2. In the Registry Editor, go to File > Export to create a backup.
  3. Save the backup file.

Now, add a .reg file to the registry using the following steps:

  1. Open Notepad.
  2. Paste the provided text into Notepad.
  3. Save the file as repair.reg.
  4. Right-click on repair.reg and choose “Run as administrator.”

Check if the Windows Installer Service error is resolved after these steps.

Fix 4: Uninstall The Earlier Version Of The Software

If the issue persists, uninstall the older version of the software you are trying to install before attempting the installation again.

  1. Go to Start > Control Panel > Programs > Uninstall a Program.
  2. Select the program and click Uninstall.
  3. Restart your computer.
  4. Install the desired software.

Use a third-party uninstaller for the thorough removal of program traces.

Fix 5: Change Remote Procedure Call Service

Adjusting the settings of the Remote Procedure Call (RPC) service might help:

  1. Press Windows Key + R, type services.msc, and press Enter.
  2. Locate and double-click on the Remote Procedure Call (RPC) service.
  3. Go to the Log On tab and check “Local System account” and “Allow service to interact with desktop.”
  4. Restart your computer.

If the issue Windows Installer Service Could Not Be Accessed persists, change the RPC settings as described in the article.

Fix 6: Delete Duplicate Msiexec File

Ensure there is no duplicate msiexec.exe file by following these steps:

  1. Navigate to C:\Windows\System32.
  2. Look for a file named msiexec.exe and check for a second file without the .exe extension and with a 0KB size.
  3. Rename the second file to msiexec_old.

Restart the Windows service and verify if the error Windows Installer Service Could Not Be Accessed resolved.

Conclusion:

Resolving the “Windows Installer Service Could Not Be Accessed” error demands a systematic approach. By following the provided solutions, you can effectively troubleshoot and fix the issue on your Windows 10 system. Remember to stay updated and keep your PC clean for a smoother computing experience. Stay connected with us on Facebook, Twitter, and Telegram for more updates and tech tips.

Updated: 26 April 2024 — 12:38 AM

The Author