Jump to content

W2K Unattended Stopping at GUI Setup


Recommended Posts

My network unattend copies and installs the files to disk; starts into the GUI portion of the setup and stops at the EULA agreement. Any ideas?

I've been working on this for two days now. My .sif:

;SetupMgrTag

[Data]

MsDosInitiated="1"

UnattendedInstall="Yes"

[unattended]

Repartition=No

FileSystem=*

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINNT

UnattendSwitch="Yes"

WaitForReboot="No"

[GuiUnattended]

AdminPassword="******"

OEMSkipRegional=1

TimeZone=35

OemSkipWelcome=1

[userData]

ProductID=*****

FullName="SMP"

OrgName="SMP"

ComputerName=*

[Display]

Xresolution=800

YResolution=600

[TapiLocation]

CountryCode=1

AreaCode=804

[identification]

JoinDomain=vir

DomainAdmin=*******

DomainAdminPassword=*******

[Networking]

InstallDefaultComponents=Yes

Link to comment
Share on other sites


MsDosInitiated

Informs the Windows Setup Loader that an unattended Setup is running directly from the Windows product CD.

Syntax   : MsDosInitiated = 0
Value    : 0
Example  : MsDosInitiated = 0
Comments : The value must always be set to 0. If an unattended Setup is running directly from the product CD and you do not set the value to 0, then Setup fails at the beginning of GUI-mode Setup.

I guess you don't set the value at all if you're running the setup from the network (since there's only one value, 0).

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