Skip to content

Instantly share code, notes, and snippets.

@romeosierra1
Last active January 11, 2018 08:10
Show Gist options
  • Save romeosierra1/9c35e0bfae9756d7a9480055e0f98170 to your computer and use it in GitHub Desktop.
Save romeosierra1/9c35e0bfae9756d7a9480055e0f98170 to your computer and use it in GitHub Desktop.
Download Offline Installer for Visual Studio 2017 Community in Windows
CoreEditor Workload is required.
You can remove the Workloads as you deem.
Open Command Prompt in the directory where 'vs_community.exe' is downloaded.
Run the command 'vs-community-2017-offline.txt' in the Command Prompt.
Workloads
=========
Microsoft.VisualStudio.Workload.DataScience - Languages and tooling for creating data science applications, including Python, R and F#.
Microsoft.VisualStudio.Workload.ManagedDesktop - Build WPF, Windows Forms, and console applications using C#, Visual Basic, and F#.
Microsoft.VisualStudio.Workload.NetCoreTools - Build cross-platform applications using .NET Core, ASP.NET Core, HTML/JavaScript, and Containers including Docker support.
Microsoft.VisualStudio.Workload.NetWeb - Build web applications using ASP.NET, ASP.NET Core, HTML/JavaScript, and Containers including Docker support.
Microsoft.VisualStudio.Workload.Node - Build scalable network applications using Node.js, an asynchronous event-driven JavaScript runtime.
Microsoft.VisualStudio.Workload.Python - Editing, debugging, interactive development and source control for Python.
vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.CoreEditor --add Microsoft.VisualStudio.Workload.DataScience --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetCoreTools --add Microsoft.VisualStudio.Workload.NetWeb --add Microsoft.VisualStudio.Workload.Node --add Microsoft.VisualStudio.Workload.Python --add Component.GitHub.VisualStudio --includeOptional --lang en-US
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment