3fmaster Posted August 4, 2004 Posted August 4, 2004 Hi guys,I'm trying to complete a Windows 2000 unattended installation, but since it's my "first time" i can't get the drivers to be installed correctly. I have stored my drivers in three folders under $oem$\$1\drivers (folders are "Audio","Video" and "Nic") and my OemPnPDriversPath is:OemPnPDriversPath="drivers\nic;drivers\audio;drivers\video"Anyway none of these drivers are installed by Win2000. I guess that Windows does not recursively search under those folders and conseqently does not find any inf file (the inf files are in subfolders). Then my question is: can anyone show me an example of how your $oem$\$1\drivers folder and subfolders are organized in detail?Thanks in advance!
jrzycrim Posted August 4, 2004 Posted August 4, 2004 Your OemPnPDriversPath needs to point to the folders where your INF files reside.If an INF file is in Drivers\Audio\folder1 then your OemPnPDriversPath should look like this:OemPnPDriversPath=Drivers\Audio\Folder1;...That fact that your INFs are in sub folders may mean that you have files that are not needed in parent folders. Executable setup files and such. Unless you have multiple drivers for different hardware in those sub folders. In that case you need to specify each folder separately in your OemPnPDriversPath.
jrzycrim Posted August 4, 2004 Posted August 4, 2004 you might want to check out this page:http://unattended.msfn.org/xp/drivers.htmAnd also the Drivers Forum here at msfn.I'm not sure what differences there might be between 2000 and XP but the Drivers forum would be the place to go...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now