Visual Studio Community Edition Offline Installer ((exclusive)) Jun 2026
To download only specific workloads (using English as the primary language), append the --add and --lang arguments:
: vs_community.exe --layout C:\VSLayout --lang en-US
To prepare an offline installer (known as a "layout") for Visual Studio Community
Even an offline installer might check for updates online if not configured correctly. visual studio community edition offline installer
The offline installer is about 1.5 GB, so it might take some time to download.
Open on the offline computer. Change the directory to your layout folder: cd C:\VSLayout Use code with caution.
Open a as an administrator. Navigate to your download folder and run the command to create the "layout" (the offline package). To download only specific workloads (using English as
: Download files once and deploy to multiple computers.
Visual Studio is massive, so you should only download the components you actually need. You will append these workload IDs to your command prompt text. Development Type Workload ID Argument --add Microsoft.VisualStudio.Workload.NativeDesktop .NET Desktop --add Microsoft.VisualStudio.Workload.ManagedDesktop ASP.NET / Web --add Microsoft.VisualStudio.Workload.NetWeb Azure Dev --add Microsoft.VisualStudio.Workload.Azure Python --add Microsoft.VisualStudio.Workload.Python Data Science --add Microsoft.VisualStudio.Workload.DataScience Step 3: Run the Layout Command
To help narrow down the exact setup files you need, let me know: Change the directory to your layout folder: cd
Find
How to Create a Visual Studio Community Edition Offline Installer