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:
- 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
- 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.
- Use Command Line Arguments: If you’re comfortable with it, try using command line arguments when running the installer. This could include options like
--noWebto avoid needing internet access during installation.
- 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.