MDT 2012 Update 1 & XP Deployment
Hello all,
I am having issues trying to 'sysprep & capture' XP images using MDT2012 U1.
Whatever I seem to do, the 'sysprep and capture' task sequence never seems to do anything ... When I run 'litetouch.wsf' and select task sequence on the donor machine, the marquee box appears for a few seconds, but the sysprep process never starts.
I have made sure that the sysprep files are included on c:\. The task sequence seems to generate the correct answer file. However, the machine reboots, having neither sypreped or been captured.
Any ideas ?
Rule File:
[Settings]
Priority=RApps, CRoles, RSettings, CSettings, Default
Properties=MyCustomProperty
[Default]
OSInstall=YES
SkipAdminPassword=YES
SkipApplications=YES
SkipAppsOnUpgrade=YES
SkipBDDWelcome=YES
SkipBitLocker=YES
SkipPackageDisplay=YES
SkipProductKey=YES
SkipSummary=YES
SkipDeploymentType=YES
SkipCapture=NO
SkipComputerBackup=NO
ComputerBackupLocation=NETWORK
BackupShare=\\server\share
BackupDir=Captures
BackupFile=capture.wim
SkipDomainMembership=YES
JoinDomain=domain
DomainAdmin=account
DomainAdminPassword=pass
DomainAdminDomain=domain
EventService=http://server:9800
_SMSTSORGNAME=My Deployment Server
SkipLocaleSelection=YES
UserLocale=en-GB
UILanguage=en-GB
KeyboardLocale=0809:00000809
SkipTimeZone=YES
TimeZone=85
TimeZoneName=GMT Standard Time
SkipSummary=YES
SkipFinalSummary=YES
FinishAction=REBOOT
[CSettings]
SQLServer=Server
Instance=SQLEXPRESS
Database=MDT Deployment Database
Netlib=DBNMPNTW
SQLShare=DevelopmentDeploymentShare$
Table=ComputerSettings
Parameters=UUID, AssetTag, SerialNumber, MacAddress
ParameterCondition=OR
[CRoles]
SQLServer=Serverl
Instance=SQLEXPRESS
Database=MDT Deployment Database
Netlib=DBNMPNTW
SQLShare=DevelopmentDeploymentShare$
Table=ComputerRoles
Parameters=UUID, AssetTag, SerialNumber, MacAddress
ParameterCondition=OR
[RSettings]
SQLServer=Server
Instance=SQLEXPRESS
Database=MDT Deployment Database
Netlib=DBNMPNTW
SQLShare=DevelopmentDeploymentShare$
Table=RoleSettings
Parameters=Role
[RApps]
SQLServer=SL-WDSBWAC.Learning.Local
Instance=SQLEXPRESS
Database=MDT Deployment Database
Netlib=DBNMPNTW
SQLShare=DevelopmentDeploymentShare$
Table=RoleApplications
Parameters=Role
Order=Sequence