- Install.wim overview
- Windows System Image Manager overview
- How to create a Catalog File for Windows 7 Enterprise
- How to create, validate and save an Answer File
- Understanding Configuration Passes
As a reference, the following information describes the Configuration Passes a system will go through during automated installation:
- windowsPE (runs when booting the Windows setup media or when starting Windows Setup from a previous installation)
- Windows image is copied to the destination computer
- Adds any boot-critical drivers
- offlineServicing (runs automatically after the windowsPE pass)
- applies updates, drivers and language packs
- the Windows image is applied to a hard drive and any settings in this section are also applied to the image
- specialize (runs automatically when the Windows image boots for the 1st time, or after sysprep /generalize has been run)
- configures information specific to the hardware of the destination machine
- creates unique SIDs
- optionally: network settings, domain information, etc. can be set on this pass
- generalize (runs if Microsoft-Windows-Deployment|Generalize is configured, or when sysprep /generalize has been run)
- removes any specific configuration information from the current install
- allows the installed image to be captured and reapplied to different computers
- auditSystem (runs if Microsoft-Windows-Deployment|Reseal|Mode=Audit is configured or if sysprep /audit has been run)
- used for additional configurations, such as device drivers
- auditUser (runs if Microsoft-Windows-Deployment|Reseal|Mode=Audit is configured or if sysprep /audit has been run)- used to run custom commands or Windows Shell options
- oobeSystem (runs if Microsoft-Windows-Deployment|Reseal|Mode=OOBE is configured or if sysprep /OOBE has been run)
- settings applied before the Welcome screen appears
- used to configure Windows Shell options, create user accounts, and specify language/locale settings
Reference Material Used in Creating this Blog: