Tuesday, February 23, 2010

How To Build A Virtual PC: The VHD - Part 2


This is the Settings screen you should be seeing from when we left off last time. Click the button marked "Virtual Disk Wizard".



You should now see the Welcome page. Click Next.



For our application here, you want to create a new virtual disk, so leave that option checked, and click Next.



You will now be asked what kind of drive you want to create. Accept the default, "A virtual hard disk", and click Next.



Now, you have to give a location for the Virtual Hard Disk file itself. As a general rule, I put my VHD files into
My Home Folder >> My Virtual PCs >> VPC Name



I also name them the same as the VPC, so I can't misplace them. This also helps if I want to give them to someone else - I don't have to explain as much what the machine is for if the file name tells them. :)



Once you've given a name to your file, click Save. To save the name, click Next on the VHD Location window.



For our purposes, we want to go with the Dynamically Expanding disk size, since this is going to be a database-driven application development VPC.



Next is the VHD size. For this, my copy of VPC defaults to 16GB. It will take less space than that, depending on what the OS install puts out there, but 16GB (should be) more than enough room, even with SQL Server, sample data, and Visual Studio. Click Next to continue.


Click Finish to close the wizard. When the file has been created on your disk, you should get a success message popup.



You should now see something that looks like this. You may have to click the radio button and browse to the file location, but that's easy.

Tuesday, February 16, 2010

How To Build A Virtual PC: The VHD - Part 1



The first thing you'll see when you start VPC 2007 is this screen. From here, click "New..." This brings up the Welcome screen.




From here, click "Next"




You'll see three options - since this How To is all about making a new Virtual PC quickly and painlessly, we're going to pick "Use default settings to create a virtual machine", and leave the other options alone (for now!).




Now, you'll need to give your Virtual PC a name. In this case, I've decided to name my machine "Win 7 VS SQL 2008".



Click Finish to open the settings screen.

Congratulations! You now have a Virtual PC! Woohoo for you! :)

Tuesday, February 9, 2010

How To Build A Virtual PC: The Software

Really, the only thing I'm going to need to build a new Virtual PC is the Virtual PC software itself. You, too, can get a copy of that software right here:

http://www.microsoft.com/downloads/details.aspx?FamilyId=04D26402-3199-48A3-AFA2-2DC0B40A73B6&displaylang=en


Oh, and once you get that downloaded and installed, you might want a copy of an OS. For my example, I'm going with Windows 7. You can get your own copy of that here:

Microsoft Windows 7 Ultimate


After that, everything else is an application, and follows the same steps to load as the OS. I love that about the virtual PCs. :)

Tuesday, February 2, 2010

How To Build A Virtual PC

So, I recently had an adventure with Ubuntu 9.04.

Please don't misunderstand - I liked it, I really did.

However! What I found out is that there are just a few things that my daily workflow requires. These are largely application based. In no particular order, they are: MS Office, Synctoy, iTunes, and World Of Warcraft. Some of the things I liked about the Ubuntu experiment were: FFMpeg, Thunderbird's native integration, Ease of setup, Security, and the UI.

Some of the things I missed you can run in an emulation window, or even a virtual PC. However, mostly, I wasn't interested in emulating success, and decided to make the switch back to Windows.

In switching back, I find that although I CAN, I really don't want to be rebuilding my PC again anytime soon. That said, I do need a place to develop some software.

I am going to be building a Virtual PC to solve this problem.

I intend to load it with Windows 7, SQL Server 2008, and Visual Studio.

And no Ubuntu this time.