Is there a way to download a specific version of Visual Studio 2019?

Viewed 4796

I'm currently facing some issues with the latest Visual Studio 2019 version (16.7.0) and I want to go back to a previous version, specifically 16.6.2. However on the VS website I can't find a place where to download a specific version of Visual Studio, so is there a way (even non official) to download this version?

4 Answers

Officially, Microsoft provides older installer for VS 2019, but only the Enterprise, Professional, and Build Tools. Meanwhile Community edition

is only supported on the recommended latest release of the latest minor version of Visual Studio

So if you expect to be needing VS Community older version in the future, I suggest backing up the offline installer when they're released.

In case you need to install a specific version of the Community Edition you can download VS 20XX Professional Edition with the desired version and then, during installation, just select the Community Edition.

Steps:

  1. Download the installer with the required version (release history for VS2022)
  2. Open the installer and when the Workloads screen appears, close it to view the setup screen behind.
  3. On the setup screen go to the "Available" tab
  4. Choose the Community Edition (or the one you need...)
Related