Posted on Tuesday, May 17,200 am # Computer Network
There are many problems this year.
Today, the company's computer has another problem. When a colleague installed "Ziguang Input Method 3.0,
The system prompts"You cannot access the Windows Installer Service. You may be running Windows in safe mode, or the Windows Installer is not correctly installed. Please contact your support staff for help ".
I was arrested again.
Searching materials ......
With
In Windows2000:
Step 1: Click start --> run,
Enter the CMD command, and enter
The "msiexec/unregserver" command is used to stop the Windows Installer Service.
Step 2: download and install Windows InstallerProgramPackage,
The installation package of Windows2000/ntsystem is “instmsiw.exe. The installation package of Windows98/me is "instmsia.exe", and Windows XP system is integrated with the latest version of Windows Installer V2.0.
Download the installation package named instmsiw.exe, decompress it with WinRAR, and enter the directory.
Step 3: Right-click the "Msi. inf" file, click the "Install" option, right-click the "mspatcha. inf" file, and click "Install ".
Step 4: Enter the "msiexec/regserver" command at the CMD command prompt,
In this way, the Windows Installer Service is started, and the problem is solved after the Windows2000 system is restarted.
Note: during the installation of the two INF files, do not restart the system. After all the operations are completed, restart the system. In addition, if the system has installed the "Rising Star virus firewall" and "Rising Network Firewall", we recommend that you disable the rising firewall during the operation.
In Windows XP:
Step 1: use NotePad to compile the installer. reg file. The content is as follows:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE "system" CurrentControlSet "services" msiserver]
"ImagePath" =-
"ImagePath" = hex (2): 25, 00, 53,00, 79,00, 00, 6d, 00, 6f, 00, 6f, 00 ,"
, 00, 5C, 00, 00, 6d, 00, 00, 5C, 00, 6d ,"
, 00, 2f, 00 ,"
Save the file as ". Reg" and double-click the file to import the file content to the Registry.
Step 2: restart the computer to enter safe mode (Press F8 at startup), then click Start --> Run, enter the CMD command, in the pop-up cmd Command Prompt window, enter "msiexec/regserver" and restart the system.
OK. The problem is resolved.