Visual Studio 2017: Offline Installer Iso
| Workload / Component | ID |
|----------------------|----|
| .NET desktop dev | Microsoft.VisualStudio.Workload.ManagedDesktop |
| C++ desktop dev | Microsoft.VisualStudio.Workload.NativeDesktop |
| Universal Windows Platform | Microsoft.VisualStudio.Workload.Universal |
| .NET Core cross-platform | Microsoft.VisualStudio.Workload.NetCoreTools |
| Office/SharePoint dev | Microsoft.VisualStudio.Workload.Office |
| Data storage & processing | Microsoft.VisualStudio.Workload.Data |
Full list: Microsoft Docs – VS2017 Component IDs visual studio 2017 offline installer iso
It is worth noting that Visual Studio 2019 and 2022 have improved offline layout tools. They support --useLatestInstaller and better compression. However, for those maintaining older codebases (e.g., .NET Framework 4.7, legacy C++/CLI, or Windows 8.1 support), VS 2017 remains necessary. | Workload / Component | ID | |----------------------|----|
| Feature | VS 2017 Offline | VS 2022 Offline | |---------|----------------|------------------| | Support status | End of life (April 2022) | Active support | | 64-bit IDE | No | Yes | | .NET MAUI support | No | Yes | | Layout size | 20-40 GB | 30-50 GB | | ISO creation | Manual | Manual (same method) | It is worth noting that Visual Studio 2019
Before attempting to create your offline installer, ensure you have:
vs_community.exe, vs_professional.exe, or vs_enterprise.exe).Warning: Do not use
vs_BuildTools.exefor a full IDE layout.
