Intro
This part will cover the deployment of your newly created image.
Importing
Once the XP reference machine has been captured you will need to import it into WDS.
Open up the WDS console and right-click the Images folder and select Add.
Add the Windows XP image.
Sysprep
One perculier thing about WDS and XP is that you have to copy the sysprep answer file you created for the system into the WDS image folder.
To do this, goto the WDS Image folder. In there locate the Windows XP image you imported. In that directory create a folder named exactly the same as you Windows XP image. For example if you your image was called “biz_deployment_image.wim” then you need to create a folder called “biz_deployment_image”.
Inside that folder create a folder called $OEM$
Inside that folder create a folder called $1
Inside that folder create a folder called sysprep
Inside this folder copy your sysprep.inf file into here.
You will need to edit your sysprep.inf file to allow automatic domain joining and computer naming.
Open up the sysprep.inf file and change the following options:
- OrgName = “%ORGNAME%”
- ComputerName = %MACHINENAME%
- JoinDomain = %MACHINEDOMAIN%
- TiemZone = %TIMEZONE%
Once this is done save a close the file.
Deployment
Boot up your destination computer with network boot and select the Windows Boot Image.
Run through the wizard and select the Windows XP image you created.
The system will then deploy the image to the machine, sysprep’s mini-setup will run and configure the system, then driverpacks will install its drivers and save them if you asked it to do so, next thing you know you will have a Windows XP desktop presented to you ready to go.