Setting Up an Additional Service in Unattended SetupID: Q142666
|
You can automate the setup of any service by installing the service during unattended setup.
To install a service during unattended setup:
[Unattended]
OemPreinstall = yes
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1
FileSystem = LeaveAlone
ExtendOEMPartition = 0
ConfirmHardware = no
NtUpgrade = no
Win31Upgrade = no
TargetPath = NTW40.US
OverwriteOemFilesOnUpgrade = no
KeyboardLayout =
[UserData]
FullName = "Admin"
OrgName = "Test Company"
ComputerName = C_ADMIN
[GuiUnattended]
OemSkipWelcome = 1
OEMBlankAdminPassword = 1
TimeZone = "(GMT+01:00) Paris, Madrid"
[Display]
ConfigureAtLogon = 0
BitsPerPel = 8
XResolution = 800
YResolution = 600
VRefresh = 60
AutoConfirm = 1
[Network]
DetectAdapters = ""
InstallProtocols = ProtocolsSection
InstallServices = ServicesSection
JoinDomain = domlogon
CreateComputerAccount = domlogon\admin, password
[ProtocolsSection]
TC = TCParamSection
[TCParamSection]
DHCP = yes
[ServicesSection]
NETMON = InstallNetMon <----- new section for a service to add
STCPIP = InstallSimpleTCP <----- new section for a service to add
TCPPRINT = InstallTCPPrint <----- new section for a service to add
[InstallNetMon]
[InstallSimpleTCP]
[InstallTCPPrint]
NETMON = InstallNetMonNETMON, STCPIP and TCPPRINT come from the [Options] sections of Oemnsvbh.inf, Oemnsvsp.inf and Oemnsvtp.inf files that are parsed to set up those services.
STCPIP = InstallSimpleTCP
TCPPRINT = InstallTCPPrint
Additional query words: prodnt
Keywords : kbnetwork kbsetup ntsetup NTSrvWkst
Version : 4.0
Platform : winnt
Issue type :
Last Reviewed: February 6, 1999