Skip to content

Instantly share code, notes, and snippets.

@lboulard
Created December 21, 2018 21:24
Show Gist options
  • Save lboulard/3db99502fd88b050df04199b8ef463a2 to your computer and use it in GitHub Desktop.
Save lboulard/3db99502fd88b050df04199b8ef463a2 to your computer and use it in GitHub Desktop.
Save/restore VS2017 installation packages
@CD "%~dp0\vs2017offline"
.\vs_community.exe --noweb --locale en-US --addProductLang en-US ^
--passive --norestart ^
--config "%~dp0\community.vsconfig.json"
@CD "%~dp0"
.\vs_community.exe --locale en-US --addProductLang en-US ^
--passive --norestart ^
--config "%~dp0\community.vsconfig.json"
"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vs_installer.exe" ^
export ^
--installPath "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community" ^
--config "%~dp0\community.vsconfig.json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment