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 › answers › questions › 1181740 › visual-studio-2022-offline-installer-not-working
Visual studio 2022 offline installer not working - Microsoft Q&A
Miscellaneous topics that do not fit into specific categories. ... Welcome to Microsoft Q&A! For --verify command, it is used to verify the contents of your layout. And check if the packages files are missing or invalid: ... You can’t use them with --add command. If you want to install VS2022 offline, please refer to: Create an offline installation of Visual Studio.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 5549685 › visual-studios-2019-installer-no-longer-allows-me
Visual Studios 2019 installer no longer allows me to install offline. MSFT says a revocation check stops it - Microsoft Q&A
Offline machines cannot reach the revocation servers and the installer aborts. ... The safest path is to wait for the upcoming Visual Studio installer update (version three point fifteen), due in mid-August 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
The Download all, then install functionality downloads a Visual Studio installation package that is customized to the local machine. Don't transfer this downloaded installation package to another computer, as it's not designed to work that way.
Top answer
1 of 2
1

Hi @Kaleb Ward (External) ,

Thank you for posting your query here.

This is not known issue and i would suggest your to download installer again and try. Before that please uninstall any setup related vs.

https://learn.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2019

Run the setup from command prompt so it will enable loggin.

setup.exe --verbose --add Microsoft.VisualStudio.Workload.CoreEditor --logFile C:\Logs\vs_install.log

Please let me know if that helps and if it helps please close the thread by acepting this as answer.

2 of 2
0
  1. Delete the old offline layout folder. Download the latest bootstrapper (vs_enterprise.exe, vs_professional.exe, or vs_community.exe) from Microsoft’s Visual Studio website.

Recreate the layout with:

vs_enterprise.exe --layout c:\VS2019Offline --lang en-US

This ensures you get the updated catalog and package signatures.

2.Visual Studio 2019 offline installers use certificates to validate packages. If your system does not have the latest trusted root certificates, the installer may fail silently.Make sure Windows Update or the root certificate update is applied.

3.Use the Visual Studio Installer repair option, Run the installer with:

setup.exe --repair from within your offline layout folder.

4.Check for known issue with 16.11.49+, Microsoft confirmed some bugs in 16.11.49 offline installation. The fix is to download the refreshed bootstrapper and recreate your offline cache. Using the old one will not work anymore.

🌐
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
To perform a local network ... you have selected,and the full layout could reach 70 gigs.Make sure you have sufficient disk space before deployment....
Find elsewhere
🌐
Microsoft Learn
learn.microsoft.com › en-us › troubleshoot › developer › visualstudio › installation › set-up-vs-professional-2022-offline-machine
Set Up Visual Studio on an Offline Machine - Visual Studio | Microsoft Learn
In this example, vs_professional.exe is the Professional edition of Visual Studio, and VS2022Offline is the folder where you want to create the layout. "vs_professional.exe" --LayOut "C:\Temp\VS2022Offline" --Lang "en-US" After successfully creating the offline installer for Visual Studio, copy C:\Temp\VS2022Offline to the target offline machine.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1855064 › problem-having-offline-installation-of-vs-2022-com
Problem having offline installation of VS 2022 community - Microsoft Q&A
Create an offline installation - Visual Studio (Windows) | Microsoft Learn · You need to first create a local layout on the PC with internet connection, then, copy the layout folder into the pc without internet connection to install it.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 5515611 › visual-studio-professional-2022-offline-installati
Visual Studio Professional 2022 offline installation fails (not starts) version [17.14.9 , 17.14.10 , 17.14.11) - Microsoft Q&A
The problem started with Version 17.13.7. Version 17.13.6 worked perfectly. ... I checked installed certificates, .Net Framework, Microsoft Edge WebView2 but could not find a solution. Something in the setup must have changed. ... Hello came across this post while looking for an answer for mine. The link below might give you some insight. https://developercommunity.visualstudio.com/t/The-offline-installation-process-does-no/10941230?sort=active
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 5557148 › is-the-offline-installation-for-visual-studio-19-2
Is the Offline Installation for Visual Studio 19/22 Broken for Anyone Else? - Microsoft Q&A
The offline installation process does not work this month July 2025 - Developer Community · The issue caused by new certificate revocation checks introduced in June 2025—has been escalated internally at Microsoft. Multiple feedback tickets have been filed, indicating that the problem is being actively investigated and tracked by the Visual Studio Setup team.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 2156299 › problems-installing-visual-studio-2022-from-local
Problems installing Visual Studio 2022 from local files - Microsoft Q&A
When you use it in your command to install/update VS offline, the installer detects it and considers that you want to download workloads and prepare an offline layout. So, it asks for network. But you also have "--noweb" parameter set, the error message appears, it asks to not use "--noweb" parameter, as it’s conflict. About the remaining Visual Studio you mentioned, I believe that using the InstallCleanup.exe tool is enough.
🌐
Developer Community
developercommunity.visualstudio.com › t › vs2022-offline-install-not-working › 1589096
VS2022 Offline install not working
Visual Studio · Visual Studio · Visual Studio · Sign in · Sorry this browser is no longer supported ·
🌐
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
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 3.14.2086.54749) but I always have the problem. Where can I find the version 3.15 of Vs Installer ? ... The process of installing, configuring, and customizing Visual Studio to support development workflows ...
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1304464 › offline-install-issue-of-visual-studio-2019
offline install issue of visual studio 2019 - Microsoft Q&A
For example, there are two accounts on your machine, one is admin, the other is user. If you install the certificates for admin, then you need to install VS by using this admin account, which means if you install VS by using the user account, it might not work.
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 1355993 › installing-visual-studio-offline-from-system-accou
Installing Visual Studio Offline from System Account does not work - Microsoft Q&A
All though I doubt this is the problem we shall try again. Also please note that it is a system account that invokes the setup. When we try to do it with a normal account everything is installed fine.