I used to be able to have the capture fully automated without problems with the following settings in MDT 2012 Beta 1:
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
_SMSTSORGNAME=Windows 7 Capture
OSInstall=Y
SkipAppsOnUpgrade=YES
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
UserID=UserID
UserDomain=Domain
Password=password
DoCapture=YES
BackupShare=\\comp\ImageServer$
BackupDir=Captures
SkipBuild=YES
BuildID=CAPW7X86SP1
The only way I can successfully capture an image in Beta 2 is to change the following:
SkipCapture=NO
' DoCapture=YES
' SkipBuild=YES
Which means that the capture process is no longer automated and requires a few keypresses.
What settings have changed for customsettings.ini in Beta 2? I haven't really seen a list anywhere :( And what can be done to fix my problem?