Installation of Visual Studio community without internet connection – Community – SitePoint Forums

Installation of Visual Studio community without internet connection – Community – SitePoint Forums


Hi I’m trying to install Visual Studio 2015 without internet connection and I’m guiding myself with these web pages.
Instalar Visual Studio | Microsoft Learn
Instalar Visual Studio 2015 | Microsoft Learn
I don’t know exactly how to use those commands, so try using this command vs_community.exe /layout C:\Users\Jesus\Documents\2015 VS en español 3082 –lang es-Es –add Microsoft.VisualStudio.WorkloadNativeDesktop –includeRecommended
After using the command, only this image appears

But I can’t install, and I don’t get any errors either.
Previously I had already installed Visual Studio on another PC, but it had never given me installation problems, but now that I have had failures in my internet service, I was forced to use commands. But I don’t understand much, can you help me.
I will thank you very much.


Is the problem missing quotes around the path that you supply for the /layout parameter? I’ve never tried doing this, and I’m not sure why you want to install such an old version, but does this work any better?

vs_community.exe /layout "C:\Users\Jesus\Documents\2015 VS en español 3082" --lang es-Es --add Microsoft.VisualStudio.WorkloadNativeDesktop --includeRecommended

I’m only guessing that the bit I’ve put quotes around is a single path, but if it is, it does illustrate why I really dislike having spaces in file names and path names.



Source link

Leave a Comment