Skip to content

Install Visual Studio 2017

Manuel edited this page Nov 15, 2021 · 4 revisions

Note: For Visual Studio 2013 installation instructions click here.

Install Visual Studio 2017

Starting with Visual Studio 2017 Microsoft no longer provides .iso images for Visual Studio. Instead, they offer a web installer that can be used to install Visual Studio or create a local cache (called layout) of the installation for later use.

A full download of Visual Studio including recommended and optional downloads is a huge download (more than 100GB). That's probably why they stopped offering .iso images. Visual Studio now splits itself into dozens of components and some of these components are grouped into workloads to make installation easier (more on this later).

In this wiki we will show you how to download and install Visual Studio 2017 using the web installer. We will only download the required components (around 1GB) that are needed to successfully build DB Browser for SQLite.

First, go to https://www.visualstudio.com/downloads/ and click Free download under "Visual Studio Community 2017". This will download Visual Studio Installer (only 1.5MB) bootstrapper (vs_Community.exe).

Run the bootstrapper (vs_Community.exe) to install Visual Studio Installer.

This will download the installer (not Visual Studio) that will be used to install Visual Studio. So wait for it to finish downloading.

The installer is now downloaded and ready to use.

Click Install under Visual Studio Community 2017.

Now we need to select the required components to install. By default, Visual Studio core editor is selected. This is the absolute minimum to install Visual Studio and it cannot be removed. It is basically just a code editor, nothing more.

Select Desktop development with C++ to install this workload. It will include some optional components as well.

Keep VC++ 2017 version 15.7 v14.14 latest v141 tools only and uncheck the rest.

Click Install and wait for it to finish installing.

Congratulations! 🎉

Visual Studio 2017 is now installed and ready to use. 😃

Clone this wiki locally