vs_enterprise.exe --noweb --add ProductLang en-US

Last updated: For Visual Studio 2022 version 17.10 and later. Always refer to docs.microsoft.com for the latest component IDs.

Transfer the entire VS2022Offline folder to your target offline machine. You can use a USB drive, external hard drive, or any other media.

vs_community.exe --layout c:\vs2022_offline --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --lang en-US

Microsoft Visual Studio 2022 does not provide a single-file ISO for offline installation . Instead, you must use the on a machine with internet access to create a "local layout"—a folder containing all the files needed for an offline install. 1. Download the Bootstrapper

, you must create a "local layout" on a machine with internet access and then transfer it to your offline device. Microsoft does not provide a single ISO file for download; instead, you use a small "bootstrapper" file and command-line arguments to download the specific components you need. Step 1: Download the Bootstrapper

: Search for "cmd" or "Command Prompt", then right-click and select "Run as administrator".

vs_enterprise.exe --layout D:\VS2022_Offline --lang en-US

Save the following as create_offline_vs2022.bat :

Open and navigate to where you saved the bootstrapper. Then use the --layout command.

Most developers only need specific tools. Filtering your download saves significant disk space and time.

Once the layout is complete, copy the entire folder to the target machine (via USB drive, network share, etc.).

Follow these structured steps to download and build your offline installation package. Step 1: Download the Visual Studio Bootstrapper

This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.

vs_enterprise.exe --layout C:\VSLayout