如果你的系統(tǒng)是 WinXP,在安裝 Office2003 時出現(xiàn)了“不能訪問 Windows Installer
服務,可能是你在安全摸式下運行 Windows 或 Window Installer 沒有正確安裝”錯誤(實際上是所有使用 Windows
Installer 服務安裝的 MSI 格式程序均不能正常安裝);在“服務”里查看“Windows Installer
”服務的狀態(tài),一般為停用,當你試圖啟用此服務,會發(fā)現(xiàn)此服務已被系統(tǒng)禁用,或則 Windows Installer
服務已被標記為刪除;而當你嘗試重新安裝 Windows Installer 服務時,系統(tǒng)提示“指定的服務已存在”——那這篇文章就是你想要的了。
解決方法(在 WinXP/Win2000 上通過):
- 先用記事本編寫如下內容,并保存為 installer.reg 格式文件,雙擊將文件導入注冊表;
- 運行“CMD”命令提示符,輸入“msiexec /regserver”并回車;
- 無須重新啟動,即刻搞掂!
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