Reputation: 35384
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
Reputation: 31
https://go.microsoft.com/fwlink/?LinkId=519391
that's it ! the update 5 direct Link .. it's 6GB ISO
Upvotes: 3
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
This should bring up the Visual Studio Update window, and the download will then start.
Upvotes: 2
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
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
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
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.
visual studio updates
as herevisualstudio.com
as hereupdates
on the page - pick up the search result Overview of Visual Studio 2013 updates which lists all latest Visual Studio updates.Installation Instruction
section, SCROLL DOWN below to the part that says Download the ISO image directly
Google search
Go down for .iso downloading
Upvotes: 25
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.
Upvotes: 18