Visual Studio 2015 Update 3 Offline Installer (ISO)

Visual Studio-2015

Visual Studio-2015 Problem Overview


After digging around for Visual Studio IDE 2015 update 3 offline installer, aka ISO file, I found it and I am sharing the url.

And, I know this may be posted elsewhere. But I also do know that many people try to find it on StackOverflow.

Visual Studio-2015 Solutions


Solution 1 - Visual Studio-2015

You can check Visual Studio Downloads for available Visual Studio Community, Visual Studio Professional, Visual Studio Enterprise and Visual Studio Code download links.


Update!

There is no direct links of Visual Studio 2015 at Visual Studio Downloads anymore. but the below links still works.


Visual Studio 2015 direct download links (.iso):


VSCode area:

Solution 2 - Visual Studio-2015

[UPDATE]
As per March 7, 2017, Visual Studio 2017 was released for general availability.

You can refer to Mehdi Dehghani answer for the direct download links or the old-fashioned ways using the website, vibs2006 answer
And you can also combine it with Behrouz.M answer to make it a complete full standalone offline installer.


> Note:
I don't condone any illegal use of the offline installer.
Please stop piracy and follow the EULA.

>The community edition is free even for commercial use, under some condition.
You can see the EULA in this link below.
https://www.visualstudio.com/support/legal/mt171547<br> Thank you.


Instruction for official offline installer:

  1. Open this link > https://www.visualstudio.com/downloads/

  2. Scroll Down (DO NOT FORGET!)

  3. Click on "Visual Studio 2015" panel heading

  4. Choose the edition that you want > These menu should be available in that panel:

    > * Community 2015
    > * Enterprise 2015
    > * Professional 2015
    > * Enterprise 2015
    > * Visual Studio 2015 Update
    > * Visual Studio 2015 Language Pack
    > * Visual Studio Test Professional 2015 Language Pack
    > * Test Professional 2015
    > * Express 2015 for Desktop
    > * Express 2015 for Windows 10


  1. Choose the language that you want in the drop-down menu (above the Download button) > The language drop-down menu should be like this:

    > * English for English
    > * Deutsch for German
    > * Español for Spanish
    > * Français for French
    > * Italiano for Italian
    > * Русский for Russian
    > * 日本語 for Japanese
    > * 简体中文 for Chinese (Simplified)
    > * 繁體中文 for Chinese (Traditional)
    > * 한국어 for Korean


  1. Check on "ISO" in radio-button menu (on the left side of the Download button) > The radio-button menu should be like this:

    > * Web installer
    > * ISO

  2. Click the Download button

Solution 3 - Visual Studio-2015

The ISO file that suggested in the accepted answer is still not complete. The very complete offline installer is about 24GB! There is only one way to get it. follow these steps:

  1. Download Web Installer from Microsoft Web Site
  2. Execute the Installer. NOTE: the installer is still a simple downloader for the real web-installer.
  3. After running the real web installer, Run Windows Task manager and find the real web installer path that is stored in your temp folder
  4. copy the real installer somewhere else. like C:\VS Community\
  5. Open Command Prompt and execute the installer that you copied to C:\VS Community\ with this argument: /Layout .
  6. Now installer will download the FULL offline installer to your selected folder!

Good Luck

Solution 4 - Visual Studio-2015

Solution 5 - Visual Studio-2015

Its better to go through the Recommended Microsoft's Way to download Visual Studio 2015 Update 3 ISO (Community Edition).

The instructions below will help you to download any version of Visual Studio or even SQL Server etc provided by Microsoft in an easy to remember way. Though I recommend people using VS 2017 as there are not much big differences between 2015 and 2017.

Please follow the steps as mentioned below.

  1. Visit the standard URL www.visualstudio.com/downloads

  2. Scroll down and click on encircled below as shown in snapshot down Snapshot showing how to download older visual studio versions

  3. After that join Visual Studio Web Dev essentials for Free as shown below. Try loggin in with your microsoft account and see that if it works otherwise click on Joinenter image description here

  4. Click on Downloads ICON on the encircled as shown below. enter image description here

  5. Now Type Visual Studio Community in the Search Box as shown below in the snapshot enter image description here.

  6. From the drowdown select the DVD type and start downloading enter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMarco AlvesView Question on Stackoverflow
Solution 1 - Visual Studio-2015Mehdi DehghaniView Answer on Stackoverflow
Solution 2 - Visual Studio-2015Unknown123View Answer on Stackoverflow
Solution 3 - Visual Studio-2015Behrouz.MView Answer on Stackoverflow
Solution 4 - Visual Studio-2015Marco AlvesView Answer on Stackoverflow
Solution 5 - Visual Studio-2015vibs2006View Answer on Stackoverflow