Created
December 21, 2018 21:24
-
-
Save lboulard/3db99502fd88b050df04199b8ef463a2 to your computer and use it in GitHub Desktop.
Save/restore VS2017 installation packages
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
@CD "%~dp0\vs2017offline" | |
.\vs_community.exe --noweb --locale en-US --addProductLang en-US ^ | |
--passive --norestart ^ | |
--config "%~dp0\community.vsconfig.json" |
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
@CD "%~dp0" | |
.\vs_community.exe --locale en-US --addProductLang en-US ^ | |
--passive --norestart ^ | |
--config "%~dp0\community.vsconfig.json" |
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
"%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