Is the Offline Installation for Visual Studio 19/22 Broken for Anyone Else?

Bulger, Brenden 10 Reputation points
2025-09-16T16:53:06.1633333+00:00

After the May update (16.11.47) of this year, I haven't been able to update our Visual Studio software. It seems that something has changed in the way Microsoft packages are fetched for offline use within the past couple of months. Interestingly, the same installers will work flawlessly if run on an online instance. However, any offline installers created more than two months ago still function properly. Is anyone else experiencing this?

https://free.blessedness.top/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio

Developer technologies | Visual Studio | Setup
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Susmitha T (INFOSYS LIMITED) 910 Reputation points Microsoft External Staff
    2025-09-17T09:28:05.7533333+00:00

    Hope you are doing good! Thank you for reaching out. Please find the answer below.

    Yes, many users have reported that offline installations of Visual Studio 2019 and 2022 are failing after the May 2025 update. The problem appears to stem from new certificate revocation checks introduced in late June 2025. These checks require access to Microsoft’s revocation servers, which offline machines cannot reach, causing the installer to silently fail or exit.

     

    Possible Solutions:

    1. Verify the Offline Package Creation: Make sure you're following the current guidelines for creating the offline installer. You can refer to the below documnet for the most recent steps to create an offline package.  https://free.blessedness.top/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2022
    2. Check Internet Access: Ensure that your machine has the necessary certificates and permissions for the installation, as this might affect the ability to fetch updates or packages.  
    3. Use Command Line Arguments: If you’re comfortable with it, try using command line arguments when running the installer. This could include options like --noWeb to avoid needing internet access during installation.
       
    4. Review System Logs: Check your installation logs for any specific errors that might give more insight into what’s failing. This could lead you to a specific step that is malfunctioning.

    You can refer this thread: Visual Studios 2019 installer no longer allows me to install offline. MSFT says a revocation check …

     

    Let me know if you need any further help with this. We'll be happy to assist.

    If you find this helpful, please mark this as answered.

     


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.