Hello all.
Wondering if you could help. I am implementing CleanMakeandModel as per the advice on post #7 on [and I cant seem to get it to work, can you advise?
So in my task sequence I have a step called 'CUSTOM MAKE AND MODEL", it is a 'Run Command Line' step and the properties are set to "cscript.exe "%SCRIPTROOT%\CustomMakeandModel.wsf", which runs in my TS just fine.
Immediately after this step I have a set called 'SET DRIVER PATH', it is a 'Set Task Sequence Variable' step and the properties are set to:
Task Sequence Variable: DriverGroup001
Value: Windows 7 x64\%CleanModel%
In my CUSTOMSETTINGS.INI I have set the following: Properties=CleanMake,CleanModel
My "Inject Drivers" step is set to "Nothing" as per the advice here
And finally my Out-of-Box Drivers folder is organised as such:
>Windows 7 x64
>>TOSHIBA NB200
>>ESPRIMO P
>>HP Pro 3300 Series MT
>Windows 7 x86
>>TOSHIBA NB200
>>ESPRIMO P
I have no need for %CleanMake% so have simply ommited it, yet every device I deployed today failed to install any drivers??
Can you suggest anything?