I have WDS setup and deploying Windows 2003 images to our servers. I am using an unattend.xml file for the wds client and sysprep.inf for the server image. I am however stuck when I try to add predeployment tasks to my unattend.xml file. I am trying to get a raid configuration tool to execute in the xml file. The tool runs fine and creates the raid array but then setup returns an error "setup cannot find a system volume that meets requirements for installation". It does not matter where in the unattend.xml file I place this command. It seems setup must look for drives before it does anything else and never looks again. Where should these tasks be run? Is there a way to make setup run last after these tasks have been completed? I tried using the startnet.cmd but is seems to get ingored and setup runs first anyway.
↧