OK i managed to solve this issue. I first needed to install the certificates to the local machine either from the certificates folder which is inside the layout folder or by right clicking the setup.exe and then Properties - Digital signatures - click on the item in the list then click Details - view certificate - install certificate - Local machine and then just continue the process with the defaults.

Then once the certificates are installed i then run the .exe as administrator and it works :)

Answer from Edwin Martin on Stack Exchange

OK i managed to solve this issue. I first needed to install the certificates to the local machine either from the certificates folder which is inside the layout folder or by right clicking the setup.exe and then Properties - Digital signatures - click on the item in the list then click Details - view certificate - install certificate - Local machine and then just continue the process with the defaults.

Then once the certificates are installed i then run the .exe as administrator and it works :)

Answer from Edwin Martin on Stack Exchange
🌐
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
To complete downloading the product before installation starts, select the Download all, then install option in the dropdown at the bottom of the default Workloads tab of the Visual Studio Installer.
🌐
Visual Studio
visualstudio.microsoft.com › downloads
Visual Studio & VS Code Downloads for Windows, Mac, Linux
January 26, 2026 - Lightweight yet powerful source ... Download Visual Studio Code ... Built on open source. Runs everywhere ... 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 ...
Discussions

upgrade - How to download and offline install Visual Studio 2022 version update? - Stack Overflow
Do I have to download the entire VS Layout package everytime if there is an version update e.g. from 17.12 to 17.13 if the machine I want to install does not have internet access? Currently the exi... More on stackoverflow.com
🌐 stackoverflow.com
Is the VS 2022 offline installer available?
I burned VS2022 to a disc a few months ago so it's definitely possible Think this is what I followed https://learn.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2022 More on reddit.com
🌐 r/dotnet
11
0
February 21, 2025
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 can i download an offline install file of Visual studio
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads. ... Welcome to Microsoft Q&A! You can refer to: Download the Visual Studio bootstrapper and do an offline installation of VS2022. 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.

🌐
Visual Studio Code
code.visualstudio.com › download
Download Visual Studio Code - Mac, Linux, Windows
November 3, 2021 - Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.
Find elsewhere
🌐
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
VS_INSTALLER_EXE: Specifies the name of the Visual Studio 2019 installer executable file. SOURCEFILE: Specifies the location of the workloads_2019_test.txt file. (Workloads are prepared, just change according to your needs) Save the modified ISS and workloads file. Run the ISS file to create the offline installer. (It downloads ...
Starred by 13 users
Forked by 5 users
Languages   Inno Setup
🌐
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

🌐
Visual Studio
visualstudio.microsoft.com › vs › community
Visual Studio Community | Download Latest Free Version
December 8, 2025 - A brand-new workload-based installer optimizes your installation to make sure you have everything you need and nothing you don’t. ... Code with confidence in your language, find and fix code issues quickly, and refactor with ease. ... Debug to quickly find and fix bugs. Find and diagnose performance issues with the profiling tools. ... Use Git as the default source control experience in Visual Studio right out of the box.
🌐
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 - You can easily download the latest VS install clis from the official docs for offline installations. In my case I am using VS_PROFESSIONAL and stored it in C:\VisualStudio · https://docs.microsoft.com/en-us/visualstudio/install/create-an-o...
🌐
Medium
danhpaiva.medium.com › how-to-install-visual-studio-2026-offline-f82c50f4fbe5
How to install Visual Studio 2026 Offline | by Daniel Paiva | Medium
November 15, 2025 - Now I am going to run a command to download the dependencies I use for programming with Windows Forms, Console, APIs, and similar: .\vs_Community.exe — layout D:\vs — add Microsoft.VisualStudio.Workload.ManagedDesktop — add Microsoft.VisualStudio.Workload.NetWeb — add Microsoft.VisualStudio.Workload.Data — includeOptional — lang en-US · The command above creates a new folder called vs with all the files to install Visual Studio 2026 offline.
🌐
Visual Studio
visualstudio.microsoft.com › vs › older-downloads
Visual Studio Older Downloads - 2019, 2017, 2015
December 9, 2025 - Older versions require an active Visual Studio Subscription. Choose a product below and click on the download button to log in to your Visual Studio (MSDN) subscription and gain access to the older versions.
🌐
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 - The certificate Microsoft Windows Code Signing PCA 2024.crt mentioned in paragraph "Maintaining an offline machine" of References: Install certificates for an offline installation - Visual Studio (Windows) | Microsoft Learn was corrupted. After downloading it again and installing it on my offline machine, I was able to install Visual Studio.
🌐
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 - The process of installing, configuring, ... ... Welcome to Microsoft Q&A! You can refer to: Download the Visual Studio bootstrapper and do an offline installation of VS2022....
🌐
YouTube
youtube.com › watch
Visual Studio 2026 Offline Installer (How to Install) - YouTube
Visual Studio 2026 has been released, and as before, with the bootstrapper provided by Microsoft, we can install Visual Studio 2026 offline as shown in this ...
Published   November 10, 2025
🌐
Microsoft
visualstudio.microsoft.com
Visual Studio: IDE and Code Editor for Software Development
Visual Studio dev tools & services make app development easy for any developer, on any platform & language. Develop with our code editor or IDE anywhere for free.
Top answer
1 of 2
1

Hi Billy,

Thank you for contacting us.

Regarding your concern, please note that Microsoft enforces activation per machine to prevent piracy and ensure compliance. You can still install Visual Studio Professional offline, but it requires manual product key entry or volume license setup, not a universal multi-access key. Below are the steps you should take:

  • You first need to install Visual Studio online
  • Create a layout for offline install, you can check this link for more specific guidance
  • Manually download and install missing certificate: 
    1. Download the certificate: http://www.microsoft.com/pkiops/certs/Microsoft%20Windows%20Code%20Signing%20PCA%202024.crt 
    2. Double-click the .crt file to open the Certificate window.  
    3. Click “Install Certificate…”  
    4. Choose “Local Machine” (you may need admin rights).  
    5. Select “Place all certificates in the following store”  
    6. Click “Browse…” and choose: Trusted Root Certification Authorities. Click Next, then Finish.  
    You should see a confirmation message: “The import was successful.”  
  • Copy the layout folder that you have just created to your offline device and run this command in the layout folder
      vs_professional.exe --noweb
    
    → Visual Studio Professional 2022 will be install offline
  • Go to Help → About Visual Studio → License Status Click Unlock with a Product Key. Enter the Product Key and click Apply
  • Visual Studio creates a request file containing your installation ID. Save this file and transfer it to an internet-accessed device.
  • On a device with internet access, go to the Microsoft Licensing Activation site (provided in the Visual Studio activation dialog) Upload the request file Microsoft will generate a response file then transfer the response file back to the offline machine.
  • In Visual Studio’s activation dialog, select Use Response File → Browse to the file and apply it Visual Studio will confirm activation.

I hope that these instructions will be helpful! If you have any other questions, feel free to reach out, I'm here to help.

Happy holiday!

2 of 2
0

Yes, Visual Studio can be installed on an offline PC. To do this, you need to create an offline installer using the Visual Studio installer on a machine with internet access. You can follow these steps:

  1. Download the Visual Studio installer from the Visual Studio page.
  2. Use the command line to create an offline installer layout. For example:
       "vs_professional.exe" --LayOut "C:\Temp\VS2022Offline" --Lang "en-US"
    
  3. Copy the created offline installer folder to the target offline machine.
  4. Run the installer from the copied folder using an administrator command prompt.
  5. Follow the setup wizard to complete the installation.

Additionally, Visual Studio Professional and Enterprise editions support offline activation via a product key, while Visual Studio Community does not support offline activation.


References:

  • Set up Visual Studio on an offline machine
  • Install certificates required for Visual Studio offline installation
  • SSIS Projects extension for Visual Studio 2022+ troubleshooting guide