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.

Unattended XP build

Featured Replies

does anybody else have to press the next button one time to get past the first GUI screen in an unattended windows XP build?

It is the last command I have to totally automate my install process...

Roger


what first gui screen?

i would suggest though that it is a problem in your unattend file (winnt.sif if you have bootable cd installation)

have a look at some samples from MSFN Unattended XP or have a quick look at mine... your problem will be under [userData], [unattended] or [GuiUnattended]

If you are unsure of what any of the options mean, get the Setup Manager and take a look in the 'unattend.txt' section of "ref.chm" help file!

;SetupMgrTag[Data]    AutoPartition=0    MsDosInitiated="0"    UnattendedInstall="Yes"
[unattended]    UnattendMode=FullUnattended    OemSkipEula=Yes    OemPreinstall=Yes    TargetPath=\WINDOWS    Repartition=No    UnattendSwitch="yes"    WaitForReboot="No"    OemPnPDriversPath="Drivers\001\Chipset;Drivers\002\Video"    DriverSigningPolicy=Ignore
[GuiUnattended]    AdminPassword=MUST-HAVE-AN-ADMIN-PASSWORD    EncryptedAdminPassword=NO    OEMSkipRegional=1    TimeZone=245    OemSkipWelcome=1
[userData]    ProductKey="ENTER-YOUR-VALID-CDKEY-HERE"    FullName="Have to type something here"    OrgName="Have to type something here"    ComputerName=CantLeaveThisBlank
[Display]    BitsPerPel=32    Xresolution=1024    YResolution=768
[TapiLocation]    CountryCode=61    Dialing=Tone    AreaCode=08
[RegionalSettings]    LanguageGroup=1    Language=00000c09
[identification]    JoinWorkgroup=WORKGROUP
[Networking]    InstallDefaultComponents=No
[NetAdapters]    Adapter1=params.Adapter1
[params.Adapter1]    INFID=*
[NetClients]    MS_MSClient=params.MS_MSClient
[NetServices]    MS_SERVER=params.MS_SERVER
[NetProtocols]    MS_TCPIP=params.MS_TCPIP
[params.MS_TCPIP]    DNS=Yes    UseDomainNameDevolution=No    EnableLMHosts=Yes    AdapterSections=params.MS_TCPIP.Adapter1
[params.MS_TCPIP.Adapter1]    SpecificTo=Adapter1    DHCP=Yes    WINS=No    NetBIOSOptions=0
[Components]    msmsgs=off    msnexplr=off    hearts=off    minesweeper=off    zonegames=off    AccessOpt=off    autoupdate=off    certsrv=off    chat=off    deskpaper=off    dialer=off    fax=off    fp_extensions=off    hypertrm=off    IEAccess=off    OEAccess=off    WMAccess=off    WMPOCM=off    media_clips=off    media_utopia=off    mousepoint=off    netoc=off    objectpkg=off    rec=off    reminst=off    rstorage=off    rootautoupdate=off    templates=off    TerminalServer=off    WSWebClient=off
[shell]    CustomDefaultThemeFile = "%WinDir%\Resources\Themes\Corona.theme"
  • Author

I dont believe I have a problem with the build, here is what I have, the next is the only prompt I get for the entire bild...

[Data]

MsDosInitiated=0

UnattendedInstall=Yes

[shell]

DefaultStartPanelOff=Yes

DefaultThemesOff=Yes

[unattended]

UnattendMode=FullUnattended

DriverSigningPolicy=Ignore

Repartition=No

UseWholeDisk=No

OEMSkipEula=Yes

OemPreinstall=Yes

WaitForReboot=No

Hibernation=No

TargetPath=\WINDOWS

CrashDumpSetting=3

FactoryMode=Yes

DUDisable=No

DUShare="d:\XP_Installed_Programs\DUShare"

UnattendSwitch=Yes

InstallFilesPath=C:\i386

OemPnPDriversPath="\Drivers\Video;\Drivers\Audio;\Drivers\Wireless;\Drivers\Modem;\drivers\monitor;\Drivers\nic;\Drivers\smartcard;\Drivers\chipset"

;"\Drivers\Dell\X200\Modem;\Drivers\Dell\X200\Video;\Drivers\Dell\X200\Audio;\Drivers\Dell\X300\Wireless\IR;\Drivers\Dell\X300\Wireless\dellsys;\Dell\X300\Wireless\AR;\Drivers\Dell\X300\Video\Graphics\Win2000;\Drivers\Dell\X300\chipset\Win2k;\Drivers\Dell\X300\audio\ich4\wdm;\Drivers\Dell\GX270\Video\Win2000;\Drivers\Dell\GX270\Audio\SMAXWDM\W2K_XP;\Drivers\Dell\GX270\chipset\xp;\Drivers\Dell\GX270\IDE;\Drivers\HP\6100\DRIVERS\MODEM\PCIMODEM;\Drivers\HP\6100\DRIVERS\HPCI;\Drivers\HP\6100\DRIVERS\AUDIO;\Drivers\HP\6100\DRIVERS\VIDEO\ATIDRIVE;\Drivers\Dell\Monitor;\Drivers\Dell\D600\Wireless;\Drivers\Dell\D600\Modem;\Drivers\Dell\D600\smartcard;\Drivers\Dell\D600\Audio;\Drivers\Dell\D600\Video;\Drivers\net\B57;\drivers\net\E1000;\Drivers\Dell\Gx260\audio\SMAXWDM\W2K_XP;\Drivers\Dell\Gx260\video\Graphics\Win2000;"

[GuiRunOnce]

"REGEDIT /S d:\XP_Installed_Programs\XPUserSettingsHKLM.reg"

"net stop wuauserv"

"rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 d:\XP_Installed_Programs\SUS.inf"

"net start wuauserv"

"rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 d:\XP_Installed_Programs\CleanMgr.inf"

"msiexec.exe /i D:\XP_Installed_Programs\dotnetfx\netfx.msi ARPSYSTEMCOMPONENT=1 /qb-"

; "D:\XP_Installed_Programs\xptaskbar.vbs" ;not working

[setupParams]

; this command is used to run an additional post-Setup command, not sure if we need it...or exactly when it runs

; UserExecute="C:\test.cmd"

; added a command to copy the ntuser.dat file to the correct location to test. should happen after the OS but before the initial boot...

[TerminalServices]

AllowConnections = 1

LicensingMode = PerSession

PermissionsSetting = 1

[GuiUnattended]

AdminPassword=*

AutoLogon=Yes

AutoLogonCount=6

EncryptedAdminPassword=NO

TimeZone=020

OEMSkipRegional=1

; ProfilesDir="d:\data" ;changes all the folders to this location not documents

[userData]

ProductKey=not defined here

FullName="User"

OrgName="Company"

ComputerName=*

[Components]

Freecell=Off

Hearts=off

Pinball=off

Solitaire=off

Minesweeper=off

Msnexplr=off

Spider=off

Zonegames=off

indexsrv_system=On

rootautoupdate=off

OEAccess=off

WMAccess=off

netoc=Off

[Display]

Xresolution=800

YResolution=600

[TapiLocation]

CountryCode=1

Dialing=Tone

AreaCode=972

LongDistanceAccess="9"

[RegionalSettings]

LanguageGroup=1

Language=00000409

;[systemRestore] this has been turned off for some reason...need to troubleshoot it

; CheckpointCalendarFrequency = 2

; CheckpointSessionFrequency = 10

; MaximumDataStorePercentOfDisk = 12

; RestorePointLife = 10

[branding]

BrandIEUsingUnattended=Yes

[FavoritesEx]

Title1 = ntfs.url

URL1 = http://ntfs.org

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=1

HTTP_Proxy_Server=172.22.23.20

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

[NetAdapters]

Adapter1=params.Adapter1

[params.Adapter1]

INFID=*

[NetServices]

MS_SERVER=params.MS_SERVER

[NetProtocols]

MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]

DNS=Yes

UseDomainNameDevolution=No

EnableLMHosts=No

AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]

SpecificTo=Adapter1

DHCP=Yes

WINS=No

NetBIOSOptions=0

DNSDomain=company.com

[NetOptionalComponents]

Beacon=0

[Homenet]

EnableICS=Yes

Roger

exactly what screen do you have to press next on?

is your cd bootable or do you use floppy disks?

are you using modified files?

have you tried UnattendMode=DefaultHide ? this shouldn't fix it though!

by the way, DetachedProgram executes at the start of GUI mode setup... you can use it along with Arguments to run an SFX extractor for example (instead of using the $OEM$ folder)

this code is probably incorrect (guessed) check rar SFX extraction switch!

[GuiUnattended]DetachedProgram=OEMSFx.exeArguments="-x %systemdrive%"

would run "OEMSFx.exe -x %systemdrive%"

  • Author

That was exactly the problem. Thanks for your help

Too many paramters to watch!

Roger

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.