General discussion
February 19, 2002 at 05:35 AM
miriellob

Unattended installation problem

by miriellob . Updated 24 years, 6 months ago

I am attempting to install from a cd with the winnt.sif file in the floppy drive. For some reason I hang at the Product Id. Here is my script. (Can anyone see a problem) :

;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated=”no”
UnattendedInstall=”Yes”

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINNT

[GuiUnattended]
AdminPassword=uR&4G~-yVev0s
OEMSkipRegional=1
TimeZone=20
OemSkipWelcome=1

[UserData]
FullName=GS6A
OrgName=UMC-FAPRI
ProductID=*****-*****-*****-*****-*****
ComputerName=GS6A

[Identification]
JoinDomain=UMC-FAPRI
DomainAdmin=Administrator
DomainAdminPassword=uR&4G~-yVev0s

[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=128.206.114.139
SubnetMask=255.255.255.128,255.255.255.128
DefaultGateway=128.206.114.254
DNSServerSearchOrder=128.206.2.252,150.199.1.11
WINS=No
NetBIOSOptions=0

[Branding]
BrandIEUsingUnattended=Yes

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

This discussion is locked

All Comments