Similar to my previous post, this one will focus on nothing more than how to create an image from beginning to end and where to get the stuff to make it all happen. For this example, I'm going to be explaining a Windows 7 image. Why? It's the only one I've ran across that includes a special step -- so skip that step if you plan on using other versions. The rest will be identical. I'll start out by explaining what I used, what I was thinking when I created them and please, take this as a guide, not gospel, you're experience may vary. After that, I'll get into the technical details of how I planned this out and some potential pitfalls and expansions on what I've done to this point. If you know NOTHING about how to make wim images, this will cover a LOT of it and should get you well on your way. I do assume you know at least some basic command line things ... like how to change to another drive and such.
First, pick a good solid machine that will generally install things quickly and has a fast network card (1gb+). My reason behind this is simple: the faster you do the install, the faster you can make the image, the faster you can be kicking the image out the door. It might be cool to be able to install Win7 on a 1ghz PIII but if it takes you 3 days to install, its just stupid. As always, there's a catch - you might have to load a network or other driver into an ISO and to illustrate this, I'll be using a desktop that does NOT include the driver for the winpe image which I'll get into more detail about later. More...