Open Command Prompt as an administrator on your internet-connected host machine.
: Visit the Visual Studio Older Downloads page.
, you can limit the installer to specific workloads (e.g., .NET or C++) using the parameter:
Eliminate the risk of failed installations due to fluctuating internet connections or server timeouts during setup. Prerequisites and Preparation
--layout : Specifies the target directory where the offline files will save. microsoft visual studio 2019 offline installer new
To help you successfully deploy or customize your offline development environment, consider the following next steps:
C:\VS2019\vs_community.exe --layout C:\VS2019Layout --lang en-US Use code with caution.
As of April 2026, Visual Studio 2019 is in its phase (ending April 10, 2029) and remains fully functional for specialized development. Step 1: Download the Bootstrapper
Once you have the bootstrapper (e.g., vs_professional.exe ), run a command to download the components you need into a local folder. Open as an Administrator. Navigate to your download folder. Run one of the following commands based on your needs: To download the full installer (approx. 35–45 GB): vs_professional.exe --layout C:\VS2019Offline --lang en-US Use code with caution. Copied to clipboard Open Command Prompt as an administrator on your
| Workload ID | Description | | :--- | :--- | | Microsoft.VisualStudio.Workload.ManagedDesktop | .NET desktop development (WinForms, WPF, Console) | | Microsoft.VisualStudio.Workload.NativeDesktop | C++ desktop development | | Microsoft.VisualStudio.Workload.NetWeb | ASP.NET and web development | | Microsoft.VisualStudio.Workload.Node | Node.js development | | Microsoft.VisualStudio.Workload.Python | Python development | | Microsoft.VisualStudio.Workload.Data | Data storage and processing | | Microsoft.VisualStudio.Workload.Office | Office/SharePoint development |
By default, the bootstrapper downloads all available language packs. To save time and space, append the --lang argument to restrict the download to English (en-US). Option B: Download Specific Workloads (Most Efficient)
Once the command line process finishes downloading all files into your specified folder (e.g., C:\VS2019Offline ), you can transfer this folder to a USB drive, an external hard drive, or a local network share. To install the software on your target machine:
Once the download is complete (which can take several hours depending on your connection), you will have a folder containing all the necessary installation files. Step 1: Download the Bootstrapper Once you have
Unlike older versions that provided simple .iso images, Visual Studio 2019 shifted the responsibility to the user to build their own local cache. This process, often called creating a requires a small "bootstrapper" file and a command-line prompt.
We will use the to download all packages to a local folder. This is the official method recommended by Microsoft.
To build a fresh offline installer today, you must follow these steps using an internet-connected machine: Download the Bootstrapper : Obtain the latest version of vs_enterprise.exe vs_professional.exe vs_community.exe Visual Studio Older Downloads Run the Layout Command