現象
Windows 安装程序在安全模式下无法工作,这意味着,如果不在命令提示符处使用 msiexec 发出特定命令,则无法在安全模式下安装或卸载程序。
原因
。
解決方法
1.要使 Windows 安装程序在安全模式下工作,您需要为登录到的每种安全模式创建注册表项。安全模式。
2.在命令提示符中键入以下内容:REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer"/VE/T REG_SZ/F/D "Service",然后
3. net start MSIServer 这将启动 Windows Installer 服务。
这是
http://www.symantec.com/connect/blogs/windows-installer-safe-mode的参考
対象製品
Microsoft Windows 2008 Server R2