web-dev-qa-db-ja.com

Visual Studio 2015 Update 3-セットアップがブロックされました

オフラインインストーラー(isoファイル)からVisual Studio 2015 Update 3をインストールしようとしていますが、このエラーが発生します。

enter image description here

ウィンドウ7で実行していますが、システムにVisual Studio 2013 Update 2013があります。

ここにいくつかのログがあります:

    [0E68:1238][2016-07-05T17:24:07]i000: MUX:  Detect Completed
[0E68:1238][2016-07-05T17:24:07]i000: MUX:  Wait for View to be loaded
[0E68:1238][2016-07-05T17:24:07]i000: MUX:  View loaded
[0E68:1238][2016-07-05T17:24:07]i000: MUX:  Checking for update...
[0E68:1238][2016-07-05T17:24:07]i000: MUX:  Setup update feature is enabled. Evaluating conditions to determine whether to run setup update.
[0E68:1238][2016-07-05T17:24:07]i000: MUX:  Checking http://go.Microsoft.com/fwlink/?LinkID=659005 for update.
[0E68:1238][2016-07-05T17:24:11]i000: MUX:  Failed to download the update xml file from http://go.Microsoft.com/fwlink/?LinkID=659005 Setup will not be updated.
[0E68:1238][2016-07-05T17:24:11]i052: Condition 'NOT (CurrentOperation = "Uninstall")' evaluates to true.
[0E68:1238][2016-07-05T17:24:11]i052: Condition 'NOT (CurrentOperation = "Uninstall")' evaluates to true.
[0E68:1238][2016-07-05T17:24:11]i052: Condition 'NOT (CurrentOperation = "Uninstall")' evaluates to true.
[0E68:1238][2016-07-05T17:24:11]i052: Condition 'NOT (CurrentOperation = "Uninstall")' evaluates to true.
[0E68:1238][2016-07-05T17:24:11]i052: Condition 'NOT (CurrentOperation = "Uninstall")' evaluates to true.
[0E68:1238][2016-07-05T17:24:11]i052: Condition 'NOT (CurrentOperation = "Uninstall")' evaluates to true.
[0E68:1238][2016-07-05T17:24:11]i052: Condition '(CurrentOperation = "Install") OR (CurrentOperation = "Repair")' evaluates to true.
[0E68:1238][2016-07-05T17:24:11]i000: MUX:  Configuring feed...
[0E68:1238][2016-07-05T17:24:11]i000: MUX:  Stop Block: NoApplicableUpdates : Update 3 requires a member of the Visual Studio 2015 family to be present or is blocked by another condition on your computer.
[0E68:1238][2016-07-05T17:24:11]i000: MUX:  Online feed url authoring not found
[0E68:1238][2016-07-05T17:24:11]i000: MUX:  Stop Block: NoApplicableUpdates : Update 3 requires a member of the Visual Studio 2015 family to be present or is blocked by another condition on your computer.
[0E68:1238][2016-07-05T17:24:11]i000: MUX:  Go to Blocker page.
[0E68:1238][2016-07-05T17:24:11]i199: Detect complete, result: 0x0
23
kamal hamidi

更新用のオフラインインストーラーをダウンロードしました。このオフラインインストーラーは、以前のバージョンのVisual Studio 2015をUpdate 3に更新します。VisualStudioのメジャーバージョンは、並行してインストールされます。したがって、2013年のインストールは、2015年の更新インストーラーによって変更されません。

「Visual Studio 2015 with Update 3」のオフラインインストーラーをダウンロードするか、最初に「Visual Studio 2015 RTM」をインストールしてから、ダウンロードした更新プログラムを適用する必要があります。

14
jessehouwing

同じ問題ではないにしても、同様の問題に直面しました。 VS2015 with Updateをインストールしました。 PCには他のVSバージョンまたはエディションはありませんでした。したがって、これはfreshインストールであると言えます。 VSを起動すると、KB3165756(14.0.25431.0)を取得するように求められ、次に得たものは次のとおりでした-

「セットアップのブロック-Update 3では、Visual Studio 2015ファミリーのメンバーが存在するか、コンピューター上の別の条件によってブロックされている必要があります」

問題を回避するために私がしたことは次のとおりです-

  1. コマンドプロンプトから"vs14-kb3165756/uninstall"と入力します。 (/ repairオプションを使用しないでください。これは機能しません。)
  2. 修復を選択します。
  3. 終了するまで実行します。

お役に立てれば。

8
Ralph Tee

オリジナルインストールISOを実行して解決しました。セットアップは、インストール/アップグレードを開始する前に、更新されるもの、置換されるものを自動的に検出します(既にインストールされているものに触れることなく)。

1

Visual Studio Webインストーラーを使用して、必要なものをインストールするか、使用するISOを見つけることで処理しました。

0
Patrick