vs_professional.exe --layout D:\VS2017_Offline --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NativeDesktop --lang en-US | Workload | ID | |----------|----| | .NET desktop development | Microsoft.VisualStudio.Workload.ManagedDesktop | | Desktop development with C++ | Microsoft.VisualStudio.Workload.NativeDesktop | | ASP.NET and web development | Microsoft.VisualStudio.Workload.NetWeb | | Data storage and processing | Microsoft.VisualStudio.Workload.Data | Step 3: Complete download The tool downloads all required packages. For a full offline installer (all workloads + all languages), use:
vs_professional.exe --layout <offline_folder_path> --add <workload_or_component_ID> --lang <locale> Create offline installer for .NET desktop and C++ development (English only): visual studio 2017 professional offline installer