8

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
  • 6,320
  • 5
  • 34
  • 62
  • https://chocolatey.org/packages/visualstudio2017buildtools – Lex Li Sep 05 '19 at 05:07
  • 2
    @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
  • 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

20

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
  • 6,320
  • 5
  • 34
  • 62
Lex Li
  • 52,595
  • 8
  • 102
  • 129
6

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

inkychris
  • 499
  • 2
  • 7
  • 15
2

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
  • 533
  • 2
  • 9
  • 35
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,648
  • 3
  • 34
  • 36
-1

YOU CAN DOWNLOAD IT FROM HERE:

https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=15

  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/low-quality-posts/28177621) – Logemann Jan 27 '21 at 10:03