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
You can use the Download all, then install feature from the Visual Studio Installer to download an installation package on the local machine before you install it locally, or you can use the command line to create a local installation package to install locally later. After you download the bootstrapper, run it to install Visual Studio.
🌐
Microsoft Learn
learn.microsoft.com › en-us › visualstudio › install › install-visual-studio
Install Visual Studio and Choose Your Preferred Features | Microsoft Learn
If you already have Visual Studio ... Installer. You can download a bootstrapper for a specific version from the Visual Studio 2022 Release History page and use it to install Visual Studio....
Discussions

upgrade - How to download and offline install Visual Studio 2022 version update? - Stack Overflow
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. More on stackoverflow.com
🌐 stackoverflow.com
how to fix VisualStudio setup.exe bootstrapper doesn't work
Download Microsoft Edge More info about Internet Explorer and Microsoft Edge ... I was trying to open VisualStudio bootstrapper, first box appears but it crashes and nothing happen. I delete all vs files in C and retried open it with Administrator powers no thing happen · I saved the logs but i couldn't upload it in this ticket ... The process of installing, configuring, and customizing Visual Studio ... More on learn.microsoft.com
🌐 learn.microsoft.com
2
0
November 24, 2023
How do I install a specific build of Visual Studio Professional 2017?
Apparently it is possible to install an older build of a specific Visual Studio 2017 version, however a relevant bootstrapper needs to be provided. There are only 3 available bootstrappers for download according to all possible accessible documentation… More on learn.microsoft.com
🌐 learn.microsoft.com
1
0
July 6, 2023
how to download visual studio 22 community
Go to the Visual Studio download page. Select the Community edition, which is a free, fully featured IDE for students, open-source developers, and individual developers. Click on the Free download button to download the bootstrapper file. More on learn.microsoft.com
🌐 learn.microsoft.com
3
0
December 8, 2025
🌐
Reddit
reddit.com › r/visualstudio › visual studio 2022 bootstrapper
r/VisualStudio on Reddit: Visual Studio 2022 Bootstrapper
November 10, 2021 -

Hi all,

Have been waiting for a few days to create an offline installation of studio 2022 but it seems that Microsoft are still listing the preview bootstrapper as being the only one available at present ( Create a network-based installation - Visual Studio (Windows) | Microsoft Docs )

Has anyone successfully created an offline layout yet for the final release? Can this be done using the standard installer available from the download pages or do I specifically need to wait for the bootstrapper to be made available?

Cheers!

🌐
Microsoft Learn
learn.microsoft.com › en-us › visualstudio › deployment › creating-bootstrapper-packages
Create bootstrapper packages - Visual Studio (Windows) | Microsoft Learn
October 30, 2025 - *\Program Files (x86)\Microsoft SDKs\ClickOnce Bootstrapper\Packages* ... The path listed above under the Visual Studio install path works starting with the Visual Studio 2019 Update 7 release.
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.

🌐
Microsoft Learn
learn.microsoft.com › en-us › visualstudio › install › create-a-network-installation-of-visual-studio
Create a network-based installation - Visual Studio (Windows) | Microsoft Learn
November 11, 2025 - Both the evergreen and fixed-version bootstrappers for each servicing release and channel are available on the Visual Studio 2022 Release History page. Download the one you want, and copy it into the directory that you want to use as the source ...
Find elsewhere
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1438078 › how-to-fix-visualstudio-setup-exe-bootstrapper-doe
how to fix VisualStudio setup.exe bootstrapper doesn't work - Microsoft Q&A
November 24, 2023 - Go to Visual Studio Installer folder: C:\Program Files (x86)\Microsoft Visual Studio\Installer, and run the vs_installershell.exe file. Re-download the VS bootstrapper from the page and move the .exe file to a clean folder in another drive.
🌐
Microsoft Learn
learn.microsoft.com › en-us › visualstudio › install › use-command-line-parameters-to-install-visual-studio
Use command-line parameters to install Visual Studio | Microsoft Learn
November 11, 2025 - To get the latest bootstrappers for Visual Studio 2022 that always install the latest version of the Current channel, download one of the files in the following table. Alternatively, to install a specific version or a specific channel of Visual Studio 2022, see the Visual Studio 2022 Release History page.
🌐
GitHub
github.com › MicrosoftDocs › visualstudio-docs › blob › main › docs › install › create-a-network-installation-of-visual-studio.md
visualstudio-docs/docs/install/create-a-network-installation-of-visual-studio.md at main · MicrosoftDocs/visualstudio-docs
Both the evergreen and fixed-version bootstrappers for each servicing release and channel are available on the Visual Studio 2022 Release History page. Download the one you want, and copy it into the directory that you want to use as the source ...
Author   MicrosoftDocs
🌐
Microsoft Learn
learn.microsoft.com › en-us › visualstudio › deployment › how-to-create-a-localized-bootstrapper-package
Create a Localized Bootstrapper Package - Visual Studio (Windows) | Microsoft Learn
March 11, 2024 - You might be using a different version of Visual Studio or different environment settings. For more information, see Personalize the IDE. Create a folder that is named after the locale name. On 32-bit computers, create the folder in the \Program Files\Microsoft SDKs\ClickOnce Bootstrapper\Packages\<BootstrapperPackageName>\ folder.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1325635 › how-do-i-install-a-specific-build-of-visual-studio
How do I install a specific build of Visual Studio Professional 2017? - Microsoft Q&A
July 6, 2023 - Download Microsoft Edge More info about Internet Explorer and Microsoft Edge ... Apparently it is possible to install an older build of a specific Visual Studio 2017 version, however a relevant bootstrapper needs to be provided. There are only 3 available bootstrappers for download according to all possible accessible documentation and microsoft support.
🌐
Microsoft Learn
learn.microsoft.com › en-us › visualstudio › install › install-visual-studio-versions-side-by-side
Install Visual Studio Versions Side-by-Side - Visual Studio (Windows) | Microsoft Learn
November 11, 2025 - To use another bootstrapper, you can download and run one of the bootstrapper files for Visual Studio 2022 from either the Visual Studio downloads page or the Visual Studio 2022 releases page for the minor version that you want to install ...
🌐
Microsoft Learn
learn.microsoft.com › en-us › archive › blogs › astebner › creating-an-installer-that-includes-a-visual-studio-bootstrapper-package-and-an-msi-built-with-wix-3-0
Creating an installer that includes a Visual Studio bootstrapper package and an MSI built with WiX 3.0 | Microsoft Learn
Download and install any prerequisites that are missing. After prerequisites are installed, trigger the installation of the game MSI. Visual Studio includes a bootstrapper that can do all of the above, and XNA Game Studio 3.0 includes a prerequisite package for the XNA Framework Redistributable ...
🌐
Microsoft
microsoft.com › en-au › download › details.aspx
Download ClickOnce Bootstrapper package for the .NET Framework 4.5.2 on Visual Studio 2013 from Official Microsoft Download Center
Download the free app and enjoy breathtaking views with a new background each day. ... The ClickOnce Bootstrapper package for the .NET Framework 4.5.2 enables the .NET Framework 4.5.2 entry in the list of available prerequisites in Visual Studio 2013.