A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Hello @Luis Alberto Hernandez Muñoz ,
From the logs you provided, it looks like the bootstrapper can't fetch or can't validate the channel manifest rather than a basic network block.
Usually, the easiest way to resolve this is to create an offline layout on a healthy machine and move it to the target machine. The offline layout will contain all the necessary files and certificates needed for installation.
If you have access to another machine with a working internet connection, you can create an offline layout by following these steps:
- On a healthy machine, download the Visual Studio bootstrapper for the edition you want to install.
- Open a command prompt and navigate to the directory where the bootstrapper is located.
- Run the following command to create an offline layout:
VisualStudioSetup.exe --layout c:\localVSlayout --lang en-US - Once the layout is created, copy the entire folder to the target machine.
On the target machine, make sure to:
- Install the certificate included in the layout into
Local Machine -> Trusted Root Certification Authorities. - Just to make sure, manually download and install the Microsoft PCA 2024 certificate and install it into
Local Machine -> Trusted Root Certification Authorities. - Open a command prompt as Administrator and navigate to the offline layout folder.
- Run the installer from the layout with
--noWeb:vs_setup.exe --noWeb
If this does not resolve the issue, the last resort would be to perform a clean installation of Windows. Or you can reach out to Microsoft Support for further assistance.