Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Vs2019 installation error  (Read 6061 times)

0 Members and 1 Guest are viewing this topic.

Avani123

    Topic Starter


    Newbie

    • Experience: Experienced
    • OS: Windows 7
    Vs2019 installation error
    « on: February 15, 2021, 01:15:38 PM »
    Vs2019 installation error
    Not able to download Installation files.check your connection.

    Mr_Patton



      Rookie

      Thanked: 5
      • Experience: Beginner
      • OS: Windows 10

      vikasjkn



        Starter

        • Experience: Expert
        • OS: Windows 10
        Re: Vs2019 installation error
        « Reply #2 on: April 09, 2021, 09:21:39 AM »
        I will recommend you to download a complete ISO ( for VS 2017) or may be download all files for VS 2019 using CMD commands as mentioned  by Microsoft.

        Create offline installer, here is the complete guide
        https://docs.microsoft.com/en-us/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2019

        Once you download offline installer you can then use Set up to install VS 2019 easily.

        For ISO files which is available for VS 2017 or older versions, check
        https://qawithexperts.com/questions/270/where-can-i-download-complete-visual-studio-2017-iso


        Commands to use in offline installer (Considering VS community version)

        vs_community.exe --layout c:\vs2017layout --add Microsoft.VisualStudio.Workload.Managed Desktop --add
        Microsoft.VisualStudio.Workload.NetWeb --add Component.GitHub.VisualStudio --includeOptional --lang en-US

        Hope it helps.