不能訪問(wèn) Windows Installer 服務(wù) 轉(zhuǎn)載的 超級(jí)感謝 哇卡卡
如果你的系統(tǒng)是 WinXP,在安裝 Office2003 時(shí)出現(xiàn)了“不能訪問(wèn) Windows Installer 服務(wù),可能是你在安全摸式下運(yùn)行 Windows 或 Window Installer 沒(méi)有正確安裝”錯(cuò)誤(實(shí)際上是所有使用 Windows Installer 服務(wù)安裝的 MSI 格式程序均不能正常安裝);在“服務(wù)”里查看“Windows Installer ”服務(wù)的狀態(tài),一般為停用,當(dāng)你試圖啟用此服務(wù),會(huì)發(fā)現(xiàn)此服務(wù)已被系統(tǒng)禁用,或則 Windows Installer 服務(wù)已被標(biāo)記為刪除;而當(dāng)你嘗試重新安裝 Windows Installer 服務(wù)時(shí),系統(tǒng)提示“指定的服務(wù)已存在”——那這篇文章就是你想要的了。
解決方法(在 WinXP/Win2000 上通過(guò)):
- 先用記事本編寫(xiě)如下內(nèi)容,并保存為 installer.reg 格式文件,雙擊將文件導(dǎo)入注冊(cè)表;
- 運(yùn)行“CMD”命令提示符,輸入“msiexec /regserver”并回車;
- 無(wú)須重新啟動(dòng),即刻搞掂!
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
posted on 2008-03-12 17:22 meilody 閱讀(112) 評(píng)論(0) 編輯 收藏