Jump to content

dhatch

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About dhatch

dhatch's Achievements

0

Reputation

  1. This is what I did to add drivers to my Automated install of Windows 2000 Pro. It works great as long as you have the catalog files,.inf files, and drivers. Here is my example for loading a network card. I create a $oem$ directory in the I386 directory of my install source. Next I had to copy my drivers into the $oem$\$1\drivers\nic You can call your folder what ever you want but I used NIC. I then added the path for the drivers as follows in the unatted.txt file. OemPnPDriversPath=drivers\nic; There is a length of how long this path can be so the shorter it is the better. One of the cool things once your done with the install you will have a c:\drivers\nic on the system. This will work for you because I have been doing this kind of work for the last 2 months at my job. Cheers
×
×
  • Create New...