If you want to do an offline update from VS17.12 to 17.13 , you can follow below steps:

  1. Update the layout to a specific version of the product.
  • Go to the Visual Studio 2022 Release History page and download a particular fixed version bootstrapper(e.g vs_Enterprise17.13.0), copy it into your layout, and use it to update the layout to that exact version specified in the bootstrapper.
  • Run the --layout command in an elevated prompt to download the latest packages into your layout.
vs_enterprise.exe --layout c:\VSLayout
  1. Update your Visual Studio 2022 by running the Visual Studio Installer > Update or you can also use the following command:
vs_enterprise.exe update --noWeb --quiet --installpath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"

Update

The easiest and fastest way to update your offline Visual Studio instances: using a minimal offline layout.

Do i have to download the entire VS Layout package everytime if there is an version update?

Unlike a full Visual Studio layout, a minimal layout only contains the updated packages, so it is always smaller and faster to generate and deploy.

1.Generating a minimal layout.

MinimalLayout.exe generate --targetLocation c:\VSLayout\ --productIds Microsoft.VisualStudio.Product.Enterprise --baseVersion 17.12.5 --targetVersion 17.13.0  --languages en-US

2.Update the Visual Studio Installer

vs_enterprise.exe --quiet --update --offline C:\VSLayout\vs_installer.opc

3.Update the Visual Studio application

vs_enterprise.exe update --noWeb --quiet --installpath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"

Docs Referred:

Update the layout to a specific version of the product

Update Visual Studio from a layout

Answer from Dou Xu-MSFT on Stack Overflow
🌐
Reddit
reddit.com › r/dotnet › is the vs 2022 offline installer available?
r/dotnet on Reddit: Is the VS 2022 offline installer available?
February 21, 2025 -

Hello there,

I remember theres always an offline installer (about 22-25gb) to install visual studio completely.

2017 and 2019 had this type of installers, does anyone knows if VS 2022 offline installer is currently available?

Thank you

Top answer
1 of 2
3

If you want to do an offline update from VS17.12 to 17.13 , you can follow below steps:

  1. Update the layout to a specific version of the product.
  • Go to the Visual Studio 2022 Release History page and download a particular fixed version bootstrapper(e.g vs_Enterprise17.13.0), copy it into your layout, and use it to update the layout to that exact version specified in the bootstrapper.
  • Run the --layout command in an elevated prompt to download the latest packages into your layout.
vs_enterprise.exe --layout c:\VSLayout
  1. Update your Visual Studio 2022 by running the Visual Studio Installer > Update or you can also use the following command:
vs_enterprise.exe update --noWeb --quiet --installpath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"

Update

The easiest and fastest way to update your offline Visual Studio instances: using a minimal offline layout.

Do i have to download the entire VS Layout package everytime if there is an version update?

Unlike a full Visual Studio layout, a minimal layout only contains the updated packages, so it is always smaller and faster to generate and deploy.

1.Generating a minimal layout.

MinimalLayout.exe generate --targetLocation c:\VSLayout\ --productIds Microsoft.VisualStudio.Product.Enterprise --baseVersion 17.12.5 --targetVersion 17.13.0  --languages en-US

2.Update the Visual Studio Installer

vs_enterprise.exe --quiet --update --offline C:\VSLayout\vs_installer.opc

3.Update the Visual Studio application

vs_enterprise.exe update --noWeb --quiet --installpath "C:\Program Files\Microsoft Visual Studio\2022\Enterprise"

Docs Referred:

Update the layout to a specific version of the product

Update Visual Studio from a layout

2 of 2
1

Microsoft has a handy post that details what you need to do. Essentially, at the command line on the computer with internet access, execute:

vs_enterprise.exe --layout c:\localVSlayout

Replace c:\localVsLayout with where you want to dump the files. It's going to be big! You may need to change vs_enterprise.exe with the correct executable name for your version of Visual Studio.

Discussions

How to install Visual Studio 2022 offline ?
Hello, I have tried to install Visual Studio 2022 Professional offline and I have encountered the issue with certificate revocation checks describes in this post and comment. I have downloaded 3 days ago the last version of VS Installer (version… More on learn.microsoft.com
🌐 learn.microsoft.com
4
0
November 6, 2025
How to create offline installer for visual studio community 2022
Hi I am Rupesh from India and I have bought a new PC and I have tried to install visual studio community 2022 and I have succeeded but I can't create offline installer for future needs. I have downloaded latest visual studio community 2022 installer and after that I have selected option install... More on geek.digit.in
🌐 geek.digit.in
6
January 22, 2022
Visual Studio 2022 Offline Installer
Hello I need to create an offline installer copy of Visual Studio 2022 PRO and downloaded the online installer v17.5 I need minimum set of component needed for working on Windows Desktop - .NET Framework 4.5~4.8 projects in VB and C# en-US only, and… More on learn.microsoft.com
🌐 learn.microsoft.com
1
0
how can I download the Visual Studio 2022 community version?
https://aka.ms/vs/17/release/vs_community.exe More on reddit.com
🌐 r/VisualStudio
98
46
November 22, 2025
🌐
Microsoft Learn
learn.microsoft.com › en-us › visualstudio › install › create-an-offline-installation-of-visual-studio
Create an offline installation - Visual Studio (Windows) | Microsoft Learn
Create an offline installation package to install Visual Studio offline when you have an unreliable internet connection or low bandwidth.
🌐
Visual Studio
visualstudio.microsoft.com › vs › community
Visual Studio Community | Download Latest Free Version
December 8, 2025 - Try our free, fully-featured, and extensible IDE for creating modern developer apps for Windows, Android, & iOS. Download Community for free today!
🌐
Developer Insider
developerinsider.co › download-visual-studio-2022-web-installer-iso-community-professional-enterprise
Download Visual Studio 2022 Web Installer / ISO (Community / Professional / Enterprise)
January 10, 2026 - You can download any of the below ... at this moment. Only option that we have is just to download the web installer and do a layout to grab the offline installation media....
Find elsewhere
🌐
GitHub
gist.github.com › stormwild › 3a7f803113329d36511160534f60eef6
Visual Studio · GitHub
Create an offline installation - Visual Studio (Windows) | Microsoft Learn · Create a network-based installation - Visual Studio (Windows) | Microsoft Learn · Use command-line parameters to install Visual Studio | Microsoft Learn · Command-line parameter examples for installation - Visual Studio (Windows) | Microsoft Learn · Download Visual Studio 2022 Web Installer / ISO (Community / Professional / Enterprise)
🌐
Visual Studio
visualstudio.microsoft.com › downloads
Visual Studio & VS Code Downloads for Windows, Mac, Linux
January 26, 2026 - A complete array of development tools and features in one place to elevate and enhance every stage of your software development. How to install offlineCompare editions
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 5611529 › how-to-install-visual-studio-2022-offline
How to install Visual Studio 2022 offline ? - Microsoft Q&A
November 6, 2025 - To install Visual Studio 2022 offline, follow these steps: Download the Visual Studio Installer: Start by downloading the Visual Studio installer from the Visual Studio page.
🌐
Developer Community
developercommunity.visualstudio.com › t › Visual-Studio-2022-Build-Tools:-Offline › 10925898
Visual Studio 2022 Build Tools: Offline Installation
June 23, 2025 - Skip to main content · Microsoft · Visual Studio · Sign in · You need to enable JavaScript to run this app · Sorry this browser is no longer supported · Please use any other modern browser like 'Microsoft Edge'
🌐
Digit
geek.digit.in › home › forums › software › programming
How to create offline installer for visual studio community 2022 | Digit Technology Discussion Forum
January 22, 2022 - Since maintaining >25GB ISO might ... future use. ... Then refer this article where ISO is given for download Download Visual Studio 2022 Web Installer / ISO (Community / Professional / Enterprise) Follow the steps....
🌐
Reddit
reddit.com › r/visualstudio › how can i download the visual studio 2022 community version?
r/VisualStudio on Reddit: how can I download the Visual Studio 2022 community version?
November 22, 2025 -

Can anyone help me with how to download the Visual Studio 2022 Community version? I searched everywhere on the Microsoft website. There are only the Enterprise and Professional editions available for download. I need it for my university assignment. Can anyone help me?

🌐
DownloadDevTools
downloaddevtools.com › home › educational › how to download & install visual studio 2022 offline?
How to Download & Install Visual Studio 2022 Offline? - DownloadDevTools
April 30, 2025 - This method is simpler and provides a replaceable download source for developers. To use this method, follow the instructions: Go to the Visual Studio 2022 page. Now you have to choose your desired version between (community, professional or ...
🌐
Ismaillowkey
ismaillowkey.net › 2021 › 11 › download-visual-studio-2022-community.html
Download Visual Studio 2022 Community v17.12.0 (Support NET 9) Desktop, Web, Mobile Development x64
December 4, 2024 - Maka kali ini penulis memposting ... 2024. Sama seperti postingan sebelumnya, versi ini free dengan catatan setelah 30 hari instalasi harus login dengan akun microsoft....
🌐
GitHub
github.com › MicrosoftDocs › visualstudio-docs › blob › main › docs › install › create-an-offline-installation-of-visual-studio.md
visualstudio-docs/docs/install/create-an-offline-installation-of-visual-studio.md at main · MicrosoftDocs/visualstudio-docs
If you are an enterprise IT administrator who wants to perform a deployment of Visual Studio throughout a network of client workstations, or if you need to create an installation package of files to transfer to or install onto another machine, refer to our Visual Studio Administrators Guide, the create a network-based installation of Visual Studio page, and the deploy a layout onto a client machine documentation.
Author   MicrosoftDocs
🌐
GitHub
github.com › carsten-riedel › Visual-Studio-Offline
GitHub - carsten-riedel/Visual-Studio-Offline: The one and only offline approach. Wrapping visual studio installation files in an offline installer with inno setup. · GitHub
Note: The modified ISS file can also be used for creating an offline installer for Visual Studio 2022 with a few modifications, including changing GETINSTALLLOCATION,VS_INSTALLER_EXE and the workloads in the SOURCEFILE variable. (VS2022 has different workloads) Visual Studio 2019 Community (Download and rename the installer if you don't trust the file in the repository)
Starred by 13 users
Forked by 5 users
Languages   Inno Setup
🌐
Stack Overflow
stackoverflow.com › questions › 78833538 › problem-having-offline-installation-of-visual-studio-2022-community
Problem having offline installation of Visual Studio 2022 community - Stack Overflow
December 14, 2025 - To perform a local network installation, you need to use the VS bootstrapper to download a layout.After downloading it should look like this: Full detailed guide could be found here:https://learn.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2022 The layout file varies based on the number of components you have selected,and the full layout could reach 70 gigs.Make sure you have sufficient disk space before deployment.