Link to home
Start Free TrialLog in
Avatar of PLSM
PLSMFlag for United Kingdom of Great Britain and Northern Ireland

asked on

NON-OEM drivers install during SYSPREP

Hi,

During SYSPREP I would like to use SYSPREP.INF to automatically install drivers for all the different model of PC's we've got. I have tried:

    UpdateInstalledDrivers=yes
    OemPnPDriversPath=Library\GX110\Audio;Library\GX110\NIC (etc.)
    DriverSigningPolicy=ignore
    UpdateUPHAL=ACPIPIC_UP,C:\Windows\inf\Hal.inf

The problem is this:

The string in "OemPnPDriversPath=" pointing to the location of the drivers is too long. I would be fine if I was installing this to 1 or 2 models of machines only, but that's not the case.

My question is this:

Does anyone know of any way I can do the above but use wildcards (I.e something like "OemPnPDriversPath=Library\*")? If not possible with Sysprep, then does anyone know of another way this can be done (without me having to buy a fully fletched infrastructure management tool)?

Cheers.

Brgds,
peter
Avatar of Iamthecreator
Iamthecreator
Flag of France image

unfortunatley u will  not be able to use wildcards for path definitation
ASKER CERTIFIED SOLUTION
Avatar of CorporatePenguin
CorporatePenguin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PLSM

ASKER

CorporatePenguin,

Thanks. That sounds like a couple of good ideas. I'll try them out.

Peter