Skip to content

Instantly share code, notes, and snippets.

@zeroxia
Created January 14, 2018 14:05
Show Gist options
  • Save zeroxia/fa50bcc3b4deb27fad33390b775075b0 to your computer and use it in GitHub Desktop.
Save zeroxia/fa50bcc3b4deb27fad33390b775075b0 to your computer and use it in GitHub Desktop.
Download Visual Studio 2017 installation files, for offline usage, using "vs_professional.exe" or "vs_community.exe" web installer
:: Managed Desktop download
vs_professional.exe --layout "%~dp0vs2017_layout_MD" ^
--add Microsoft.VisualStudio.Workload.ManagedDesktop ^
--lang en-US
:: Native Desktop download
vs_professional.exe --layout "%~dp0vs2017_layout_ND" ^
--add Microsoft.VisualStudio.Workload.NativeDesktop ^
--lang en-US
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment