Can't access the Installer service? Master easy to get a

  
Recently, I saw a netizen asking for help, saying that I had a strange problem. When installing or uninstalling some applications, the system actually prompts Windows Installer error, "Cannot access Windows Installer service", can not complete the corresponding operation. Until the first 2 days Xiaobian gave my love machine upgrade Office 2003 also encountered the same problem, I finally made up my mind to solve this ill! Search on the network to get the following solution:
If your system is WinXP When installing Office 2003, "There is no access to the Windows Installer service. It may be that you are running Windows or Window Installer in a secure mode. The error is not correct." (In fact, all MSI format programs installed using the Windows Installer service cannot. Normal installation); in the "Services" view the status of the "Windows Installer" service, generally disabled, when you try to enable this service, you will find that this service has been disabled by the system, or the Windows Installer service has been Marked as deleted; when you try to reinstall the Windows Installer service, the system prompts "The specified service already exists" ”—— then this article is what you want.
Workaround (passed on WinXP/Win2000):
First write the following content in Notepad and save it as installer.reg format file, double-click to import the file into the registry;
Run“CMD” command At the prompt, type “msiexec /regserver” and press Enter;
No need to reboot, immediately mess up!
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\MSIServer]
"ImagePath"=-
"ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00 ,6f,00,6f,00,\\
74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33 ,00,32,00,5c,00,6d,\\
00,73,00,69,00,65,00,78,00,65,00,63,00,2e,00,65,00 ,78,00,65,00,20,00,2f,00,\\
56,00,00,00
; ImagePath = %SystemRoot%\\System32\\msiexec.exe /V
Also There is a document, also posted together.
Under Windows2000 system:
First step: Click Start-->Run,
Enter CMD command, enter
“msiexec /unregserver” command is to stop windows installer service.
Second Step: Download the windows installer service installation package,
Windows2000/NT system installation package is "InstMsiW.exe"; Windows98/ME installation package is "InstMsiA.exe", Windows XP system The latest version of Windows Installer v2.0 is integrated.
Download “InstMsiW.exe” After installing the package, unzip it with winrar and then enter this directory.
Step 3: Right-click on the "msi.inf" file, click on the "Install" option, then right-click on the "mspatcha.inf" file and click on "Install".
Step 4: Enter the “msiexec /regserver” command at the CMD command prompt.
This starts the windows installer service. After restarting the Windows 2000 system, the problem is solved.
Note: During the process of installing two inf files, do not restart the system. After all operations are completed, you can restart. In addition, if the system is installed, “Rising Virus Firewall” and “Rising Network Firewall” are recommended. Turn off the Rising Firewall during the operation.
Copyright © Windows knowledge All Rights Reserved