I am trying to build Windows 10 image from VMWARE to deploy to 100 workstations in our organization. I have the image the way i want it to look in the image. I have been following guides that tell me i need to create a capture task to capture the image with the Litetouch vbs file and then another Deployment task to deploy the image onto the new computers. The issue i have is the multiple unattend.xml files. One for the capture task and one for the deployment task. Which unattend file takes precedent? do i have to make them both the same.
if i am in vmware and i run sysprep.exe /oobe /generalize /shutdown /unattend:C:\Windows\System32\Sysprep\unattend.xml with the customised XML i have created the vnware will bootup normally and everything will look how i want it to look.
But if i run the capture task everything goes by the default xml in the capture task. Should i run the capture task and disable the sysprep portion of the capture task? and then if i do this what do i do with the deployment task?
Thanks in advance