Visual Studio 2019 Community Offline Installation

Costas

Administrator
Staff member
1-Download web installer.

2-Open CMD execute the following :

JavaScript:
vs_community.exe --layout C:\vs2019 --add Microsoft.VisualStudio.Workload.CoreEditor --add Microsoft.VisualStudio.Workload.Data --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.NetWeb --add Microsoft.VisualStudio.Workload.Node --includeOptional --lang en-US

3-On 16/06/2019 dowloaded 3.3GB, request only the following^ (find out). MS claims full community setup is 35GB ;).

4-Goto&run C:\vs2019\vs_setup.exe

tested and working :
  • Winforms
  • NuGet
  • IIS Express
  • angular v8.0 w/ TypeScript & nodeJS
  • ASP.NET WebAPI




Illustrated (default checked options, nothing extra downloaded by internet):
VsYjcGg.png


 

FeAEHoM.png


 

Entity is not installed :(
@VS, go to search bar, then type "Get tools and features" you can add or modify your features.
@ ASP.NET expand the tree check Entity framework v6 tools is 28mb.
src - https://stackoverflow.com/a/48513131


--

Step by step https://gist.github.com/CHEF-KOCH/839542a8171bec07f5d62ae22c296101

--

greets to FastStone for the scrolling capture!
 
Top