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
🌐
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.
🌐
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

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
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 to create an offline installation package?
https://learn.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2022 More on reddit.com
🌐 r/VisualStudio
5
1
January 17, 2024
how can i download an offline install file of Visual studio
how can i download an offline install file of Visual studio2022? More on learn.microsoft.com
🌐 learn.microsoft.com
1
0
July 10, 2022
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.

🌐
GitHub
gist.github.com › stormwild › 3a7f803113329d36511160534f60eef6
Visual Studio · GitHub
Create an offline installation ... - Visual Studio (Windows) | Microsoft Learn · Download Visual Studio 2022 Web Installer / ISO (Community / Professional / Enterprise)...
🌐
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.
🌐
Visual Studio
visualstudio.microsoft.com › downloads
Visual Studio & VS Code Downloads for Windows, Mac, Linux
January 26, 2026 - Download Visual Studio IDE or VS Code for free. Try out Visual Studio Professional or Enterprise editions on Windows, Mac.
Find elsewhere
🌐
Medium
bw861987.medium.com › how-i-install-and-updatevisualstudio-2022-with-an-offline-installer-for-asp-net-core-c50c68c4d6b8
How I install and updateVisualStudio 2022 with an offline installer for ASP.NET CORE | by Bjego | Medium
August 1, 2022 - I am using Powershell in the context of my normal user to download the contents of Visual Studio. The image should be stored in C:\VisualStudio\Layout. Therefore I navigate to C:\VisualStudio with Powershell and run: ./vs_Professional.exe --layout c:\VisualStudio\Layout --add Microsoft.VisualStudio.Workload.NetWeb --includeOptional --lang en-US · The proxy configuration will be pulled from your useraccount, so you don’t have to deal with it. The download will spawn a “Visual Studio” installer window and then a console window which downloads all those files.
🌐
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....
🌐
Nosware
nosware.com › visual-studio-2022-offline-installer › 21851
Visual Studio 2022 Offline Installer | Download Now
September 9, 2023 - Visual Studio 2022 offline installer we have tested and run without an internet connection, even with airplane installation mode still managed to do well. You can download the visual studio 2022 offline installer version through the following link.
🌐
Internet Archive
archive.org › software
Visual Studio 2022 Offline Install Media : microsoft : Free Download, Borrow, and Streaming : Internet Archive
Here's Visual Studio 2022 Offline Install Media. It lets you install VS2022 without an internet connection.Contains all 3 editions (Community, Professional and...
🌐
Download DevTools
downloaddevtools.com › en › product › 2926 › download-microsoft-visual-studio-2022-9
Free Download Microsoft Visual Studio 2022 v17.14.17 Enterprise & Professional + Offline Installer + Product Key
October 20, 2025 - Free Download Visual Studio 2022 v17.14.17 Enterprise & Professional with Product KEY & Offline Installer - Quick Guide for Developers & How to apply Product Key
Rating: 4.3 ​ - ​ 27.8M votes
🌐
Developer Community
developercommunity.visualstudio.com › t › visual-studio-professional-2022-1743-o › 10494904
visual studio professional 2022 17.4.3 offline installer ...
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'
🌐
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
(It downloads the required workloads automatically, preparing the "layout".) The resulting installer can be used for silent, additive installations of Visual Studio 2019. 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.
Starred by 13 users
Forked by 5 users
Languages   Inno Setup
🌐
Developer Community
developercommunity.visualstudio.com › t › offline-installation-of-visual-studio-community-ve › 1674691
Offline Installation of Visual Studio Community Version ...
June 24, 2024 - 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'
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 921225 › how-can-i-download-an-offline-install-file-of-visu
how can i download an offline install file of Visual studio - Microsoft Q&A
July 10, 2022 - 2022-07-11T05:23:14.997+00:00 · Hi @eadissz , Welcome to Microsoft Q&A! You can refer to: Download the Visual Studio bootstrapper and do an offline installation of VS2022. Sincerely, Anna * If the answer is the right solution, please click "Accept Answer" and kindly upvote it.