Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WINNT SIF

Status
Not open for further replies.

chriscj21

Technical User
Mar 27, 2004
246
GB
Guys, really hope someone can help...

I am trying to script an installation of windows XP to require NO USER INTERACTION...

I have nearly nailed it - I have all config settings fine and product key is accepted etc but I can not find a way to bypass the "Welcome to Microsft Windows", "Help Protect your PC", "Ready to Activate Windows" and "Checking your internet Connectivity"....

This is really annoying - I have entried for OEMSkipWelcome but still doesn't work....

Anyone able to lend a hand - below is my WINNT.SIF:
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=DefaultHide
OemSkipEula=Yes
OemPreinstall=YES
TargetPath=\WINDOWS
NoWaitAfterTextMode=1
NoWaitAfterGuimode=1

[GuiUnattended]
AdminPassword="*********"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=85
OemSkipWelcome=1
OenSkipRegional=1

[UserData]
ProductKey=*****-*****-*****-*****
FullName="IT Department"
OrgName="****************"
ComputerName=pc01
OEMPnPDriversPath=\drivers

[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=70

[Components]
pinball=off
solitaire=off
minesweeper=off
freecell=off

[TapiLocation]
CountryCode=44
AreaCode=0207

[RegionalSettings]
LanguageGroup=1
SystemLocale=00000809
UserLocale=00000809
InputLocale=0809:00000809

[Identification]
JoinDomain=********
DomainAdmin=********
DomainAdminPassword=********

[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=No
UseDomainNameDevolution=No
EnableLMHosts=Yes
AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
DHCP=No
IPAddress=10.0.1.1
SubnetMask=255.255.255.0
DNSServerSearchOrder=10.0.1.1
WINS=No
NetBIOSOptions=0

[Branding]
BrandIEUsingUnattended=Yes

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0


MCSA, A+, N+
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top