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

孤街浪徒 提交于 2019-12-20 09:56:12

问题


As downloadable here but to be an online installtion process.

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

How can I do that?

ps.

A google search give me nowhere helpful at this time.


回答1:


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


Go down for .iso downloading




回答2:


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




回答3:


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




回答4:


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.




回答5:


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

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




回答6:


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.




回答7:


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.




回答8:


From this link do the following:



来源:https://stackoverflow.com/questions/24582492/how-to-download-visual-studio-2013-update-2-offline-standalone-installation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!