I am setting up an environment to test Visual Studio 2010, and will need to be installing a series of releases, each of which can not be uninstalled.
The plan is to install the product in a Virtual Machine, so I don’t have to reinstall my whole actual machine each time. Since the aspects of VS 2010 I want to test are the .NET Parallel Extensions, I need VMs that virtualize multiple cores, so I chose to boot Windows Server 2008 R2 with Hyper V to host my VMs.
My first task was to create my basic machine, so I ...