Nam G VU
Nam G VU

Reputation: 35384

How to download Visual Studio 2013 update 2 offline/standalone installation?

As was once downloadable here, but to be an online installation process.

I'm looking to ways to download the package offline and/or the standalone .iso installation file - similarly to how we could do before with Visual Studio 2012 updates here.

How can I do that?

P.S. A Google search give me nowhere helpful at this time.

Upvotes: 16

Views: 42981

Answers (8)

Marte Suicano Montero
Marte Suicano Montero

Reputation: 31

https://go.microsoft.com/fwlink/?LinkId=519391

that's it ! the update 5 direct Link .. it's 6GB ISO

Upvotes: 3

Achilles
Achilles

Reputation: 1734

From this link do the following:

How to download Visual Studio 2013 Update 5 offline installer

Upvotes: 1

hatsrumandcode
hatsrumandcode

Reputation: 1871

If you have a number of people in your team that will need the udpate, it is a good idea to get someone to download the file to a local share and then share the location with yours team, as this file takes quite a while to download normally, and you are not able to use Visual Studio while the download has started.

One other way to do this is to go to the "Overview of Visual Studio 2013 updates" page (link below) and download the latest VS update.

"Overview of Visual Studio 2013 updates" - https://support.microsoft.com/en-us/kb/2829760.

On this page click on "Download the latest Visual Studio 2013 update package now" and you will be redirected to the VS update page, where you will be able to download the file.

VS 2013 Update 5 direct link: http://www.microsoft.com/en-us/download/confirmation.aspx?id=48129

So if you have downloaded the file to C:\downloads, go to the command prompt and navigate to C:\downloads (or shift + right-click on the folder, then selecting "open command window here" .

Once you are in this folder, type the following command:

VS2013.5.exe /layout

enter image description here

This should bring up the Visual Studio Update window, and the download will then start.

enter image description here

Upvotes: 2

keplerian
keplerian

Reputation: 562

For more current releases/updates (e.g. MSVC 2013 update 4 etc.) Microsoft recommends adding the '/layout' option when running the online installer from the command prompt:

<executable name> /layout

This command downloads all the packages for the installation, which makes it possible to install them offline thereafter.

Upvotes: 4

Akbar
Akbar

Reputation: 69

VS 2013 Update 2 offline ISO - http://go.microsoft.com/fwlink/?LinkId=393220

VS 2013 Update 3 offline ISO - http://go.microsoft.com/fwlink/?LinkId=403041

Upvotes: 7

afaolek
afaolek

Reputation: 8811

I got this link for update 3 from Xinystudio:

Visual Studio 2013 update 3 offline iso

I know the OP is asking for update 2 but I thought this may present a better alternative.

Upvotes: 2

Nam G VU
Nam G VU

Reputation: 35384

In brief the answer is this download link.

As I have met this question many times for Visual Studio versions, I note down here the full process to access them all from A to Z.

  1. Google search for visual studio updates as here
  2. Go for links from visualstudio.com as here
  3. Search for updates on the page - pick up the search result Overview of Visual Studio 2013 updates‎ which lists all latest Visual Studio updates.
  4. Choose the version to open the download page.
  5. Look for Installation Instruction section, SCROLL DOWN below to the part that says Download the ISO image directly
  6. Enjoy your .iso - it's done here.

Google search

enter image description here


Go down for .iso downloading

enter image description here

Upvotes: 25

Nam G VU
Nam G VU

Reputation: 35384

I found one way to do this via this article by storing the downloaded files. Though not a way to have iso file though.

enter image description here

Upvotes: 18

Related Questions