Ok here is my directory structure;
$oem$\$1\drivers\ then I have each driver category, ie audio, video
And this is what my sif file looks like;
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="1"
UnattendedInstall="Yes"
floppyless="1"
OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%"
OriTyp="4"
LocalSourceOnCD=1
[SetupData]
OsLoadOptions="/noguiboot /fastdetect"
SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=yes
OemPnPDriversPath="drivers\networkcard;drivers\amdchipsets;drivers\intelchipsets;drivers\soundcard;drivers\videocard"
TargetPath=\WINNT
FileSystem=LeaveAlone
NtUpgrade=No
OverwriteOemFilesOnUpgrade=No
DriverSigningPolicy=Ignore
[GuiUnattended]
AdminPassword=XX
OEMSkipRegional=1
TimeZone=%TIMEZONE%
OemSkipWelcome=1
[UserData]
FullName="%USERFULLNAME%"
OrgName="%ORGNAME%"
ComputerName=%MACHINENAME%
ProductID=xxxxxxxxxxxxxxxxxxxxx
[Display]
BitsPerPel=16
Xresolution=1024
YResolution=768
Vrefresh=85
[TapiLocation]
CountryCode=1
[SetupMgr]
DistFolder=D:\win2000dist
DistShare=win2000dist
[Identification]
JoinDomain=%MACHINEDOMAIN%
DoOldStyleDomainJoin=Yes
[Networking]
InstallDefaultComponents=Yes
ProcessPageSections=Yes
[RemoteInstall]
Repartition=yes
[OSChooser]
Description="Windows Professional - Standard Installation"
Help="This will install Windows Professional in a standard configuration. With OEM drivers."
LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
ImageType=Flat
Does anyone see anything wrong?