If your system is WinXP, the following error occurs when you install Office2003: "You cannot access the Windows Installer Service, it may be because Windows or Windows Installer is not correctly installed when you run it safely. "(in fact, all MSI format programs installed using the Windows Installer Service cannot be properly installed ); check the status of the "Windows Installer" service in "service", which is generally disabled. When you try to enable the service, you will find that the 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"-this article is what you want.
Solution ):
- First, write the following content in Notepad (content between split lines), save it as an installer. reg file, and double-click to import the file to the registry;
- Run the "CMD" command prompt and enter"Msiexec/regserver"And press Enter;
- You don't need to restart. Please try again now!
------------- Split line --------------
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 ,/
; ImagePath =% SystemRoot %/System32/msiexec.exe/V
------------- Split line --------------