edg21 Posted August 31, 2003 Posted August 31, 2003 Is this directory structure correct & is the winnt.sif syntax correct?I have the winnt.sif pointing to where the .inf files for the drivers are located...$OEM$$1\drivers\$1\drivers\ATI\DISPLAY <- Catalyst Drivers$1\drivers\ATI\WDM <- WDM Capture Drivers$1\drivers\NVIDIA\DISPLAY <- Detonator DriversWINNT.SIF;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[Unattended] UnattendMode=FullUnattended UnattendSwitch="yes" OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS WaitForReboot="No" Repartition=yes DriverSigningPolicy=Ignore OemPnPDriversPath="drivers\video\nvidia\display;drivers\video\ati\display\2kxp_inf;drivers\video\ati\wdm\wdm_xp"[GuiUnattended] AdminPassword="futurama" EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 TimeZone=4 OemSkipWelcome=1 [UserData] ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX FullName="Bender" OrgName="Planet Express" ComputerName=*[TapiLocation] CountryCode=1 Dialing=Tone AreaCode=503[RegionalSettings] LanguageGroup=1[Branding] BrandIEUsingUnattended=Yes[URL] Home_Page=http://www.google.com[Proxy] Proxy_Enable=0 Use_Same_Proxy=1[Identification] JoinWorkgroup=malevolence[Networking] InstallDefaultComponents=Yes[Shell] DefaultThemesOff=Yes DefaultStartPanel=Yes[Components] AutoUpdate=off msnexplr=off[GuiRunOnce] %systemdrive%\windows\system32\apps.cmd
Mike500 Posted August 31, 2003 Posted August 31, 2003 Yes, looks about right.Note that Microsoft themselves don't use quotation marks in their help file example:OemPnPDriversPath = MyFolder1; MyFolder2
webmedic Posted August 31, 2003 Posted August 31, 2003 yes that will let windows use your drivers during the graphical mode for install and after you have installed the os. It will not give you extra needed drivers during textmode if you need raid drivers and such.
edg21 Posted August 31, 2003 Author Posted August 31, 2003 k, thanks guys Also... I'm curious as to wether or not this would work, considering atiddc.dll is one of the ATI catalyst drivers & is not present on a system with an nvidia card, would I be able to add this to my apps.cmd that runs after 1st login?if exist %systemdrive%\windows\system32\atiddc.dll goto atiyesif not exist %systemdrive%\windows\system32\atiddc.dll goto atino:ATIYESECHO.ECHO Installing ATI Control Panel...start /wait %systemdrive%\install\aticp36\Setup.exe -s -f1"%systemdrive%\install\aticp\setup.iss"goto hotfix:ATINOgoto hotfix
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now