How make offline VS2019 Community installer of my installation ?

  • Thread starter Thread starter Borneqa
  • Start date Start date
B

Borneqa

Guest
I have download and installed (with slow internet) all but clouds,Azure,mobile and some others.

It occupied on disk ober 30 GB and 6.5 with installed files.

on Tworzenie instalacji w trybie offline - Visual Studio

is


  • For .NET desktop and Office development, run:

    vs_community.exe --layout c:\vslayout --add Microsoft.VisualStudio.Workload.ManagedDesktop --add Microsoft.VisualStudio.Workload.Office --includeOptional --lang en-US

  • For C++ desktop development, run:

    vs_community.exe --layout c:\vslayout --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended --lang en-US

  • To create a complete local layout with all features (this will take a long time—we have lots of features!), run:

    vs_community.exe --layout c:\vslayout --lang en-US

But I want make installer not for all features but only my choosed features and I want make it from cache to avoid download again by internet. Hot do it?

Continue reading...
 
Back
Top