Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are Visual Studio 2017 Build Tools still available for download? [closed]

I am looking for the Visual Studio 2017 Build Tools. Are they still available somewhere?

I can find the 2015 and 2019 versions. The 2017 version seems impossible to find.

Due to toolchain limitations, I unfortunately cannot use the 2019 version to install MSVC141.

like image 526
ARF Avatar asked Sep 04 '19 20:09

ARF


People also ask

How do I install VS 2017 build tools?

To install them just select the “VC++ 2015.3 v140 toolset for desktop (x86,x64)” at the bottom of the “Optional” section. After the product install finishes you can click the “Launch” button on the VS installer to open a Developer Command Prompt for VS2017 with the v141 MSVC toolset in the path and ready to go.

Is Visual Studio 2017 still supported?

Visual Studio 2017: mainstream support ends April 12, 2022, and the product will transition to extended support until April 2027. During extended support we'll provide fixes only for security issues. We recommend users move to the 15.9 supported baseline to remain under support.

How do I download Visual Studio build tools?

Since you already have the VS 2015, you can go to Control Panel—Programs and Features and right click the VS 2015 item and Change-Modify, then check the option of those components that relates to the Visual C++ Build Tools, like Visual C++, Windows SDK… then install them.

Does Visual Studio build tools require a license?

Use of the Build Tools require a valid Visual Studio license. If you can use the Visual Studio Community for free, you can also use the Build Tools with a valid free license.


Video Answer


4 Answers

It is not clear how Microsoft decided not to make VS2017 Build Tool installer an obvious option for you to download, but maintainers on Chocolatey have packed up every recent releases, so you can download and install from there.

Alternatively, the chocolatey install script contains a link to Microsoft servers where the VS 2017 Build Tools Installer is still available.

like image 189
Lex Li Avatar answered Oct 20 '22 19:10

Lex Li


From here (guide for installing VS buildtools in a Docker container), I found that you can download:

  • 2017: https://aka.ms/vs/15/release/vs_buildtools.exe
  • 2019: https://aka.ms/vs/16/release/vs_buildtools.exe
  • 2022: https://aka.ms/vs/17/release/vs_buildtools.exe
like image 40
inkychris Avatar answered Oct 20 '22 19:10

inkychris


You can find Build Tools for Visual Studio 2017 here.

https://visualstudio.microsoft.com/vs/older-downloads

To download any product from the following list, click the download button and log in with your Visual Studio Subscription account when prompted. If you don’t have a Visual Studio Subscription, you can create one for free by clicking on “Create a new Microsoft account” on the login page.

like image 37
Ram Avatar answered Oct 20 '22 21:10

Ram


To track it down I had to go to https://my.visualstudio.com/Downloads/Featured and search for "build tools" or "build tools 2017". Looks like you'd have to register and sign in to the site to get to the build tools downloads.

like image 38
mcdon Avatar answered Oct 20 '22 20:10

mcdon