I'm wondering is there a way to download all external components of VS 2015 (Apache Cordova, Android SDK, Python tools, lots of JS libs etc) to create a complete and offline installer? Preferably I want to find a way to create such "distro" automatically (by running 1-2 commands).
I don't have internet on my work machine and googling, downloading and installing all external dependencies by hand is tedious and I'm not so sure that VS will see them after installation.
PS: Rant - previous VS releases that included all software components in ISO were better.
PPS: This is a complete copy of the question on serverfault - https://serverfault.com/questions/707871/visual-studio-2015-full-completely-offline-distributive because I thought that installation questions are better suited there... Looks like I was wrong..
You want to use the layout switch
After you download the update executable from the MSDN website to a location on your file system, run the following command at a command prompt: /layout. This command downloads all the packages for the installation. By using the /layout switch, you can download all the core installation packages, not just the ones that apply to the download machine. This approach gives you all the files that you need to run this update anywhere and may be useful if you want to install components that weren't installed originally.
After you run the command, you should be prompted for the download location. Enter the location, and then choose Download.
When the package download is successful, you should see a Visual Studio screen that says Setup Successful! All specified components have been acquired successfully.
In the file location that you specified, find the executable file and the package folder. This is everything you need to copy to a shared location or install media.
You can now run the installation from the file location or the install media.
Read more at MSDN
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With