

The installation can take around 1.5 to 2 hours depending on your internet speed and the components you have selected to install. Just so you know, Installing Visual Studio 2019 takes a long time because it is bundled with lots of components. For other cloud providers such as AWS, there are SDK available which can be installed using Nuget package manager. Visual Studio also has inbuilt cloud support for Azure platform. As such you can use Visual Studio 2019 to develop application for Windows as well as Linux platform. Visual Studio is probably the best IDE available for application development on the Windows platform. Vs_enterprise -layout "C:\VS2019" -add has released the latest version of its flagship IDE – Visual Studio 2019. To create the installer with ".NET desktop development" and "Azure development" workloads: To create the offline installer with only ".NET desktop development" workload, run: Vs_enterprise -layout "C:\VS2019" -lang en-US ja-JP To create the offline installer for English and Japanese language: Vs_enterprise -layout "C:\VS2019" -lang en-US To create the offline installer for English localized language:

To create the entire offline image of Visual Studio 2019, run:

If you really need the Visual Studio 2019 offline installer, you can use the -layout option to select the individual workload and download the required package(s) which you can use to install the IDE on multiple systems having no/limited internet connectivity. So, it is a generic requirement to customize and select the one that we really need to save your internet bandwidth. In most of the cases we don't need all the workloads that it downloads. Like Visual Studio 2017, Microsoft didn't release any offline installer (ISO/DVD image) of Visual Studio 2019 due to its size and various workloads.
