メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能

How to Enable Windows Installer in Safe Mode

概要: This article provides information on Windows Installer under Safe Mode

この記事は次に適用されます:   この記事は次には適用されません: 

現象

Windows Installer will not work under Safe Mode, this means that programs cannot be installed or uninstalled in safe mode without giving a specific command using msiexec in command prompt. 

原因

.

解決方法

1. To make Windows Installer work under safe mode, you need to create a registry entry for every type of safe mode you are logged in to. Safe Mode.
2. Type this in a command prompt: REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"   and then
3. net start msiserver   This will start the Windows Installer Service.

This is in reference of http://www.symantec.com/connect/blogs/windows-installer-safe-mode


対象製品

Microsoft Windows 2008 Server R2