OEMPnPDriversPath = Wildcards Allowed?

  • Thread starter Thread starter Praying Mantis
  • Start date Start date
P

Praying Mantis

I have created a Windows 2000 distribution point and have
been gathering various drivers to create a master
repository for master image creation. Rather than having
to specify every single directory under the 'pnpdrivers'
folder, is it possible to specify a wildcard instead?
Something similar to:

OEMPnPDriversPath="DRIVERS\AllPntrs\*;"

OR

OEMPnPDriversPath="DRIVERS\AllPntrs\*.*;"

Any info is greatly appreciated. If it turns out this is
not possible because of the design of the setup system, MS
should really put an option for that path to be
recursively searched from a specified root 'drivers'
folder. (two cents ;) )

Thanks!

- PM
 
You could try <http://unattended.sourceforge.net/>, which will scan
for drivers under $OEM$\$1 and add all of the directories to
OemPnPDriversPath automatically. Similarly for $OEM$\TEXTMODE and
MassStorageDrivers, should you ever require it.

The joys of Perl.

- Pat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top