Microsoft Windows Installer其实就是微软用来运行MSI安装程序所使用的Windows程序模块,是专门用来管理和配置软件服务的工具。
故障现象:安装程序时提示:不能访问Windows Installer 服务。可能你在安全模式下运行 Windows,或者Windows Installer 没有正确的安装。请和你的支持人员联系以获得帮助。或者无法访问Windows安装程序,服务中Windows Installer状态为停止,不能启动等错误信息。
解决方法:使用命令:msiexec /unregserver 卸载 Windows Installer 服务
再用命令:msiexec /regserver 安装上 Windows Installer 服务即可。
如果还不行,可尝试:
1. 检查有没有管理员权限。
<...[ 查看全文 ]