web-dev-qa-db-ja.com

vc_runtimeminimum_x86.msiが見つからず、インストールが機能しない

現在、C++で使用するVisual Studio 2017 Community Editionのインストールプロセスを進めています。インストールの途中で、エラーが表示されます

「使用しようとしている機能は利用できないネットワークリソースにあります。[OK]をクリックして再試行するか、インストールパッケージを含むフォルダーへの代替パスを入力してください '_vc_runtimeMinimum_x86.msi_ '下のボックスに。」

キャンセルをクリックすると、手順が続行され、最後にセットアップが失敗したことが通知されます。この投稿の下部にエラーログが添付されています。

また、Microsoft Visual Studio開発者ヘルプフォーラムに完全なログをアップロードしました here

OSを再インストールすることなく、この問題を解決できるようにしたいと思います。これまでのところ、_/sfc scannow_を試し、Visual Studio Installerを使用して修復し、C++再頒布可能パッケージを再インストールしましたが、あまり役に立ちません。

どんな助けも大歓迎です。ありがとうございました。

The product failed to install the listed workloads and components due to one or more package failures. Incomplete workloads Desktop development with C++ (Microsoft.VisualStudio.Workload.NativeDesktop,version=15.0.26403.0) Universal Windows Platform development (Microsoft.VisualStudio.Workload.Universal,version=15.0.26403.0) Visual Studio extension development (Microsoft.VisualStudio.Workload.VisualStudioExtension,version=15.0.26208.0) Incomplete components C# and Visual Basic (Microsoft.VisualStudio.Component.Roslyn.LanguageServices,version=15.0.26208.0) C++ profiling tools (Microsoft.VisualStudio.Component.VC.DiagnosticTools,version=15.0.26208.0) Graphics debugger and GPU profiler for DirectX (Microsoft.VisualStudio.Component.Graphics.Tools,version=15.0.26208.0) JavaScript and TypeScript language support (Microsoft.VisualStudio.Component.JavaScript.TypeScript,version=15.0.26208.0) Profiling tools (Microsoft.VisualStudio.Component.DiagnosticTools,version=15.0.26208.0) Static analysis tools (Microsoft.VisualStudio.Component.Static.Analysis.Tools,version=15.0.26208.0) Universal Windows Platform tools (Microsoft.VisualStudio.Component.UWP.Support,version=15.0.26403.0) Universal Windows Platform tools for Cordova (Microsoft.VisualStudio.ComponentGroup.UWP.Cordova,version=15.0.26403.0) Universal Windows Platform tools for Xamarin (Microsoft.VisualStudio.ComponentGroup.UWP.Xamarin,version=15.0.26403.0) VC++ 2017 v141 toolset (x86,x64) (Microsoft.VisualStudio.Component.VC.Tools.x86.x64,version=15.0.26208.0) Visual Studio extension development prerequisites (Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites,version=15.0.26208.0) Visual Studio SDK (Microsoft.VisualStudio.Component.VSSDK,version=15.0.26208.0) You can search for solutions using the information below, modify your selections for the above workloads and components and retry the installation, or remove the product from your machine. Following is a collection of individual package failures that led to the incomplete workloads and components above. To search for existing reports of these specific problems, please copy and paste the URL from each package failure into a web browser. If the issue has already been reported, you can find solutions or workarounds there. If the issue has not been reported, you can create a new issue where other people will be able to find solutions or workarounds. Package 'Microsoft.VisualCpp.Redist.14,version=14.10.25008,chip=x86' failed to install. Search URL: https://aka.ms/VSSetupErrorReports?q=PackageId=Microsoft.VisualCpp.Redist.14;PackageAction=Install;ReturnCode=1603 Impacted workloads Desktop development with C++ (Microsoft.VisualStudio.Workload.NativeDesktop,version=15.0.26403.0) Universal Windows Platform development (Microsoft.VisualStudio.Workload.Universal,version=15.0.26403.0) Visual Studio extension development (Microsoft.VisualStudio.Workload.VisualStudioExtension,version=15.0.26208.0) Impacted components C# and Visual Basic (Microsoft.VisualStudio.Component.Roslyn.LanguageServices,version=15.0.26208.0) C++ profiling tools (Microsoft.VisualStudio.Component.VC.DiagnosticTools,version=15.0.26208.0) Graphics debugger and GPU profiler for DirectX (Microsoft.VisualStudio.Component.Graphics.Tools,version=15.0.26208.0) JavaScript and TypeScript language support (Microsoft.VisualStudio.Component.JavaScript.TypeScript,version=15.0.26208.0) Profiling tools (Microsoft.VisualStudio.Component.DiagnosticTools,version=15.0.26208.0) Static analysis tools (Microsoft.VisualStudio.Component.Static.Analysis.Tools,version=15.0.26208.0) Universal Windows Platform tools (Microsoft.VisualStudio.Component.UWP.Support,version=15.0.26403.0) Universal Windows Platform tools for Cordova (Microsoft.VisualStudio.ComponentGroup.UWP.Cordova,version=15.0.26403.0) Universal Windows Platform tools for Xamarin (Microsoft.VisualStudio.ComponentGroup.UWP.Xamarin,version=15.0.26403.0) VC++ 2017 v141 toolset (x86,x64) (Microsoft.VisualStudio.Component.VC.Tools.x86.x64,version=15.0.26208.0) Visual Studio extension development prerequisites (Microsoft.VisualStudio.ComponentGroup.VisualStudioExtension.Prerequisites,version=15.0.26208.0) Visual Studio SDK (Microsoft.VisualStudio.Component.VSSDK,version=15.0.26208.0) Log C:\Users\Owner\AppData\Local\Temp\dd_setup_20170412231725_117_Microsoft.VisualCpp.Redist.14.log Details Command executed: "C:\ProgramData\Microsoft\VisualStudio\Packages\Microsoft.VisualCpp.Redist.14,version=14.10.25008,chip=x86\VC_redist.x86.exe" /q /norestart /log "C:\Users\Owner\AppData\Local\Temp\dd_setup_20170412231725_117_Microsoft.VisualCpp.Redist.14.log" Return code: 1603 Return code details: Fatal error during installation.

8
Khatrimm

[コントロールパネル]-[プログラムと機能]に移動し、Visual C++ 2015再配布アイテムをアンインストールします。

その後、ツールを実行します: https://support.Microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed =。 VS 2017インストーラーを管理者として再実行し、「起動」の横のアイコンをクリックし、「修復」を選択してVS 2017を修復します。

7
Sara Liu - MSFT

最新のVSコミュニティをインストールしようとするWin 10の最近のビルドでも、この問題に遭遇しました。この状態になったとき、物事は非常に壊れているように見えました。これが最終的に機能した一連のイベントです。

  1. インストール済みで、「すべてのパッケージをダウンロードしてからインストール」を選択します
  2. インストールを試みる
  3. ポップアップを見る
  4. ポップアップがまだ表示されている状態で、ここに移動します: https://support.Microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed そしてツールをダウンロード
  5. ツールを開き、「インストールまたはアンインストールのヘルプが必要ですか」というページで[アンインストール]を選択します
  6. リストのある次のページで、Microsoft Visual C++ 2015(何でも)を選択し、「アンインストールを試す」の横にあるヒットをクリックします
  7. リストに「Microsoft Visual C++ 2015」が表示されなくなるまで、手順5〜6を繰り返します。ポップアップがまだ表示されていることに注意してください。
  8. ポップアップを閉じる
  9. インストールを一時停止して再開します。
  10. 再びポップアップが表示されず、正しくインストールされているようです。

ソリューションが解決策なしでマークされてから1年後にここに来ている場合は、それを試して、問題を回避できるかどうかを確認してください。

ここでは、私にとってはうまくいかなかった他のいくつかのことを試しました。上記がうまくいかない場合は、検索して収集した次のいずれかを試してください。

  • C:\ Program Data\Package Cacheに移動して、msiパッケージを検索し、インストーラーに見つかったものへのリテラルパスを提供します。インストーラーが「間違ったバージョン」と文句を言います
  • https://support.Microsoft.com/en-us/help/17588/fix-problems-that-block-programs-from-being-installed-or-removed インストールが失敗した後その後、修復します(同じエラー)。
  • インストール後のVS 2015パッケージのアンインストールが失敗し、修復しました(同じエラー)。
  • エラーを無視します。これを行ったとき、VSにはテンプレートがインストールされておらず、devenv/installvstemplatesはこれを解決しませんでした。
7
Jun

ここからすべてのものをインストールしてみてください: https://support.Microsoft.com/ms-my/help/2977003/the-latest-supported-visual-c-downloads

X86バージョンをインストールするだけなのか、それともすべてをインストールするのかわからない。それらをすべてインストールすることをお勧めしますが、すでに持っているものをアンインストールすることを忘れないでください。

0
Hatsune Miku