Quantcast
Channel: Microsoft Deployment Toolkit forum
Viewing all articles
Browse latest Browse all 11297

Driverselectionprofile from customsettings.ini does not work! mdt 2012

$
0
0

This is my cs.ini

[Settings]
Priority=Model, Default
Properties=MyCustomProperty

[HP ProBook 6360b]
XResolution=1366
YResolution=768
DriverSelectionProfile=HP ProBook 6360b

[Default]
SkipBDDWelcome=YES
OSInstall=Y
SkipAdminPassword=YES
AdminPassword=????????????????
SkipApplications=YES
SkipAppsOnUpgrade=YES
SkipBitLocker=YES
SkipCapture=YES
SkipComputerName=YES
SkipComputerBackup=YES
ComputerBackupLocation=None
SkipDeploymentType=YES
DeploymentType=NEWCOMPUTER
SkipDomainMembership=YES
SkipFinalSummary=YES
SkipLocaleSelection=YES
KeyboardLocale=sv-SE
UserLocale=sv-SE
UILanguage=sv-SE
SkipPackageDisplay=YES
SkipProductKey=YES
SkipSummary=YES
SkipTaskSequence=YES
TaskSequenceID=WIN7
SkipTimeZone=YES
TimeZoneName=Central Europe Standard Time
SkipUserData=YES
UserDataLocation=NONE
SLShare=\\server\deploymentshare$\logs
_SMSTSOrgName=company
HIDESHELL=YES
MandatoryApplications001={XXXXXXXXXXXXXXXX}
MandatoryApplications002={XXXXXXXXXXXXX}

I also have a selection profile which is named "HP ProBook 6360b" which points to path "Out-of-Box Drivers\HP ProBook 6360b"

Under out-of-box drivers i have a folder named "HP ProBook 6360b" with all drivers for the laptop in it. I also check with powershell what the exakt model string is, its "HP ProBook 6360b".

This should in my mind be enough for the deployment to automatically inject the correct drivers when i run my mdt installation.

What happens is that it does set the resolution to 1366 768 as i want it to. and it sets the task sequence property Driverselectionprofile to "HP ProBook 6360b"(i checked in variables.dat during deployment)

But the drivers does not install!

I disabled the inject driver step that is in the preinstall sequence under the enable bitlocker step and over the apply patches step. since i dont want to inject all drivers. If this step is enabled, the drivers install. but that must also mean that all drivers will be installed since you choose a selection profile in the task sequence step, right? I also still have the inject drivers step enabled in the post install that is a commandline with the code"cscript.exe "%SCRIPTROOT%\ZTIdrivers.wsf""

The reason i dont want to install all drivers is because i will be booting alot of diffrent laptops. I only want to install the drivers in the selection profile "HP ProBook 6360b" in this laptops case. How do i troubleshoot this issue? 


Viewing all articles
Browse latest Browse all 11297

Trending Articles