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:

  • The official Visual Studio 2017 bootstrapper. As VS 2017 is in extended support, ensure you download the correct version from the Visual Studio Subscriptions portal (formerly MSDN) or the official Microsoft download site (look for vs_community.exe, vs_professional.exe, or vs_enterprise.exe).
  • A USB 3.0 drive or external HDD formatted as NTFS (FAT32 cannot handle files larger than 4 GB, and VS layouts contain many such files).
  • Warning: Do not use vs_BuildTools.exe for a full IDE layout.