Hi kfreise,
I can explain to you what i have done for many clients for Windows XP
Your base image should not include any Adaptive agent
You have to add these section to your sysprep.inf file
[GuiUnattended]
AdminPassword = "blabla"
AutoLogon = Yes
AutoLogonCount = 1
[GuiRunOnce]
"c:\install\prep.cmd"
Once sysprep is run on the workstation you have to take an image of the workstation
Next you have to create an addon-image with instruction found at
Novell Doc: ZENworks 10 Configuration Management Preboot Services and Imaging Reference - Image Explorer (zmgexp).
You base image should only include the zcm agent and the batch file c:\install\prep.cmd
In the batch file you can then call the installation of the zcmagent you have include in the addon-image with the parameters -q so the zcm agent will automaticly reboot the workstation once the agent is install. You can alss add many operation inside the batch file for all your need.
After you have to restore the base image follow by the addon-image on the workstation without rebooting between both operation.
Hope this help you
Martin Dallaire