Hi,
I am trying to replicate our Windows 7 build that basically automates a task sequence using the TaskSqeuenceID= within the Rules (Customsettings.ini) but it looks like it is completely ignoring my rules.
The following is a caopy of our customsettings.ini
[Settings]
Priority=SetModel,Default
Properties=ModelAlias
[Default]
OSInstall=N
FinishAction=RESTART
TaskSequenceID=W8EE64OEM
AdminPassword=Password
UserLocale=en-GB
SystemLocale=en-GB
UIlanguage=en-GB
KeyboardLocale=0809:00000809
SkipAdminPassword=YES
SkipApplications=YES
SkipAppsOnUpgrade=YES
SkipBDDWelcome=YES
SkipBitLocker=YES
SkipBitLockerDetails=YES
SkipBuild=YES
SkipCapture=YES
SkipComputerBackup=YES
SkipComputerName=NO
SkipDeploymentType=YES
SkipDestinationDisk=YES
SkipDomainMembership=YES
SkipFinalSummary=YES
SkipLocaleSelection=YES
SkipPackageDisplay=YES
SkipProductKey=YES
SkipSummary=YES
SkipTaskSequence=YES
SkipTimeZone=YES
SkipUserData=YES
SkipWizard=NO
[SetModel]
UserExit=Z-UserExit.vbs
I have found some articles that stated you have to update the DeployWiz_SelectTS.vbs files to add items
Dim sCmd
Set Oshell = createObject("Wscript.shell")
and
sCmd = "wscript.exe """ & oUtility.ScriptDir & "\ZTIGather.wsf"""oItem = oSHell.Run(sCmd, , true)
Any ideas will be greatly appreciated.