Microsoft Windows Installer其實就是微軟用來運行MSI安裝程序所使用的Windows程序模塊是專門用來管理和配置軟件服務的工具
故障現象安裝程序時提示不能訪問Windows Installer 服務可能你在安全模式下運行 Windows或者Windows Installer 沒有正確的安裝請和你的支持人員聯系以獲得幫助或者無法訪問Windows安裝程序服務中Windows Installer狀態為停止不能啟動等錯誤信息
解決方法使用命令msiexec /unregserver 卸載 Windows Installer 服務
再用命令msiexec /regserver 安裝上 Windows Installer 服務即可
如果還不行可嘗試
檢查有沒有管理員權限
運行Servicesmsc檢查Windows Installer服務是否正常
下載最新的Windows Installer(WindowsInstallerKBvxexe)安裝程序並安裝
結束ikernelexe進程
刪除Windows Installer系統安裝目錄Program Files\Common Files\InstallShield\Engine
此外可以嘗試使用sfc/scannow來對系統進行自我修復
From:http://tw.wingwit.com/Article/os/xtgl/201311/9168.html