Martin Hinshelwood's ALM Blog

A Scottish software developer: SSW Solution Architect, Microsoft Visual Studio ALM MVP & Scrum Developer Trainer

  Home  |   Contact  |   Syndication    |   Login
  408 Posts | 10 Stories | 576 Comments | 57 Trackbacks

News

www.SSW.com.auSSW was the first company in the world outside of Microsoft to deploy Visual Studio 2010 Team Foundation Server to production, not once, but twice.

Team Foundation Server

Visual Studi2010 ALM SSW provides expert Visual Studio ALM guidance including installation, configuration and customisation through our four Microsoft Visual Studio ALM MVP’s in three countries; Australia, Beijing and the UK. They have experience deploying to small development shops all the way through to large blue chips.

Call us on +(44) 141 416 0993 or +(61) 2 9953 3000 to get started!

Professional Scrum Developer Training

Professional Scrum Developer Training SSW has six Professional Scrum Developer Trainers who specialise in training your developers in implementing Scrum with Microsoft's Visual Studio ALM tools.

Call us on +(44) 141 416 0993 or +(61) 2 9953 3000 to get started!

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Personal








Locations of visitors to this page

Twitter












Tag Cloud


Article Categories

Archives

Post Categories

Image Galleries

Blogs I read

Blogs of Friends

Personal

Projects

VSTS

Previously I created this the manual way, but if you have a fast internet connection and can take the 1.6gb download of the AIK, then this is a much easier way of getting started.

This is not really the same as the SSW image that I created before, the SSW image was a lovely slipstreamed beauty with all the application I would ever need already preinstalled.. It was 32GB and took a very long time to setup. This will be sum what faster as it  only require a base Windows Server 2008 Setup…

  1. Download Windows® Automated Installation Kit (AIK)
    image
    Figure: Downloading AIK, done in under 5 minutes
    image 
    Figure: Unpack using WinRAR, don’t burn it as it is a waste of a DVD. Some applications don’t like being run from a Virtual DVD.
  2. Install  the AIK onto your local computer.
    image
    Figure: Weird setup, but what the heck…
  3. Download and Install Windows(R) Image to Virtual Hard Disk (WIM2VHD) Converter
    image
    Figure: Its just a script file that you download. I would prefer if it was a command line app with an optional UI, but you can’t have everything.
  4. Mount your Windows 2008 R2 image to a Virtual DVD drive. I am using Virtual Clone Drive.
    image
    Figure: Mounted Windows 2008 R2 ready to go…
    image
    Figure: Use your favourite Virtual DVD mounting software..
  5. coffee-cupRun the script to create your VHD using a command line running as an administrator
    CSCRIPT WIM2VHD.WSF /WIM:I:\sources\install.wim /SKU:SERVERSTANDARDCORE /VHD:D:\WimBuild\WinSvr2008R2OOB.vhd
    image 

You now have a lovely Out Of Box Windows 2008 R2 VHD. I would keep a copy of this in a nice safe place so you don’t need that coffee break every time.

Whoa there… not so fast..

Did you spot my mistake?

Could it be to do with the little “SERVERSTANDARDCORE” tag?

Could it be the “CORE” bit?

I think so.. I was just wondering why my resultant VHD was only 2.5gb in size!

Doh!

Lets try that properly:

  1. coffee-cupRun the script to create your VHD using a command line running as an administrator
    CSCRIPT WIM2VHD.WSF /WIM:I:\sources\install.wim /SKU:SERVERSTANDARD /VHD:D:\WimBuild\WinSvr2008R2OOB.vhd
    image

Make a copy of this file, and attach it to your boot list, and boot…

posted on Monday, December 07, 2009 2:37 PM