Now that your local layout folder contains all the setup files, you can pack it into a single portable ISO image file. Windows does not have a native command-line tool to compile folders directly into ISOs, so you will need a third-party utility. Using ImgBurn (Free Graphical Tool)
Select the specific edition of Visual Studio 2022 that matches your licensing:
: Disable VPN, proxies, or security software temporarily. Clear the Visual Studio Installer cache at %ProgramData%\Microsoft\VisualStudio\Packages and always use the latest bootstrapper from the official site.
Set the path where you want to save your new .iso file. visual studio 2022 offline installer iso
vs_enterprise.exe --layout D:\VS2022Layout
Option B: Download Common Web and Desktop Workloads (Recommended)
Go to the tab on the right side and ensure the File System is set to UDF . Now that your local layout folder contains all
Transfer the ISO file to the target machine via a network share or external hard drive.
Run the certificates located inside the certificates subfolder. Right-click each certificate, select , and place them in the Trusted Root Certification Authorities store.
To begin, you need the lightweight bootstrapper executable file. This file initiates the download of your offline layout. Head to the official Visual Studio Downloads page. Transfer the ISO file to the target machine
The bootstrapper is a tiny file that manages the download of the actual installation files. Go to the Visual Studio download page.
To save space, you can limit the download to specific workloads, such as .NET desktop development:
| | Key Features | Best For | Pricing/Licensing | | :--- | :--- | :--- | :--- | | Community | Full-featured IDE, 64-bit support, IntelliSense, Git integration, debugging, NuGet. | Students, open-source contributors, individual developers, and small businesses. | Free, but subject to usage license restrictions. | | Professional | All Community features, plus CodeLens, team collaboration tools, DevOps integration, advanced debugging. | Professional developers in small teams building commercial software. | Paid license required for commercial use. | | Enterprise | All Professional features, plus IntelliTrace, Live Unit Testing, architecture tools (Code Map), load testing, and advanced DevOps for large teams. | Large enterprise development teams requiring advanced testing, architecture, and DevOps capabilities. | Paid license (Volume Licensing). |
Microsoft does not provide a ready-made ISO for general download. Instead, the official method to create an offline installer involves using a small file and a specific command-line parameter. This process allows you to tailor the downloaded package to your exact needs, saving significant disk space and transfer time.