This document provides the steps required to deploy various editions of Microsoft Visual Studio to multiple computers using Endpoint Central.
Before you deploy the Microsoft Visual Studio, ensure that the computers to which you are deploying meet the system requirements prescribed by Microsoft. Refer to the documents given in the table for further details.
Microsoft Visual Studio can be installed using two methods:
| Microsoft Visual Studio Versions | Command to be executed in Command Prompt | Command to be provided while creating a package |
|---|---|---|
| Visual Studio 2015 | vs_professional.exe --layout | "\\<Server-Path>\vs_professional_ENU.exe" /AdminFile "\\<Server-Path>\AdminDeployment.xml" /quiet /norestart |
| Visual Studio 2017 | vs_community.exe --layout | "\\<Server-Path>\VS2017\vs_setup.exe" --quiet --norestart |
| Visual Studio 2019 | vs_community.exe --layout | "\\<Server-Path>\VS2019\vs_setup.exe" --quiet --norestart |
| Visual Studio 2022 | vs_community.exe --layout | "\\<Server-Path>\VS2022\vs_setup.exe" --quiet --norestart |
| Visual Studio 2026 | vs_community.exe --layout | "\\<Server-Path>\VS2026\vs_setup.exe" --quiet --norestart |

You have now successfully deployed Microsoft Visual Studio using the offline installation method.
| Visual Studio Version | Command to be provided while creating a package |
|---|---|
| Visual Studio 2017 | vs_community.exe --quiet --norestart |
| Visual Studio 2019 | vs_community.exe --quiet --norestart |
| Visual Studio 2022 | vs_community.exe --quiet --norestart |
| Visual Studio 2026 | vs_community.exe --quiet --norestart |
Download the installer from the vendor's download page mentioned in the table.

You have now deployed Microsoft Visual Studio using an online installation.