The bootstrapper is a tiny executable file that tells the setup engine which components to fetch from Microsoft's servers. Visit the official Visual Studio download page. Select the edition that fits your licensing requirements:
: Open a command prompt as an administrator and run the following command (using the Professional edition as an example): vs_professional.exe --layout C:\VS2022Offline --lang en-US : A full installation layout can require at least 45 GB visual studio 2022 offline installer iso best
: A complete layout with all features can exceed 45 GB . The bootstrapper is a tiny executable file that
Run the vs_*.exe file within the layout folder. Run the vs_*
vs_community.exe --layout C:\VSLayout\DotNetOffline --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --lang en-US Use code with caution.
: On the offline machine, run the installer from your copied folder with the parameter to prevent it from trying to access the internet:
| Workload ID | Description | Approx Size | Best For | | :--- | :--- | :--- | :--- | | Microsoft.VisualStudio.Workload.ManagedDesktop | .NET / WinForms / WPF | 4-6 GB | Corporate LOB apps | | Microsoft.VisualStudio.Workload.NetWeb | ASP.NET, Node.js, Containers | 8-10 GB | Web API/Microservices | | Microsoft.VisualStudio.Workload.NativeDesktop | C++, CMake, MFC | 6-8 GB | Gaming, Drivers, CAD | | Microsoft.VisualStudio.Workload.Data | SQL Server, Data Tools | 2-3 GB | DB Developers | | Microsoft.VisualStudio.Workload.Universal | UWP / Windows Apps | 5-7 GB | Modern Windows apps |
The bootstrapper is a tiny executable file that tells the setup engine which components to fetch from Microsoft's servers. Visit the official Visual Studio download page. Select the edition that fits your licensing requirements:
: Open a command prompt as an administrator and run the following command (using the Professional edition as an example): vs_professional.exe --layout C:\VS2022Offline --lang en-US : A full installation layout can require at least 45 GB
: A complete layout with all features can exceed 45 GB .
Run the vs_*.exe file within the layout folder.
vs_community.exe --layout C:\VSLayout\DotNetOffline --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --lang en-US Use code with caution.
: On the offline machine, run the installer from your copied folder with the parameter to prevent it from trying to access the internet:
| Workload ID | Description | Approx Size | Best For | | :--- | :--- | :--- | :--- | | Microsoft.VisualStudio.Workload.ManagedDesktop | .NET / WinForms / WPF | 4-6 GB | Corporate LOB apps | | Microsoft.VisualStudio.Workload.NetWeb | ASP.NET, Node.js, Containers | 8-10 GB | Web API/Microservices | | Microsoft.VisualStudio.Workload.NativeDesktop | C++, CMake, MFC | 6-8 GB | Gaming, Drivers, CAD | | Microsoft.VisualStudio.Workload.Data | SQL Server, Data Tools | 2-3 GB | DB Developers | | Microsoft.VisualStudio.Workload.Universal | UWP / Windows Apps | 5-7 GB | Modern Windows apps |
|