Hi there. We have Compaq Evo D500's here and i place the drivers in the directory os\win2ksp4\i386\$oem$\$1\drv\d500\(nic|audio|display) etc...
The problem is that i also have a driver for the nic in $oem$\$$. Does the program copy files from this directory??? When its installing the nic drivers from the GUI part of the install it pops up asking for the IA32 directory which is in the $$ part. now its looking in 'c:\drv\d500\net\windows\drivers\ia32' and its actually located in 'c:\winnt\ia32'
I can for the life of me work out why this is happening. Anyone got a solution?
This is what I have in unattend.txt - watch for "OemPnPDriversPath":
[Unattended]
UnattendMode = DefaultHide
FileSystem = ConvertNTFS
ExtendOemPartition = 1
OemSkipEula = Yes
OemPreinstall = Yes
;
UnattendSwitch = Yes; this is one line
OemPnPDriversPath = "Drivers\video\I845;Drivers\net\admt983;Drivers\sound\ac97"
And these are my paths:
# pwd /home/unattended/os/win2kpro/i386/$oem$/$1/Drivers # ls * net: . .. admt983
sound: . .. ac97
video: . .. I845
So drivers will be copied to C:\DRIVERS\and installed from there.
In my install.bat script I also added:
:: Delete C:\DRIVERS rd C:\DRIVERS\ /s /q
to remove this directory when Unattended starts installing software, as I no longer need this folder.
I also had to download a tiny program for changing resolution called QRes.exe and start it:
:: Set resolution \\server\unattended\packages\QRes.exe /x:1024 /y:768 /c:32 /r:75
because without starting it, resolution was [EMAIL PROTECTED], although the graphics driver was installed - which was very confusing for me to the extent that I thought that actually drivers are not being installed.
Hope that helps!
Tomek
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
