Go past welcome in WINNT.sif

D

Digev

I want to configure my WINNT.sif file to automatically go
through the 4 "Welcome to Windows XP" screens. I thought
my file was configured to do it, but it dosen't seem to
work. After installation XP prompts about configuring my
display settings. Is there any way to make it auto go
through that too? Below is my WINNT.sif

;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
OemPreinstall=NO
TargetPath=\WINDOWS
OemSkipWelcome=1

[GuiUnattended]
AdminPassword="Digev"
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional=1
TimeZone=4
OemSkipWelcome=1

[UserData]
ProductKey=1234-1234-1234-1234-1234
FullName="Digev"
OrgName="Digev"
ComputerName=DIGEV


[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=310


[Identification]
JoinDomain=Test
DomainAdmin=Digev
DomainAdminPassword=Digev

[Networking]
InstallDefaultComponents=Yes

[Componants]
msmsgs=off
msnexplr=off
OEAccess=off
media_clips=off
Accessopt=off
AutoUpdate=off
templates=off
fax=off
Clipbook=off
hypertrm=off
rec=off
pinball=off
freecell=off
minesweeper=off
solitaire=off
spider=off
hearts=off
zonegames=off
 
G

Guest

Maybe you want to go over creating your winnt.sif file with setupmgr again.
If the below is an *exact* copy of what you are using, then you are throwing
the install routines, because stuff is missing, other stuff is duplicated in
different sections and again other stuff is filled in wrong, like the
prodictID (should be 12345-12345-12345-etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top