Installing Visual Studio 2012, and Where to Download It

Under the terms of the Digital Millennium Copyright Act (DMCA), the ed2k links have been removed. Please visit http://itellyou.cn/ for download links; this site no longer provides them.

I’m still a student, and some classmates at school aren’t clear on how to install Visual Studio. It’s actually simple — this post records one complete installation from start to finish.

Okay, first my environment and the version I’m installing.

Operating system: Microsoft Windows 8 Pro 64-bit, English (6.2.9200 Build 9200)

VS2012: Microsoft Visual Studio Ultimate 2012 (11.0.50727.1 RTMREL)

Visual Studio 2012 requirements:

Supported operating systems:

  • Windows 7 SP1 (x86 and x64)

  • Windows 8 (x86 and x64)

  • Windows Server 2008 R2 SP1 (x64)

  • Windows Server 2012 (x64)

  • Hardware requirements:

    • 1.6 GHz or faster processor
    • 1 GB RAM (1.5 GB if running in a virtual machine)
    • 10 GB of available hard disk space
    • 5400 RPM hard drive
    • DirectX 9-capable video card running at 1024 x 768 or higher display resolution

Download address (original MSDN images): To keep resources available longer and downloads faster, use eMule if you can — I recommend Xtreme 8.0.

Visual Studio Ultimate 2012, English: Under the terms of the DMCA, the ed2k link has been removed; visit http://itellyou.cn/ for download links.

QQ20130822115137

Visual Studio Ultimate 2012, Chinese: Under the terms of the DMCA, the ed2k link has been removed; visit http://itellyou.cn/ for download links.

QQ20130822115206

Installation

1. Insert the burned installation disc (a virtual drive works too, as does extracting the ISO).

Running the Visual Studio installer

2. Start the installation, wait for the startup to finish.

Waiting for the Visual Studio installer to start

3. Change the installation path and accept the license agreement.

Accepting the Visual Studio license

4. Select what you want to install and click Install.

Selecting Visual Studio components

5. Wait for the installation to finish. Go listen to some music and take a short break — it takes about half an hour, depending on your machine.

Waiting for Visual Studio installation to complete

6. Installation complete — click “Finish” and Visual Studio starts automatically.

Visual Studio installation complete

Starting Visual Studio

7. Wait for Visual Studio to configure itself. The first launch can be slow — be patient for a few minutes.

Visual Studio configuring itself

8. You’re at the Visual Studio start page. Begin developing!

Visual Studio start page

A few screenshots of Visual Studio below.

Creating a new Visual Studio project

Creating a new Visual Studio Windows 8 project

Author: Ren Fei (original). If you repost this, credit the author, the source, and a link back. Permanent link to this post: http://renfeicom.w189.mc-test.com/?p=56

Thanks for visiting. Happy coding.