Posts Tagged DriverGroups

MDT 2010: Driver injections

mdt-2010-driver-injections

For driver injections I use Xtreme Deployment‘s Hybrid Make-Model + PnPID Match Solution
Taken from here

When doing deployments without a database I have a specific .ini for each hardware type
In the Gather local only step I specify CS-Desktop-Laptop.ini for Windows XP and Windows 7 deployments + CS-Server.ini for Windows 2003 and Windows 2008 deployments

Within CS-Desktop-Laptop.ini I have these values:
[TaskSequence-XP-X86-001]
LanguageGroup=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17
SystemLocale=00000409
UserLocale=00000409
InputLocale=0409:00000409
SkipTimeZone=Yes
TimeZone=105
TimeZoneName=W. Europe Standard Time
DriverGroups001=Common\XP\%ARCHITECTURE%
DriverGroups002=%Make%\Common\XP\%ARCHITECTURE%
DriverGroups003=%Make%\%Model%\XP\%ARCHITECTURE%
DriverSelectionProfile=Nothing

Within CS-Server.ini I have these values:
[TaskSequence-WS03-X86-001]
LanguageGroup=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17
SystemLocale=00000409
UserLocale=00000409
InputLocale=0409:00000409
SkipTimeZone=Yes
TimeZone=105
TimeZoneName=W. Europe Standard Time
DriverGroups001=Common\WS03\%ARCHITECTURE%
DriverGroups002=%Make%\Common\WS03\%ARCHITECTURE%
DriverGroups003=%Make%\%Model%\WS03\%ARCHITECTURE%
DriverSelectionProfile=Nothing

,

No Comments