Hi @Dmitriano ,
Welcome to Microsoft Q&A forum.
What URL or IP address does it try to download from?
You can check this document for more details: URLs to add to an allowlist.
How can I check if it is accessible from my machine? Are there some log files?
Normally, if you don’t set any block rules, or using any proxy and antivirus software, then the URLs are accessible. Sometimes Visual Studio will prompt error message if downloading or connecting process is blocked.
Yes, there are some log files. They are stored in %temp% folder, you can use this collect.exe tool to collect them. A file called vslogs.zip will be generated in the %temp% folder and you can extract and open it, there’s a folder called "temp", and inside it, you should see many files start with dd_. You can check following files dd_bootstrapper_XXXXXXXX.logs, dd_Installer_XXXXXXXX.logs, and dd_setup_XXXXXXXX.logs.
For this issue, please try to check following things:
- Make sure that all the VS 2022 system requirements are met, and you have enough disk space.
- Make sure that your network connection is stable(try to change to use another network if possible, for testing).
- Avoid the effects from antivirus software, proxy, policy group and permission limitations.
- Try to run the VisualStudioSetup.exe file as administrator, and try to reboot your machine and retry installing VS.
- Re-download the bootstrapper file from official website, but this time save it to another drive(folder) and run it again.
Best Regards,
Tianyu
- If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.