Skip to content

Instantly share code, notes, and snippets.

@Pzixel
Created July 20, 2017 12:54
Show Gist options
  • Save Pzixel/850c4acb9c38420e0ffde42ad8ce4d69 to your computer and use it in GitHub Desktop.
Save Pzixel/850c4acb9c38420e0ffde42ad8ce4d69 to your computer and use it in GitHub Desktop.
Script helps automate Visual Studio installation
vs_community.exe --addProductLang en-US ^
--add Microsoft.VisualStudio.Workload.Azure ^
--add Microsoft.VisualStudio.Workload.Data ^
--add Microsoft.VisualStudio.Workload.DataScience ^
--add Microsoft.VisualStudio.Workload.ManagedDesktop ^
--add Microsoft.VisualStudio.Workload.NativeDesktop ^
--add Microsoft.VisualStudio.Workload.NetCoreTools ^
--add Microsoft.VisualStudio.Workload.NetWeb ^
--add Microsoft.VisualStudio.Workload.Node ^
--add Microsoft.VisualStudio.Workload.VisualStudioExtension ^
--includeRecommended ^
--includeOptional ^
--passive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment