Name your driver groups the same name that WMI returns under
the MODEL header – for example “DC7800 Small Form Factor” Then in your Deploy task sequence use the “Set task sequence
variable” task and populate it with the following Task Sequence Variable = DriverGroup001 Value = %MODEL% This should be the 2nd item in the deployment
sequence and follow on from a Gather. Delete any references to Driver Groups from customsettings Even if you don’t have any issues with drivers coming in at
the moment then it would be best to use this naming convention to save some
hassle for later. To update the group names that are in place at the moment
edit control\DriverGroups.xml All of the important bits are done with GUIDs so just update
the tag for your existing groups and you’ll be good to go. A quick way to find out the exact model name to use in the
driver group name is the command line “wmic computersystem get model” And for any drivers that object to being installed through PNP you can just add the setup.exe (or whatever) as an app install based on the %model% variable post sysprep.
|