offline install issue of visual studio 2019

최동윤/DONGYUN CHOI 20 Reputation points
2023-06-13T08:32:22.86+00:00

I created an offline installation file for Visual Studio 2019, so I moved it to a computer without internet access to install it. However, the problem is that the Visual Studio Installer keeps trying to connect to the internet during the installation process and gives an error. Why is it happening?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,830 questions
Visual Studio Extensions
Visual Studio Extensions
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Extensions: A program or program module that adds functionality to or extends the effectiveness of a program.
189 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
963 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
336 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,000 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 28,951 Reputation points Microsoft Vendor
    2023-06-14T03:23:55.0933333+00:00

    Hello @최동윤/DONGYUN CHOI,

    Welcome to Microsoft Q&A forum.

    Please try following suggestions and let us know if you can successfully install the VS 2019 offline.

    1. Open layout folder and follow this document: Manually install certificates from a layout folder to manually import the certificates.
    2. Try to move the layout back to the machine with network connection and run the command with --verify and --fix parameters(for example: vs_community.exe --layout c:\layout --add XXXX --add XXXX --verify --fix) this time to verify and fix any corrupted files or packages.
    3. Try to use --noWeb parameter when you install the VS offline by using the command line.

    Besides, are there any other versions of Visual Studio installed on your offline machine? Did you perform any additional operations when you were moving the layout folder to the offline machine?

    Sincerely,

    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.


0 additional answers

Sort by: Most helpful