Computer Hope

Software => Computer software => Topic started by: Avani123 on February 15, 2021, 01:15:38 PM

Title: Vs2019 installation error
Post by: Avani123 on February 15, 2021, 01:15:38 PM
Vs2019 installation error
Not able to download Installation files.check your connection.
Title: Re: Vs2019 installation error
Post by: Mr_Patton on February 18, 2021, 01:18:12 AM
https://docs.microsoft.com/en-us/visualstudio/install/repair-visual-studio?view=vs-2019
Title: Re: Vs2019 installation error
Post by: vikasjkn 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.