Answer
Imaging - The History
First came Windows. Then came Ghost (and maybe some others, but who cares about them). Then came problems. Why? Because when you cloned Windows machines with Ghost, you had things like duplicate Security Identifiers on the network, duplicate IP addys (back in the days before DHCP), and often problems where the newly imaged system wouldn't boot because of hardware differences.\
During this time, Microsoft made it VERY clear that duplicating images was not supported, and would void your warrantee. Translation - just TRY to get help from them on a system that had been duplicated. No go.
Then came Sidchanger, Ghostwalker, Sidgen, and who knows how many more SID changing tools. These handy utilities got around the SID problem and just like that - imaging took off. There was still the problem with hardware, but with some creative work, you could get around SOME of these problems too (i.e. you could install a NIC, add the drivers, pull the nic, add another nic, install the drivers, pull the nic..... pretty soon, the OS would have the drivers - THEN capture.)
Creative solution - but still not supported by Microsoft.
However, as the process got better and better, and people used it more and more, the mighty MS caved, and came up with a supported process.
And Sysprep was born!
At this point, the other SID changers owned the market, but Sysprep was the only "supported" method, and relatively quickly, the smaller players died. Their history largely doesn't matter, unless it's with GhostWalker and SidGen - our utilities.
So, DS started with Sidgen, being one of the early management tools for imaging. As a legacy app, it's still there today, though the main reason for it's continued existence is thin clients, which can't run Sysprep. You COULD still use it, but 1) it's not recommended, and 2) you should NOT use it AND use Sysprep. That's just asking for troubles.
Anyway, as time went along, more and more demand was for a "supported" method of cloning systems, and we started to add more and more Sysprep support to our app. At this point, most customers don't need to know what Sysprep is, or how it works, to get the benefits from it, because we've automated most of it.
However, Sysprep still does not support imaging accross HAL's, or the Hardware Access Layer. What that means, is that when an image is captured on one "type" of system and pushed to another, if too much of the hardware is different, it wont boot. For instance, if you capture an image from a SATA drive, and deploy to a SCSI system, it'll likely fail. The drive type and architecture is part of the HAL, and Sysprep doesn't support crossing that.
Industry however, doesn't like to be told "no" and started coming up with ways to make it happen anyway. The key to this is to ensure that the drivers for the "new" hardware architecture are available. Enter DeployAnywhere from Ghost. This will take care of that portion for you, and with the addition of this tool into DS, nearly everything you need for imaging, even accross HALs, is there in our console.
So, What exactly IS Sysprep? How is it different from Sidgen? What is MiniSetup?The old tools designed to get around the SID problem were - less than efficient relative to reconfiguring Windows. Microsoft knew this, and had seen too many "weird" things result. What all these tools like Sidgen did was 1) scan through the registry for any and all entries relative to the SID and 2) replace those SID's. This is done on the "new" or recipient system of the image. Some tools did it in DOS prior to booting, others in windows (Sidgen) and then forced a reboot. The problems with this method though include essentially "broken" or "orphaned" apps and settings. For instance. Say you have a system, and it's part of a Domain. Run Sidgen, and now you're broken on the domain. Why? Because your Domain key is a combination of your computer SID and the domain SID, but your combination is now wrong. Plus, AD knows about your old SID, not the new. Big problem.
With Sysprep, Microsoft looked at everything that would have to change, along with the SID, for a system to be considered, effectively, "new". They wrapped that up into a tool and now it's shipped free. With XP/2003 and earlier, it's on the installation CD, and with Vista and forward, it's actually installed on the system out-of-the-box.
What Sysprep does is pretty simple, and though there are variations on this, this process is pretty close, and is likely what you'll see when using DS.
At this point in the process, Sysprep is still ON the system, but is done. It will never be run again. Instead, you may have noticed the second bullet - which talks about MiniSetup. The second part of the Sysprep "process" is actually completed by MiniSetup.
MiniSetup is a portion of an OS installation most of us are intimately familiar with. It's the part that asks for your time zone, log-in name, stuff like that. After it's done, the system reboots, and you're essentially "good to go". An installation of an OS, from CD, on a new computer, without DS, would look something like this:
OS Installation Process from CD
More about this process is discussed below.
How Do These Work Together For Us and Imaging?
First off, don't use Sidgen unless you have to, like with Thin Clients. So, for this discussion, that process will not be discussed.
An ideal imaging process looks something like this (behind the scenes):
By the way, THIS, is why it's well worth it to use Deployment Solution for imaging. :-)