Possible Duplicate:
Perform an Unattended Install of Server 2008?
I'm new to unattended deployments and would like to create a script to do the following:
- Install of Windows Server 2008 including product key
- Install of components such as IIS
- Creation of local users
- Kick off other setup programs (e.g. for SQL Server)
The script would only be run every so often as it's for the creation of new virtual machines. However the final installation does need to be exactly the same each time which is why I'd like to script it.
I've been reading through the Windows AIK pages on TechNet and found several options. None seem to describe my scenario exactly and there is a lot of information there.
Does someone have some high-level points on how I would achieve these things and/or what specific doco I should read?