Jump to content

Recommended Posts

Posted

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 Drivers

WINNT.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


Posted

Yes, looks about right.

Note that Microsoft themselves don't use quotation marks in their help file example:

OemPnPDriversPath = MyFolder1; MyFolder2

Posted

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.

Posted

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 atiyes
if not exist %systemdrive%\windows\system32\atiddc.dll goto atino

:ATIYES
ECHO.
ECHO Installing ATI Control Panel...
start /wait %systemdrive%\install\aticp36\Setup.exe -s -f1"%systemdrive%\install\aticp\setup.iss"
goto hotfix

:ATINO
goto hotfix

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...