Created
July 20, 2017 12:54
-
-
Save Pzixel/850c4acb9c38420e0ffde42ad8ce4d69 to your computer and use it in GitHub Desktop.
Script helps automate Visual Studio installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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