+3 votes
52 views
Cannot access the Windows Installer Service

in Windows11 by (551k points)
reopened | 52 views

1 Answer

+4 votes
Best answer

Fix Cannot access the Windows Installer Service

Windows Installer fulfills a function as a service that Windows comes installed by default as a Windows API that performs tasks of installing and uninstalling applications or software items on our PC. It makes use of packages that contain data that this service needs to be able to perform tasks with a software product. That is why sometimes if we do not have access to Windows Installer it may lead to certain problems on the computer..

 

In Windows 10 or Windows 11 many of the system processes are based on services which allow all processes between system and user components to run accurately, one of the most notable Windows services is the Windows Installer service. . This is a service that is responsible for adding, modifying and removing applications that have been delivered as Windows Installer packages (*.msi, *.msp, *.appx). As the service is disabled, none of the services dependent on it can be used in the system, this is the cause of seeing the error "Windows Installer service is not accessible" but TechnoWikis has a solution for this error.

 

 

 

To stay up to date, remember to subscribe to our YouTube channel!
SUBSCRIBE ON YOUTUBE

 

Fix Cannot access the Windows Installer Service

 

Step 1

First of all we open Services:

 

image

 

Step 2

Locate the "Windows Installer" service:

 

image

 

Step 3

We double click on it to access its properties:

 

image

 

Step 4

We click "Start" to activate the service. Apply the changes.

 

 

image

 

step 5

Now in the search engine we enter "msconfig":

 

image

 

step 6

Open the System Configuration utility and in the pop-up window we will go to the "Services" tab, there we click on the name column to organize it, locate "Windows Installer":

 

image

 

step 7

We validate its status, now uncheck some boxes to click "Enable all":

 

image

 

step 8

We will see that this option is no longer enabled:

 

 

image

 

step 9

We apply the changes and it will be necessary to restart Windows:

 

image

 

step 10

The system will be rebooted:

 

image

 

step 11

As an additional point it will be possible to execute some actions in the command prompt console to correct this service error, in this case we open CMD as administrators:

 

image

 

step 12

There we execute each of the following commands:
 %windir%\system32\msiexec.exe /unregister %windir%\system32\msiexec.exe /regserver %windir%\syswow64\msiexec.exe /unregister %windir%\syswow64\msiexec.exe /regserve 
image

 

step 13

Reboot Windows after that:

 

image

 

step 14

With these commands we have re-registered Windows Installer, now open CMD as administrator again:

 

image

 

step 15

Now we are going to reinstall Windows Installer using the following commands:
 cd %windir%\system32 ren msi.dll msi.old ren msiexec.exe msiexec.old ren msihnd.dll msihnd.old 
image

 

step 16

Restart Windows:

 

image

 

With these steps we will be able to recover the operation of the Windows Installer service..

 


by (3.5m points)
edited

Related questions

+3 votes
1 answer
asked Jan 12, 2023 in Windows11 by backtothefuture (551k points) | 55 views
+3 votes
1 answer
asked Aug 9, 2023 in Windows11 by backtothefuture (551k points) | 37 views
+5 votes
1 answer
+5 votes
1 answer
+5 votes
1 answer
Sponsored articles cost $40 per post. You can contact us via Feedback
10,632 questions
10,764 answers
510 comments
3 users