37

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.

ARF
  • 7,420
  • 8
  • 45
  • 72
  • https://chocolatey.org/packages/visualstudio2017buildtools – Lex Li Sep 05 '19 at 05:07
  • 5
    @bhargav-rao Closing this question is inappropriate. You seem to have misunderstood the question. It does not seek any recommendation but seeks help locating essential developer tools. This is most certainly an appropriate question under the Stack Overflow guidelines. – ARF Jan 28 '21 at 14:05
  • 2
    I think strictly speaking the text in the close reason doesn't match the actual reason (here: https://stackoverflow.com/help/on-topic) which is the "4. Questions asking us to ...find a ... off-site resource are off-topic". Not saying I always agree with that rationale however. – StayOnTarget Jan 28 '21 at 15:58
  • 1
    My thoughts are the same as StayOnTarget's. The problem which I see with the question is that it is asking for a link to a tool, which is off-topic. I was a bit borderline on whether to close this or not, as there [have been prior discussions](https://meta.stackoverflow.com/q/385479) where it's been mentioned that asking a link to official docs/tools is ok. However, the number of link only answers that this has attracted, led me to cross the border, & close the question. I'm still across the border, as the [reopen queue](https://stackoverflow.com/review/reopen/28188876) decided it that way. – Bhargav Rao Jan 28 '21 at 21:07

5 Answers5

62

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

inkychris
  • 1,179
  • 2
  • 12
  • 18
  • 1
    Exactly what I needed to fix node-gyp on windows – etiennejcharles Jul 07 '21 at 02:21
  • The links do not work anymore, they all just forward to the vs_BuildTools.exe setup client – Honsa Stunna Mar 16 '23 at 14:06
  • 2
    They are indeed links to the vs_buildtools.exe client, but for each version of VS, so if you run through them, you should see different component versions for things, for example, the 2017 client only has v141 C++ toolsets, while the 2022 one has up to v143. – inkychris Mar 16 '23 at 14:13
39

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.

ARF
  • 7,420
  • 8
  • 45
  • 72
Lex Li
  • 60,503
  • 9
  • 116
  • 147
6

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.

Ram
  • 661
  • 2
  • 12
  • 37
1

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.

mcdon
  • 4,931
  • 3
  • 38
  • 36