Hi I posted this at the MS forums but thought I'd try here too. After much fiddling with the customsettings.ini file to configure the deployment wizard exactly how I want it, I have found that for some reason the screen where you specify whether to capture an image after deployment has stopped appearing. I am sure I have the settings right but if anyone has any ideas it would be much appreciated. Here is my customsettings.ini file: [settings] Priority=Default Properties=MyCustomProperty [Default] OSInstall=Y SkipBDDWelcome=YES SkipAppsOnUpgrade=NO SkipCapture=NO SkipDeploymentType=YES DeploymentType=NewComputer SkipComputerName=YES ComputerName=%ComputerName% SkipComputerBackup=YES SkipAdminPassword=YES SkipProductKey=YES SkipTimeZone=YES Timezone=085 SkipLocaleSelection=YES UILangauge=en-GB UserLocale=0809:00000809 KeyboardLocale=0809:00000809 SkipDomainMembership=YES JoinDomain= SkipUserData=YES UserDataLocation=NONE USerID=Administrator UserPassword=mypass UserDomain=mydomain DomainAdmin=Administrator DomainAdminPassword=mypass DomainAdminDomain=mydomain Oli **EDIT - Turns out DeploymentType must be in all caps for it to work (ie NEWCOMPUTER not NewComputer).