Visual Studio installation from a local cache

  • Thread starter Thread starter giobaxx2708
  • Start date Start date
G

giobaxx2708

Guest
Hello guys

I need some classificatorio about how to install Visual Studio after i have createdva local cache.

I have followed the following guide:

How to create a Local Cache

if i have understood running

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

I have downloaded visual studio for C++ Developper that i can later install with this cmd

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

my first question is

I saw that in the cached folder there is also vs_setup.exe that i suppose is also used to install Visual Studio, so

1) which is the difference between vs_community.exe and vs_setup.exe related the installation phase? For me it would be useful to use vs_setup because it should be easier to install Visual Studio via SCCM.

2) As i told you i have dowloaded two version of VS, one for C++ Developper and one version with all the feature, and i saw the in the first one i miss the certificates. So when i really need the certificates?

3) The last question in not related the installation, but i'm not a developper i just to avoid doubt, if one user ask for a Visual Studio Compiler for C is enought to install Built Tools for Visual Studio?


Tanks for the help




https://docs.microsoft.com/en-us/vi...ne-installation-of-visual-studio?view=vs-2019

Continue reading...
 
Back
Top