vs 2022 community installer infinite loading

Brilko Dima 0 Reputation points
2025-11-04T15:20:32.0966667+00:00

There's an infinite download. How can i fix it?User's image

I already tried

  1. Install new 2026 version
  2. Turning off antivirus
  3. Resetting browser cache
  4. Update latest updates of .NET Runtime, Windows and C++ Collect.exe tool's result:

https://drive.google.com/file/d/1r0kAnuMTvnLmya08YhVNhTVuz5lFc3Xs/view?usp=sharing

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

1 answer

Sort by: Most helpful
  1. Varsha Dundigalla(INFOSYS LIMITED) 3,480 Reputation points Microsoft External Staff
    2025-11-05T07:54:18.3866667+00:00

    Thank you for reaching out.
    Please try the steps below

    1. Reset Proxy & Check Network

    netsh winhttp show proxy 
    netsh winhttp reset proxy
    

    Make sure TLS 1.2 is enabled, and you have direct internet access.

    2. Clear Installer Cache Delete:

    
    vs_installer.exe --nocache --log log.txt
    

    Download the latest installer: https://visualstudio.microsoft.com/downloads/

    3. Run Installer with Logs

    vs_installer.exe --nocache --log log.txt
    

    Check log.txt for errors.

    4. Use Offline Layout

    vs_installer.exe --layout C:\VS2022Offline --lang en-US
    

    Run setup from that folder.

    5. Repair Installer

    Apps & Features → Visual Studio Installer → Modify → Repair.

    6. Allow Required Endpoints

    *.visualstudio.com 
    *.azureedge.net 
    download.visualstudio.microsoft.com
    

    Reference:

    Troubleshoot Visual Studio installation and upgrade issues

    Please let us know if you require any further assistance, we’re happy to help.

    If you found this information useful, kindly mark this as "Accept Answer".


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.