Windowsインストーラアクセス拒否エラーを修正
Windowsインストーラーのアクセス拒否エラーの修正: (Fix Windows Installer Access Denied Error: )Windows 10に新しいプログラムをインストールしようとしたときに「アクセスが拒否されました」というエラーメッセージが表示された場合、またはMsiexec.exeアクセス(Msiexec.exe Access)が拒否されたエラー(Denied Error)が表示された場合は、今日のように適切な場所にいます。この問題を修正します。エラーの主な原因は、 Windowsインストーラ(Windows Installer)ファイルが破損または破損しているようです。
Windows 10からプログラムをインストールまたはアンインストールしようとすると、次の警告メッセージのいずれかが表示される場合があります。
WindowsインストーラサービスにアクセスできませんでしたWindowsインストーラサービスを(The Windows Installer Service could not be accessed)
開始(Windows Installer Service couldn’t be started)
できませんでしたローカルコンピュータでWindowsインストーラサービスを開始できませんでした。エラー5:アクセスが拒否されました。(Could not start the Windows Installer service on Local Computer. Error 5: Access is denied.)
この問題の根本的な原因を修正するには、Windowsインストーラー(Windows Installer)ファイルを再登録する必要があります。または、Windowsインストーラー(Windows Installer)サービスを再起動するだけで問題が解決する場合があります。したがって、時間を無駄にすることなく、以下のガイドを使用して、Windowsインストーラアクセス拒否エラー(Fix Windows Installer Access Denied Error)を実際に修正する方法を見てみましょう。
Windowsインストーラアクセス拒否エラーを修正(Fix Windows Installer Access Denied Error)
何か問題が発生した場合に備えて、必ず 復元ポイントを作成してください。(create a restore point)
方法1:Windowsインストーラサービスを再起動します(Method 1: Restart Windows Installer Service)
1.Windowsキー+Rを押してから、 services.mscと入力し、Enterキーを押します。
2. Windowsインストーラサービス(Windows Installer service)を見つけて右クリックし、[プロパティ]を選択します。(Properties.)
3.サービスがまだ実行されていない場合は、[開始]をクリックします。(Start)
4.サービスがすでに実行されている場合は、右クリックして[再起動]を選択します。(Restart.)
5.アクセス拒否エラーが発生したプログラムを再度インストールしてみてください。
方法2:Windowsインストーラーを再登録する(Method 2: Re-register Windows Installer)
1.WindowsWindows Key + Xコマンドプロンプト(管理者)(Command Prompt (Admin).)を選択します。
2.次のコマンドをcmdに入力し、 Enterキー(Enter)を押します。
msiexec /unreg
msiexec /regserver
3. PCを再起動して、変更を保存します。
4.問題が解決しない場合は、Windowsキー+ Rを押してから、次のように入力してEnterキーを押します。
%windir%\system32
5. Msiexec.exeファイルを見つけて、ファイルの正確なアドレスを書き留めます。これは次のようになります。
C:\WINDOWS\system32\Msiexec.exe
6.Windowsキー+Rを押してから、 regeditと入力し、 Enterキーを押して(Enter)レジストリエディタ(Registry Editor)を開きます。
7.次のレジストリキーに移動します。
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer
8. MSIServerを選択(MSIServer)し、右側のウィンドウペインでImagePathをダブルクリックします。(ImagePath.)
9.ここで、上記のMsiexec.exe(Msiexec.exe)ファイルの場所を値データフィールドに入力し、その後に「/ V」を入力すると、全体が次のようになります。
C:\WINDOWS\system32\Msiexec.exe /V
10.ここにリストされている方法(methods listed here.)のいずれかを使用して、PCをセーフモードで起動します。
11.WindowsWindows Key + Xコマンドプロンプト(管理者)(Command Prompt (Admin).)を選択します。
12.次のコマンドを入力し、 Enterキー(Enter)を押します。
msiexec /regserver
%windir%\Syswow64\Msiexec /regserver
13.すべてを閉じて、PCを通常どおり起動します。Windowsインストーラアクセス拒否エラー(Fix Windows Installer Access Denied Error)を修正できるかどうかを確認します。 修正できない場合は、次の方法に進みます。
方法3:Windowsインストーラサービスをリセットする(Method 3: Reset the Windows Installer Service)
1.メモ帳(Notepad)を開き、以下をそのままコピーして貼り付けます。
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\msiserver] "DisplayName"="@%SystemRoot%\\system32\\msimsg.dll,-27" "ImagePath"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,\ 74,00,25,00,5c,00,73,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,20,00,2f,00,56,00,00,00 "Description"="@%SystemRoot%\\system32\\msimsg.dll,-32" "ObjectName"="LocalSystem" "ErrorControl"=dword:00000001 "Start"=dword:00000003 "Type"=dword:00000010 "DependOnService"=hex(7):72,00,70,00,63,00,73,00,73,00,00,00,00,00 "ServiceSidType"=dword:00000001 "RequiredPrivileges"=hex(7):53,00,65,00,54,00,63,00,62,00,50,00,72,00,69,00,76,\ 00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,43,00,72,00,65,00,61,00,\ 74,00,65,00,50,00,61,00,67,00,65,00,66,00,69,00,6c,00,65,00,50,00,72,00,69,\ 00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,4c,00,6f,00,63,00,\ 6b,00,4d,00,65,00,6d,00,6f,00,72,00,79,00,50,00,72,00,69,00,76,00,69,00,6c,\ 00,65,00,67,00,65,00,00,00,53,00,65,00,49,00,6e,00,63,00,72,00,65,00,61,00,\ 73,00,65,00,42,00,61,00,73,00,65,00,50,00,72,00,69,00,6f,00,72,00,69,00,74,\ 00,79,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,\ 65,00,43,00,72,00,65,00,61,00,74,00,65,00,50,00,65,00,72,00,6d,00,61,00,6e,\ 00,65,00,6e,00,74,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,\ 00,00,53,00,65,00,41,00,75,00,64,00,69,00,74,00,50,00,72,00,69,00,76,00,69,\ 00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,53,00,65,00,63,00,75,00,72,00,\ 69,00,74,00,79,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,\ 00,53,00,65,00,43,00,68,00,61,00,6e,00,67,00,65,00,4e,00,6f,00,74,00,69,00,\ 66,00,79,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,\ 00,65,00,50,00,72,00,6f,00,66,00,69,00,6c,00,65,00,53,00,69,00,6e,00,67,00,\ 6c,00,65,00,50,00,72,00,6f,00,63,00,65,00,73,00,73,00,50,00,72,00,69,00,76,\ 00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,49,00,6d,00,70,00,65,00,\ 72,00,73,00,6f,00,6e,00,61,00,74,00,65,00,50,00,72,00,69,00,76,00,69,00,6c,\ 00,65,00,67,00,65,00,00,00,53,00,65,00,43,00,72,00,65,00,61,00,74,00,65,00,\ 47,00,6c,00,6f,00,62,00,61,00,6c,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,\ 00,67,00,65,00,00,00,53,00,65,00,41,00,73,00,73,00,69,00,67,00,6e,00,50,00,\ 72,00,69,00,6d,00,61,00,72,00,79,00,54,00,6f,00,6b,00,65,00,6e,00,50,00,72,\ 00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,52,00,65,00,\ 73,00,74,00,6f,00,72,00,65,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,\ 00,65,00,00,00,53,00,65,00,49,00,6e,00,63,00,72,00,65,00,61,00,73,00,65,00,\ 51,00,75,00,6f,00,74,00,61,00,50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,\ 00,65,00,00,00,53,00,65,00,53,00,68,00,75,00,74,00,64,00,6f,00,77,00,6e,00,\ 50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,54,\ 00,61,00,6b,00,65,00,4f,00,77,00,6e,00,65,00,72,00,73,00,68,00,69,00,70,00,\ 50,00,72,00,69,00,76,00,69,00,6c,00,65,00,67,00,65,00,00,00,53,00,65,00,4c,\ 00,6f,00,61,00,64,00,44,00,72,00,69,00,76,00,65,00,72,00,50,00,72,00,69,00,\ 76,00,69,00,6c,00,65,00,67,00,65,00,00,00,00,00 "FailureActions"=hex:84,03,00,00,00,00,00,00,00,00,00,00,03,00,00,00,14,00,00,\ 00,01,00,00,00,c0,d4,01,00,01,00,00,00,e0,93,04,00,00,00,00,00,00,00,00,00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\msiserver\Enum] "0"="Root\\LEGACY_MSISERVER\\0000" "Count"=dword:00000001 "NextInstance"=dword:00000001
2.メモ帳メニューから[ファイル(File)]をクリックし、[名前を付けて保存]をクリックします。(Save As.)
3. [ファイルの(Save as)種類]ドロップダウンから、[すべてのファイル]を選択します。(All Files.)
4.ファイルにMSIrepair.regという名前を付けます(reg拡張子は非常に重要です)。
5.デスクトップまたはファイルを保存する場所に移動し、[保存]をクリックします。(Save.)
6.次に、 MSI(MSI) repair.regファイルを右クリックして、 [管理者として実行]を選択します。(Run as Administrator.)
7. PCを再起動して変更を保存し、 Windowsインストーラーのアクセス拒否エラー(Fix Windows Installer Access Denied Error.)を修正できるかどうかを確認します 。
方法4:Windowsインストーラーを再インストールする(Method 4: Reinstall Windows Installer)
注:(Note:)以前のバージョンのWindowsにのみ適用されます(Applied)
1.WindowsWindows Key + Xコマンドプロンプト(管理者)(Command Prompt (Admin).)を選択します。
2.次のコマンドをcmdに入力し、それぞれの後にEnterキーを押します。(Enter)
cd %windir%\system32 attrib -r -s -h dllcache ren msi.dll msi.old ren msiexec.exe msiexec.old ren msihnd.dll msihnd.old exit
3. PCを再起動してから、Windowsインストーラー4.5(Windows Installer 4.5) 再頒布可能パッケージを(Redistributable)MicrosoftのWebサイト(Microsoft website here.)からダウンロードします。
4.再頒布可能パッケージをインストールしてから、PCを再起動します。
おすすめされた:(Recommended:)
- Windows10で管理ツールを削除する(Remove Administrative Tools in Windows 10)
- Windows10で壊れたタスクスケジューラを修正する(Fix Broken Task Scheduler in Windows 10)
- Windows10でクリティカルバッテリーレベルを変更する(Change Critical Battery Levels on Windows 10)
- ffmpeg.exeが動作を停止したエラーを修正(Fix ffmpeg.exe has stopped working error)
これで、 Windowsインストーラアクセス拒否エラー(Fix Windows Installer Access Denied Error)の修正に成功しましたが、このガイドに関してまだ質問がある場合は、コメントのセクションで質問してください。
Related posts
Fix Google Drive Access Denied Errorの方法
Fix Destination Folder Access Denied Error
Fix uTorrent AccessはDenied(ディスクのWrite)です
アクセスを修正する方法が拒否されたWindows10
Valorantのメモリロケーションエラーへの無効なアクセスを修正
Fix io.netty.channel.abstractchannel $ AnnotatedConnectException ErrorでMinecraft
Device ManagerのFix Network Adapter Error Code 31
Fix Application Error 0xc000007bの方法
Fix Minecraft ErrorがWrite Core Dumpに失敗しました
Fix Device Windows 10のMigrated Errorではありません
Fix System Restore Error 0x80070091
Windows 10のFix Error 0X80010108
Fix Windows 10 Store Error 0x80073cf9
Fix Could ConnectはSteam Network ErrorにConnectを備えていません
Fix Windows 10 Error C1900101-4000DでFailsをインストールします
Fix Ca Connect ConnectはMicrosoft EdgeのPage Errorにしっかりしています
Fix Windows 10 Updates Wo Install Error
6 Ways~Fix Pending Transaction Steam Error
Fix Windows Update Error Code 0x80072efe
Fix Windows Update Error 0x80080005