Skip to content

Instantly share code, notes, and snippets.

@tknerr
Created January 26, 2018 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tknerr/f4fbda609acac54e97d64c10c201e4f9 to your computer and use it in GitHub Desktop.
Save tknerr/f4fbda609acac54e97d64c10c201e4f9 to your computer and use it in GitHub Desktop.
How to create a Visual Studio 2017 Offline Installer

README

A Visual Studio 2017 offline installer can be created with the following command:

vs_Professional.exe --layout C:\vs2017offline --add Microsoft.VisualStudio.Workload.CoreEditor --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.Azure --add Microsoft.VisualStudio.Workload.Data --add Microsoft.VisualStudio.Workload.NetCoreTools --includeRecommended --lang en-US de-DE

It includes the workloads and language packs specific for this project. You can easily create your own custom offline installer if your project uses a different toolchain.

See here for more information:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment