Hi,
I'am having difficulty in Fully Automated LTI Deployment Scenario. I have Windows Server 2008 R2 Standard, MDT 2013, trying to deploy W7. Here is my CustomSettings.ini and Bootstrap.ini.
CustomSettings.ini:
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
OSInstall=Y
SkipAdminPassword=YES
AdminPassword=pswrd
SkipApplications=YES
SkipBDDWelcome=YES
SkipBitLocker=YES
SkipBitLockerDetails=YES
SkipTaskSequence=YES
TaskSequenceID=task.name
SkipCapture=YES
SkipComputerBackup=YES
SkipComputerName=YES
OSDCompterName=%SerialNumber%
SkipDomainMembership=YES
JoinDomain=domain
DomainAdmin=DomainAdmin
DomainAdminDomain=domain
DomainAdminPassword=pswrd
SkipFinalSummary=YES
SkipLocaleSelection=YES
KeyboardLocale=0405:00000405
UserLocale=cs-CZ
UILanguage=cs-CZ
SkipPackageDisplay=YES
SkipProductKey=YES
SkipSummary=YES
SkipTimeZone=YES
TimeZoneName=Central Europe Standard Time
SkipUserData=Yes
Bootstrap.ini:
[Settings]
Priority=Default
[Default]
DeployRoot=\\DEPLOY\DeploymentShare$
UserID=DomainAdmin
UserDomain=domain
UserPassword=pswrd
SkipBDDWelcome=YES
Everything seems to be OK. Wizard don't show up, BUT instead of instalation OS, computer immediately reboot itself without anything has done.
Please help, where do I make mistakes?
Thank you