Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Windows XP Unattended - Drivers

Featured Replies

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

Yes, looks about right.

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

OemPnPDriversPath = MyFolder1; MyFolder2

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.

  • Author

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.