M
MPG
I'm sure there are many of you out there that believe in having a
single sysprepped image to use on many disparate types of hardware. I
am, too, pursuing this goal, and have a question about how you all
handle drivers.
So far, I have been dividing my drivers up by driver type (i.e. audio,
video, etc.), and using this line in the sysprep.inf:
OemPnPDriversPath=drivers\audio;drivers\chipset;drivers\net;drivers
\video
However, I am now running into the issue of duplicate file names, so I
am starting to subdivide my drivers by model or series (e.g. drivers
\video\Nvidia_GeForce). Unfortunately, this involves creating folders
for each model AND updating Sysprep.inf to match.
Does anyone have any creative solutions for working around this or is
this the easiest way to do it?
Thanks!
single sysprepped image to use on many disparate types of hardware. I
am, too, pursuing this goal, and have a question about how you all
handle drivers.
So far, I have been dividing my drivers up by driver type (i.e. audio,
video, etc.), and using this line in the sysprep.inf:
OemPnPDriversPath=drivers\audio;drivers\chipset;drivers\net;drivers
\video
However, I am now running into the issue of duplicate file names, so I
am starting to subdivide my drivers by model or series (e.g. drivers
\video\Nvidia_GeForce). Unfortunately, this involves creating folders
for each model AND updating Sysprep.inf to match.
Does anyone have any creative solutions for working around this or is
this the easiest way to do it?
Thanks!