Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I download the offline install for visual studio 2015 express? [closed]

Where can I download the offline install for visual studio 2015 express?

On the official website im only able to find the web installation.

For security reasons, the computers in my company do not have internet access. I would like to find the ISO installation or some offline installation.

Obs. I can not use the community version for legal reasons.

like image 723
Daniel Santos Avatar asked Jun 15 '16 12:06

Daniel Santos


1 Answers

first you have to download vs2015 express web version (wdexpress_full_ENU.exe : 209 kb)

then run following command in your command prompt:

wdexpress_full_ENU.exe /layout

final downloaded folder size is about 9.16 GB

EDIT: Visual Studio 2017 express changed offline installation

EDIT: Visual Studio 2019 community :

vs_community.exe --layout C:\vs2019 --lang en-US
like image 78
sailfish009 Avatar answered Oct 01 '22 03:10

sailfish009