

vs_setup.exe -quiet -nocache -wait -in C:\Downloads\vs_Enterprise\CustomInstall.json.Navigate to the C:\Downloads\ vs_Enterprise folder.Save the file to C:\Downloads\ vs_Enterprise and name it: CustomInstall.json."productKey": "AAAAABBBBBCCCCCDDDDDEEEEE", "installChannelUri": ".\\ChannelManifest.json", Open Notepad or your favorite text editor.Follow Steps 1-6 under “How to Install Visual Studio Enterprise 2017 Silently”.Visual Studio Enterprise 2017 Silent Install Using Response File In this example, I’m installing Visual Studio Enterprise 2017 to “C:\vs_Enterprise2017” vs_setup.exe -nocache -wait -noUpdateInstaller -noWeb -installPath C:\vs_Enterprise2017 -allWorkloads -includeRecommended -includeOptional -quiet -norestart You can change the default installation directory by using the following command line parameters. Continue reading if you are interested in additional details and configurations.Īdditional Configurations Change Default Installation Directory The download links provided take you directly to the vendors website. The information above provides a quick overview of the software title, vendor, silent install, and silent uninstall switches. Software Title: Visual Studio Enterprise 2017 Vendor: Microsoft Corporation Architecture: x86_圆4 Installer Type: EXE Silent Install Switch: vs_setup.exe -nocache -wait -noUpdateInstaller -noWeb -allWorkloads -includeRecommended -includeOptional -quiet -norestart -productKey AAAAABBBBBCCCCCDDDDDEEEEE Silent Uninstall Switch: vs_setup.exe uninstall -installPath "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise" -quiet -norestart Download Link: Visual Studio Code Silent Install (How-To Guide)Īfter several minutes you will find Visual Studio entries in the Start Menu, Installation Directory, and Programs and Features in the Control Panel. vs_setup.exe -nocache -wait -noUpdateInstaller -noWeb -allWorkloads -includeRecommended -includeOptional -quiet -norestart -productKey AAAAABBBBBCCCCCDDDDDEEEEE.

