Making XP see my network card during setup

  • Thread starter Thread starter Peter Parker
  • Start date Start date
P

Peter Parker

Is there away to make Win XP see my network card during setup? I know F6 for
my scsi drives but what about other third party drivers? Mainly my network
card so I can custom network on to our domain. Can I also do other devices
(graphic, sound, etc.)?
 
Peter Parker said:
Is there away to make Win XP see my network card during setup? I know F6 for
my scsi drives but what about other third party drivers? Mainly my network
card so I can custom network on to our domain. Can I also do other devices
(graphic, sound, etc.)?

If you automate your setup using an unattend.txt you can specify the
location where windows will search for oempnp drivers. see
unattend.txt sample below.

Hope that leads you into the right direction.
Alex


;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
Unattendmode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=WINNT
Filesystem=ConvertNTFS
DriverSigningPolicy=Ignore
ExtendOemPartition=0
NtUpgrade=No
OemFilesPath=C:
Win9xUpgrade=No
OemPnPDriversPath=WinNT\Drivers\Audio;WinNT\Drivers\Chipset;WinNT\Drivers\NIC;WinNT\Drivers\Video;Winnt\Drivers\USB2;WinNT\Drivers\AtaAcc;
 
Back
Top