Visual Studio Offline Installer -
To update your existing layout:
| Workload | ID | | :--- | :--- | | | Microsoft.VisualStudio.Workload.ManagedDesktop | | Desktop Development with C++ | Microsoft.VisualStudio.Workload.NativeDesktop | | ASP.NET and Web Development | Microsoft.VisualStudio.Workload.NetWeb | | Azure Development | Microsoft.VisualStudio.Workload.Azure | | Python Development | Microsoft.VisualStudio.Workload.Python | | Node.js Development | Microsoft.VisualStudio.Workload.Node | | Game Development (Unity) | Microsoft.VisualStudio.Workload.ManagedGame | | Data Storage & Processing | Microsoft.VisualStudio.Workload.Data | visual studio offline installer
If you want to download every single feature for a complete offline copy (requires significant disk space, 20GB+), simply remove the --add arguments. Example: vs_enterprise.exe --layout c:\VSlayout --lang en-US To update your existing layout: | Workload |
: Multiple machines can be installed from a local network share much faster than individual web downloads. C:\VSLayout\vs_professional
The solution is to create a (also known as a "Local Layout").
C:\VSLayout\vs_professional.exe --noWeb --add Microsoft.VisualStudio.Workload.ManagedDesktop Use code with caution.