jbeckley <[EMAIL PROTECTED]> writes: > I have a Dell Optiplex GX260 with that uses the e1000 network > driver. This network card driver isn't not included by default in > Windows XP, so I have followed the steps to add it using the > unattend.txt file, but it still is not installing correctly. I put > the drivers in: > > "i386/$OEM$/$1/drivers/e1000/WinXP/"
What did you put there, exactly? File names, I mean. (I am particularly looking for .inf files.) > The [Unattended] section has these fields in it, and I thought this > was correct. Do I need to add "DriverSigningPolicy = Ignore" to > this section, or should it work without it? "DriverSigningPolicy = Ignore" will not hurt, but you should not need it because Intel generally signs their drivers. Also, the failure would result in a dialog box, not silently skipping the drivers (I think). > Target = \WINDOWS You probably mean "TargetPath", but in any event you can omit it because "C:\WINDOWS" is the default for XP. > OemPnPDriversPath = drivers\e1000\WinXp This should be correct. What happens if you omit the OemPnPDriversPath setting? What should happen is that install.pl will scan $OEM$/$1 looking for drivers and offer to add them to OemPnPDriversPath for you. If that is not happening, it means you are not copying the correct files for the driver. - Pat ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
