Vista uses XML, while XP uses unattended.txt and sysprep.inf. You might try this way:
- Use XP OS
- Install all the app, drivers, fixes etc.
- Extract and run SYSPREP
-- c:\sysprep.exe -mini -quiet -reseal
- After the shutdown, boot with Windows PE 2.0
- Create a connection with your BDD server
-- net use f: \\BDD_server\distribution_
share
- Go to f:\tools\x86 (32bit)
- Run "imagex /capture /compress maximum c:\ f:\Captures\file_name.wim "XP Image Name"
- Import your wim file into WDS using the "Add Boot Image" not "Add Install Image"
- Use the customsetting.ini file on the Control folder of your BDD distribution share to control the level of unattendet setup that you want. You might have to do a research on how to use BDD Configuration.
http://technet.microsoft.com/en-us/library/bb490308.aspxI dont know System Works 2004 will work, because I never try that.