Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 Update 3 (KB3165756) Setup Blocked

So, I'm trying to install Visual Studio 2015 Update 3 on my new Windows 10 laptop, but I can't get it to install to save my life. When I tried installing it via the original installation ISO, it keeps telling me the package failed. If I use the standalone update file it tells me the setup is blocked and that it requires a member of the Visual Studio 2015 family to be present (which, by all rights, should already be installed).

Here's a link to the log file, if it helps... https://drive.google.com/file/d/0ByXn28otvziTdGRwamVjaTZ2RlU/view?usp=sharing

like image 621
TheDoctor Avatar asked Oct 24 '16 07:10

TheDoctor


People also ask

Is Visual Studio 2015 still supported?

For Visual Studio 2017, customers who remain on the RTW version 15.0. x will continue to be supported until January 2020. For Visual Studio 2015 and Team Foundation Server 2015, RTW is no longer supported.


1 Answers

Found out how to fix it.

  1. Shift-right click on the folder where the standalone update is stored.
  2. Click "Open command window here."
  3. Type "vs14-kb3165756.exe /uninstall" without the quotes.
  4. Click "repair."
  5. Watch as the update finally manages to work.
like image 153
TheDoctor Avatar answered Sep 21 '22 07:09

TheDoctor