Hi I've got a server that has two partitions, one for the OS and one for scripts/data etc which I am looking to capture as an image and then deploy to other servers. Obviously WDS will only capture one partition so I have used imagex to capture the apps partition and copied the wim file to a network location. Looking around on the internet the general consensus seems to be to apply the scripts/data wim file as a dataimage in an unattend xml file. I've found some examples of XML files that can do this but I'm not sure where they should be placed/used. Do I specify the XML file within WDS or do I add it to the WDS captured OS wim file? Can I just call the file unattend.xml? Any help would be great. Thanks in advance.