The nic (Realtek 8169) is not supported by windows so i did this:
I placed these files :
CODE
netrtl.cat;
Netrtlx.inf;
Rtnic.sys;
Rtnic64.sys;
Rtnicxp.sys
Netrtlx.inf;
Rtnic.sys;
Rtnic64.sys;
Rtnicxp.sys
in the I386 directory and i also maded a "$oem$\$1\Drivers\Nic" folder. I edited Ristndrd.sif with these extra lines
CODE
OemPnPDriversPath="Drivers\Nic"
DriverSigningPolicy=Ignore
DriverSigningPolicy=Ignore
Now my [Unattended] looks like this ;
CODE
[Unattended]
OemPnPDriversPath="Drivers\Nic"
DriverSigningPolicy=Ignore
OemPreinstall = no
FileSystem = LeaveAlone
ExtendOEMPartition = 0
TargetPath = \WINDOWS
OemSkipEula = yes
InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
LegacyNIC = 1
OemPnPDriversPath="Drivers\Nic"
DriverSigningPolicy=Ignore
OemPreinstall = no
FileSystem = LeaveAlone
ExtendOEMPartition = 0
TargetPath = \WINDOWS
OemSkipEula = yes
InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"
LegacyNIC = 1
But now i get an error "File rtenic.sys cause an unexpected error (21) at line 3788 in d:\xpsprtm\base\setup\setup.c".
Can somebody help?
This is my first post.
Thx alot.
