Recently Microsoft has released the first major update for its flagship IDE i.e. Visual Studio 2012. Visual Studio 2012 Update 1, a “regular cadence”, is aimed to provide new and improved tools and capabilities for building modern apps.

S. Somasegar, Corp VC of Microsoft’s Developer Division says,

With this and future updates, we’re striving to ensure that developers and development teams always have the best solution for building modern applications and for managing the modern application lifecycle. This approach to delivering updates, integrated directly into the IDE, should make it much easier for developers to keep the Visual Studio client up-to-date.

For more details about this release, see Somasegar’s blog post.

So we developers should expect regular updates at shorter intervals from now on (sounds similar to Windows 8 Updates). But I have found that a web installer is provided for the update, requiring internet connection to install it as it acquires the necessary packages, weighing around 1GB during installation. And it could be panicking to install the update on multiple PCs or PCs without internet connection.

So in this blog post, you will walk through the step by step instructions to create an offline package of Visual Studio 2012 Update 1.

How To:

1. Download Visual Studio 2012 Update 1,  choose the Save button to save the installer to your computer.

2. Now Open Command Prompt and run the installer with /Layout switch.

Visual Studio 2012 Update 1 Installer

3. Just follow the setup screens, change or set download location and click Download button. (The installer will then start acquiring all of the packages and save them to the folder)

Visual Studio 2012 Update 1

4. Once it’s complete. You will have all the files you need to install Visual Studio Update 1 offline.

Visual Studio 2012 Update 1 Packages

5. Now burn the DVD or copy to a USB Stick, The installer now will look for the packages locally first instead of online.

PS: The method should work for all future updates of Visual Studio 2012.

TIP: Use /? Switch to find few more magic command-line arguments.

One response to “How to download and install Visual Studio 2012 Update 1 Offline”

  1. samer Avatar
    samer

    I got 3 Errors when i installing this update
    Why ?
    i tried to using CMD and Using (Run As Administrator) But not working !!

Leave a Reply

Your email address will not be published. Required fields are marked *