Jump to content

Windows XP Unattended - Drivers


Recommended Posts

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

Link to comment
Share on other sites


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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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