Share via

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?

Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Testing
Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

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.

0 comments No comments

Answer accepted by question author

  1. Tianyu Sun-MSFT 34,831 Reputation points Microsoft External Staff
    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

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.