Cookie-Einstellungen (Datenschutzerklärung)
Alle annehmen Ablehnen / Konfigurieren
Use this for a comprehensive offline installer, but be mindful of the disk space required:
The first step requires downloading the lightweight bootstrapper file for the specific edition of Visual Studio 2019 you intend to deploy. This small executable acts as the engine that pulls down the actual installation files.
vs_professional.exe --layout C:\VS2019Offline --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --lang en-US Use code with caution. Example 2: C++ Desktop and Gaming Layout visual studio 2019 offline installer
vs_enterprise.exe --layout <DownloadPath> --lang <LanguageCode>
To build the offline installer, you must execute the bootstrapper file via the Windows Command Prompt using specific parameters. Use this for a comprehensive offline installer, but
First, download the Visual Studio 2019 bootstrapper for your specific edition (Community, Professional, or Enterprise) from the official Microsoft Developer Support portal. Save it to a convenient location on your drive, such as your desktop or root directory (e.g., C:\VS2019 ). Step 2: Prepare a Target Folder
The installer engine automatically scans your target directory, detects obsolete files, downloads only the updated components, and patches the local layout cache to the newest product baseline. Common Visual Studio 2019 Workload IDs Example 2: C++ Desktop and Gaming Layout vs_enterprise
Open the command prompt and navigate to your existing local layout folder.
Use this option to download only the tools you actually need (e.g., just desktop development or web development). 5–10 GB Command for Web & Desktop Development: