|
Article ID: 155197 On This PageSummary
Unattended Setup is the method by which original equipment manufacturers
(OEMs), corporations, and other users install Windows NT in unattended
mode. To start Windows NT Setup in unattended mode, you must specify the
following command:
winnt[32] /u:<answer file> /s:<install source>
where <answer file> is a file containing information to automate the
installation process and <install source> is the location of the Windows
NT installation files. In this article, <answer file> is referred to as
the Unattend.txt file.
More informationUnattend.txt File FormatIn general, an answer file consists of section headers, parameters, and values for those parameters. Most of the section headers are predefined (although some may be user-defined). It is not necessary to specify all the possible parameters and keys in the Unattend.txt file if the installation does not require them. The file format is as follows:[section1] ; ; Section contains keys and the corresponding ; values for those keys/parameters. ; keys and values are separated by "=" signs ; Values usually require double quotes "" around them ; key = value . . [section2] key = value . . Description of Unattend.txt File Parameters[Unattended] OemPreinstall Value: Yes | No NoWaitAfterTextMode Value: 0 | 1 NoWaitAfterGuiMode Value: 0 | 1 FileSystem Value: ConvertNTFS | LeaveAlone ExtendOemPartition Value: 0 | 1 For example if you have a 10 GB hard disk, most MS-DOS based partitioning tools only allow you to create a 2GB partition. When you have this value set to "1", setup extends the drive out to the maximum of 7.8GB. This is based on how the drive is translated by the system / controller BIOS, and may be less than the maximum of 7.8GB. If the drive is being translated using CHS values of 1024 cylinders, 255 heads, 63 sectors per track, then you can extend to volume to the 7.8GB limit, however, if the Sectors per track is only 32, the maximum partition size will be reduced in half or approximately 4GB. The same holds true if the number if heads is reduced. Make sure you have drive translation "enabled" in the system/controller bios to make sure you can grow the partition to the maximum permitted size of 7.8GB. ConfirmHardware Value: Yes | No NtUpgrade Values: Yes | No | Manual | Single Win31Upgrade Values: Yes | No OverwriteOemFilesOnUpgrade Values: Yes | No TargetPath Values: * | <path name> | Manual TargetPath = \winnt40 NOTE: Do not use drive letters such as c:\winnt or d:\winntws. To specify a drive other than the boot partition, you must use the commandline switch /t: with your setup command. For example, winnt32.exe /t:d: to install Windows NT to the D drive. ComputerType Values: <hal description> [, Retail | OEM] Descriptions are from the COMPUTER Section of TXTSETUP.SIF ---------------------------------------------------------- ComputerType = "AST Manhattan SMP","RETAIL" ComputerType = "Compaq SystemPro Multiprocessor or 100% Compatible","RETAIL" ComputerType = "Corollary C-bus Architecture","RETAIL" ComputerType = "Corollary C-bus Micro Channel Architecture","RETAIL" ComputerType = "IBM PS/2 or other Micro Channel-based PC","RETAIL" ComputerType = "MPS Uniprocessor PC","RETAIL" ComputerType = "MPS Multiprocessor PC","RETAIL" ComputerType = "MPS Multiprocessor Micro Channel PC","RETAIL" ComputerType = "NCR System 3000 Model 3360/3450/3550","RETAIL" ComputerType = "Olivetti LSX5030/40","RETAIL" ComputerType = "Standard PC","RETAIL" ComputerType = "Standard PC with C-Step i486","RETAIL" ComputerType = "Wyse Series 7000i Model 740MP/760MP","RETAIL" If you have your own special HAL, your line should read as follows: ComputerType = "This is my special HAL","OEM" Remember that when you use an OEM supplied HAL, the driver name must also exist in the [OemBootFiles] section. KeyboardLayout Value: <layout description> Example: KeyBoardLayout = "US-International" NOTE: If you are using a localized version of Windows NT, refer to the Txtsetup.sif file located on the second installation floppy disk for the appropriate string to add in the Unattend.txt file. -------------------------------------------------------------------- [MassStorageDrivers] <mass storage driver description> Value: RETAIL | OEM Descriptions are from the SCSI Section of TXTSETUP.SIF ====================================================== "Adaptec AHA-151X/AHA-152X or AIC-6260/AIC-6360 SCSI Host Adapter" = "RETAIL" "Adaptec AHA-154X/AHA-164X SCSI Host Adapter" = "RETAIL" "Adaptec AHA-174X EISA SCSI Host Adapter" = "RETAIL" "Adaptec AHA-274X/AHA-284X/AIC-777X SCSI Host Adapter" = "RETAIL" "Adaptec AHA-294X/AHA-394X or AIC-78XX PCI SCSI Controller" = "RETAIL" "Adaptec AHA-2920 or Future Domain 16XX/PCI/SCSI2Go SCSI Host Adapter" = "RETAIL" "AMD PCI SCSI Controller/Ethernet Adapter" = "RETAIL" "AMIscsi SCSI Host Adapter" = "RETAIL" "BusLogic SCSI Host Adapter" = "RETAIL" -------------------------------------------------------------------- [DisplayDrivers] <display driver description> Value: RETAIL | OEM -------------------------------------------------------------------- [KeyboardDrivers] <keyboard driver description> Value: RETAIL | OEM [KeyBoardDrivers] "XT, AT, or Enhanced Keyboard (83-104 keys)" = "RETAIL" -------------------------------------------------------------------- [PointingDeviceDrivers] <pointing device driver description> Value: RETAIL | OEM Descriptions are from the MOUSE Section of TXTSETUP.SIF ====================================================== "Microsoft Mouse Port Mouse (includes BallPoint)" = "RETAIL" "Logitech Mouse Port Mouse" = "RETAIL" "Microsoft InPort Bus Mouse" = "RETAIL" "Microsoft Serial Mouse" = "RETAIL" "Microsoft BallPoint Serial Mouse" = "RETAIL" "Logitech Serial Mouse" = "RETAIL" "Microsoft (Green Buttons) or Logitech Bus Mouse" = "RETAIL" "No Mouse or Other Pointing Device" = "RETAIL" "Microsoft Mouse Port Mouse (includes BallPoint)" = "RETAIL" -------------------------------------------------------------------- [OEMBootFiles] Txtsetup.oem <hal file name> <scsi driver file name> -------------------------------------------------------------------- [OEM_Ads] Banner Values: <text string> Banner = "My own Windows NT setup" Logo Values: <file name> [,<resource id>] Logo = Myown.bmp Background Values: <file name> [,<resource id>] Background = Mybackground.bmp -------------------------------------------------------------------- [GuiUnattended] OemSkipWelcome Value: 0 | 1 OEMBlankAdminPassword Value: 0 | 1 TimeZone Value: <text string> ; (GMT) Greenwich Mean Time; Dublin, Edinburgh, London ; (GMT+01:00) Lisbon, Warsaw ; (GMT+01:00) Paris, Madrid ; (GMT+01:00) Berlin, Stockholm, Rome, Bern, Brussels, Vienna ; (GMT+02:00) Eastern Europe ; (GMT+01:00) Prague ; (GMT+02:00) Athens, Helsinki, Istanbul ; (GMT-03:00) Rio de Janeiro ; (GMT-04:00) Atlantic Time (Canada) ; (GMT-05:00) Eastern Time (US & Canada) ; (GMT-06:00) Central Time (US & Canada) ; (GMT-07:00) Mountain Time (US & Canada) ; (GMT-08:00) Pacific Time (US & Canada); Tijuana ; (GMT-09:00) Alaska ; (GMT-10:00) Hawaii ; (GMT-11:00) Midway Island, Samoa ; (GMT+12:00) Wellington ; (GMT+10:00) Brisbane, Melbourne, Sydney ; (GMT+09:30) Adelaide ; (GMT+09:00) Tokyo, Osaka, Sapporo, Seoul, Yakutsk ; (GMT+08:00) Hong Kong, Perth, Singapore, Taipei ; (GMT+07:00) Bangkok, Jakarta, Hanoi ; (GMT+05:30) Bombay, Calcutta, Madras, New Delhi, Colombo ; (GMT+04:00) Abu Dhabi, Muscat, Tbilisi, Kazan, Volgograd ; (GMT+03:30) Tehran ; (GMT+03:00) Baghdad, Kuwait, Nairobi, Riyadh ; (GMT+02:00) Israel ; (GMT-03:30) Newfoundland ; (GMT-01:00) Azores, Cape Verde Is. ; (GMT-02:00) Mid-Atlantic ; (GMT) Monrovia, Casablanca ; (GMT-03:00) Buenos Aires, Georgetown ; (GMT-04:00) Caracas, La Paz ; (GMT-05:00) Indiana (East) ; (GMT-05:00) Bogota, Lima ; (GMT-06:00) Saskatchewan ; (GMT-06:00) Mexico City, Tegucigalpa ; (GMT-07:00) Arizona ; (GMT-12:00) Enewetak, Kwajalein ; (GMT+12:00) Fiji Islands, Kamchatka, Marshall Is. ; (GMT+11:00) Magadan, Soloman Is., New Caledonia ; (GMT+10:00) Hobart ; (GMT+10:00) Guam, Port Moresby, Vladivostok ; (GMT+09:30) Darwin ; (GMT+08:00) Beijing, Chongqing, Urumqi ; (GMT+06:00) Alma Ata, Dhaka ; (GMT+05:00) Islamabad, Karachi, Sverdlovsk, Tashkent ; (GMT+04:30) Kabul ; (GMT+02:00) Cairo ; (GMT+02:00) Harare, Pretoria ; (GMT+03:00) Moscow, St. Petersburg AdvServerType Value: SERVERNT | LANMANNT | LANSECNT DetachedProgram Value: <detached program string> Arguments Value: <arguments string> -------------------------------------------------------------------- [UserData] FullName Value: <string> OrgName Value: <string> ComputerName Value: <string> ProductID Value: <string> -------------------------------------------------------------------- [LicenseFilePrintData] AutoMode Values: PERSEAT | PERSERVER AutoUsers Value: <decimal number> [LicenseFilePrintData] AutoMode = PerServer or PerSeat AutoUser = xxxx or PerServer (where XXXX is the number of licenses purchased) -------------------------------------------------------------------- [Display] ConfigureAtLogon Value: 0 | 1 BitsPerPel Value: <valid bits per pixel> Xresolution Value: <valid x resolution> Yresolution Value: <valid y resolution> Vrefresh Value: <valid refresh rate> Flags Value: <valid flags> AutoConfirm Value: 0 | 1 [Display] BitsPerPel = 8 XResolution = 1024 YResolution = 768 VRefresh = 70 Flags = 0 AutoConfirm = 1 If the Video card installed cannot use the defined settings or are invalid, defaults may be used for install. You can install third party video drivers if your video card is not detected by Windows NT and is an OEM Video card. For additional information, click the article number below to view the article in the Microsoft Knowledge Base: 166028
You can use the next three parameters instead of the [DisplayDriver],
[OemBootFiles] sections and custom Txtsetup.oem files to install third-
party video drivers. The drivers and files required by the video adapter
should exist in the $OEM$\Display directory on the distribution share
point.
(http://support.microsoft.com/kb/166028/EN-US/
)
Installing 3rd-Party Video drivers with Txtsetup.oem Unattended
InstallDriver Value: 0 | 1 InfFile Values: <inf file name 1>, <inf file name 2>, ... InfOption Values: <inf option 1>, <inf option 2>, ... InfFile = s3.inf, matrox.inf InfOption = S3 765, Millennium 3D -------------------------------------------------------------------- [Modem] InstallModem Value: <modem parameter section> -------------------------------------------------------------------- [<modem parameter section>] <COM port number> Values: <Modem description> [, <Manufacturer>, <Provider>] An example of the [Modem] section is listed below: [Modem] InstallModem = MyModemParameters [MyModemParameters] Com2 = "Hayes V-Series Ultra Smartmodem 9600" -------------------------------------------------------------------- [Network] Attended Value: Yes | No JoinWorkgroup Value: <workgroup name> JoinDomain Value: <domain name> CreateComputerAccount Values: <username>, <password> InstallDC Value: <domain name> DetectAdapters Value: <detect adapters section> | "" InstallAdapters Value: <install adapters section> InstallProtocols Value: <protocols section> InstallServices Value: <services section> NWWKSTA - Client service for Netware SNMP = SNMP service RAS = Remote access service NETMON = Network monitor STCPIP = Simple TCPIP TCPPRINT = TCPIP Printing service INETSTP = Install internet server SAP = SAP service InstallInternetServer Value: <internet information server parameters> -------------------------------------------------------------------- [<Detect Adapters Section>] DetectCount Value: <number of detection attempts> LimitTo Value: <netcard inf option> LimitTo = AMDPCN -------------------------------------------------------------------- [<Install Adapters Section>] <Netcard Inf option> = <netcard parameter section>, <oem path> <Netcard Inf option> Value: <netcard parameter section> [Installadapters] AMDPCN = AMDPCNParameters <oem path> -------------------------------------------------------------------- [<netcard parameter section>] Hkey_local_machine\system\currentcontrolset\services\<%netcardkeyname%>;X where X = 1 or ordinal of adapter installed. In this key look at the parameters key and note the values. NOTE: All values in the registry appear as Hex but in your unattend.txt file, these values must be converted to decimal. For example, the value of IOBaseAddress =0x300 in the registry must be set to IOBaseAddress = 768 in the answer file. Listed below is an example of these parameters: [EE16Params] !AutoNetInterfaceType = 1 Transceiver = 3 !AutoNetBusNumber = 0 IoChannelReady = 2 IoBaseAddress = 784 InterruptNumber = 10 NOTE: These values differ for each type of network card but the numbers must always appear in decimal. -------------------------------------------------------------------- [<Protocols Section>] NBF Value: <Netbeui Parameters> NWLNKIPX Value: <IPX Parameters> TC Value: <Tcpip Parameters> DLC Value: <DLC Parameters> RASPPTP (Point to Point Protocol) Value: <Ras PTPP Parameters> STREAMS Value: <Streams parameters> ATALK (Apple talk protocol) Value: <ATALK parameters> -------------------------------------------------------------------- [<NetBeui Parameters>] -------------------------------------------------------------------- [<IPX Parameters>] -------------------------------------------------------------------- [<Tcpip Parameters>] DHCP Value: Yes | No ScopeID Value: <scope ID> IPAddress Value: <Ip address> Used to specify the IP address for the computer. Subnet Value: <subnet address> Specifies the subnet mask address. Gateway Value: <gateway address> Identifies the default gateway address for the computer. DNSServer Value: <IP Addresses> Used to specify up to 3 DNS servers. WINSPrimary Value: <IP Address> Used to specify the IP address of the primary WINS server. WINSSecondary Value: <IP address> Used to specify the IP address of the secondary WINS server. DNSName Value: <DNS domain name> This key is used to specify the DNS domain name. -------------------------------------------------------------------- [<Services Section>] NETMON Value: <Netmon Parameters section> Points to <Netmon Parameters> STCPIP Value: <Simple TCPIP parameters section> Points to <Simple TCPIP parameters> TCPPRINT Value: <TCPIP Printing Parameters section> Points to <TCPIP Printing Parameters> INETSTP Value: <Internet server parameters section> Points to <Internet server parameters> SAP Value: <SAP Prameters section> Points to <SAP Prameters> SNMP Value: <Snmp Parameters> Points to <Snmp Parameters> RAS Value: <Ras Parameters> Points to <Ras Parameters> NWWKSTA Value: <NetWare Client Parameters> Points to <NetWare Client Parameters> -------------------------------------------------------------------- [Netmon Parameters section] -------------------------------------------------------------------- [Simple TCPIP parameters section] -------------------------------------------------------------------- [TCPIP Printing Parameters section] -------------------------------------------------------------------- [SAP Parameters section] -------------------------------------------------------------------- [<NetWare Client Parameters>] !DefaultLocation Value: <server_location> !DefaultLocation = "*ABC\MARKETING.US" !DefaultScriptOptions Values: 0 | 1 | 3 -------------------------------------------------------------------- [<Snmp Parameters>] Accept_CommunityName Value: <community names> Send_Authentication Value: Yes | No Any_Host Value: Yes | No Limit_Host Values: <host names> Community_Name Value: <community name> Traps Values: <IP addresses> | <IPX addresses> Contact_Name Value: <name> Location Value: <computer location> Service Values: Physical, Applications, Datalink, Internet, EndtoEnd. -------------------------------------------------------------------- [<RasParameters>] PortSections Values: <port section name> DialoutProtocols Value: TCP/IP | IPX | NETBEUI | ALL The remaining parameters in this <RasParameters> section apply only to RAS Server installation. DialinProtocols Value: TCP/IP | IPX | NETBEUI | ALL NetBEUIClientAccess Value: Network | ThisComputer TcpIpClientAccess Value: Network | ThisComputer UseDHCP Value: YES | NO StaticAddressBegin Value: <IP_address> StaticAddressEnd Value: <IP_address> ExcludeAddress Value: <IP_address1 - IP_address2> ClientCanRequestIPAddress Value: YES | NO IpxClientAccess Value: Network | ThisComputer AutomaticNetworkNumbers Value: YES | NO NetworkNumberFrom Value: <IPX_net_number> AssignSameNetworkNumber Value: YES | NO ClientsCanRequestIpxNodeNumber Value: YES | NO -------------------------------------------------------------------- [<port section name>] PortName Value: COM1 | COM2 | COM3-COM25 DeviceType Value: Modem PortUsage Value: DialOut | DialIn | DialInOut -------------------------------------------------------------------- [<internet information server section>] InstallINETSTP Value: 0 | 1 InstallADMIN Value: 0 | 1 InstallFTP Value: 0 | 1 FTPRoot Value: <ftp root directory> InstallWWW Value: 0 | 1 WWWRoot Value: <www root directory> InstallGOPHER Value: 0 | 1 GopherRoot Value: <gopher root directory> InstallDir Value: <internet services install directory> InstallW3SAMP Value: 0 | 1 InstallHTMLA Value: 0 | 1 GuestAccountName Value: <name> GuestAccountPassword Value: <password string> =============================================================== Sample Unattended FileFor quick reference, an sample unattended file has been created containing all entries and the appropriate range of values. Note, this file has entries that are valid for NT workstation and NT Server, this file is only meant to be used as reference but not an actual answer file.;[Unattended] ;Method = Express|Custom ;NtUpgrade = Yes|No ;Win31Upgade = Yes|No ;TargetPath = *|<Path Name>|Manual ;OverwriteOemFilesOnUpgrade = Yes|No ;ConfirmHardware = Yes|No ;OEMPreinstall = Yes|No ;NoWaitAfterTextMode = (0 = stop, 1 = Reboot) ;NoWaitAfterGuiMode = (0 = stop, 1 = Reboot) ;FileSystem = ConvertNTFS|LeaveAlone ;ExtendOemPartition = (0 = no, 1 = Yes)
; Descriptions are from the COMPUTER Section of TXTSETUP.SIF
; ======================================================
; ComputerType = "AST Manhattan SMP","RETAIL"
; ComputerType = "Compaq SystemPro Multiprocessor or 100%
; Compatible","RETAIL"
; ComputerType = "Corollary C-bus Architecture","RETAIL"
; ComputerType = "Corollary C-bus Micro Channel Architecture","RETAIL"
; ComputerType = "IBM PS/2 or other Micro Channel-based PC","RETAIL"
; ComputerType = "MPS Uniprocessor PC","RETAIL"
; ComputerType = "MPS Multiprocessor PC","RETAIL"
; ComputerType = "MPS Multiprocessor Micro Channel PC","RETAIL"
; ComputerType = "NCR System 3000 Model 3360/3450/3550","RETAIL"
; ComputerType = "Olivetti LSX5030/40","RETAIL"
; ComputerType = "Standard PC","RETAIL"
; ComputerType = "Standard PC with C-Step i486","RETAIL"
; ComputerType = "Wyse Series 7000i Model 740MP/760MP","RETAIL"
;KeyBoardLayout = <Layout description>
; Example;
; KeyBoardLayout = "US-International"
;[GuiUnattended]========================================
;[GuiUnattended]
;OemSkipWelcome = (0 = no, 1 = Yes)
;OemBlankadminPassword = (0 = no, 1 = Yes)
;TimeZone = <Time Zone>
; The following are strings for AdvServerType
; AdvServerType = LANMANNT
; AdvServerType = LANSECNT
; AdvServerType = SERVERNT
; Definition of Server Type
; LANMANNT=PDC
; LANSECNT=BDC
; SERVERNT=Standalone
;[UserData]============================================
;[UserData]
;FullName = <user name>
;OrgName = <company name>
;ComputerName = <computer name>
;ProductID = <product ID> (CD-key)
;
; Note if PID is for an OEM version of NT the algorithm for the
; PID is the following xxxyy-OEM-0000016-zzzzz
;
; x = Julian calendar date for the day
; y = The current year (last two digits)
; z = Any numerics combination you want
;
;
;[LicenseFilePrintData]=================================
;[LicenseFilePrintData]
; AutoMode = PerServer or PerSeat
; AutoUser = xxxx or PerServer
;[NetWork]==============================================
;[NetWork]
;Attend = Yes|No
; This value should not be specified for a complete unattended install
;
;JoinWorkGroup = <workgroup name>
;JoinDomain = <Domain name>
;CreateComputerAccount = <user_name, password>
;InstallDC = <domain name>
;InstallAdapters = <Install adapters section>
;
; If not AUTODETECTED do not use
; this option
;
;DetectAdapters = <detect adapters section>|""
;
;InstallProtocols = <Protocol(s) list section>
;InstallServices = <Sevices list section>
;InstallInternetServer <internet information server parameters>
;DoNotInstallInternetServer = Yes|No
;[detect adapters section]
;
; Only used if the adapter
; AUTODETECTED by setup.
;
;DetectCount = <Number of detection attempts (I believe the max is 4)>
;LimitTo = <netcard inf option>
;Example;
; LimitTo = DECETHERWORKSTURBO
;[Install adapters section]
; Examples;
; DECETHERWORKSTURBO = DECETHERWORKSTURBOParams
; EE16 = EE16Params
;[DECETHERWORKSTURBOParams]
;InterruptNumber = 5
;IOBaseAddress = 768 ;Note!! all numbers in these sections
;MemoryMappedBaseAddress = 851968 ;are converted from hex to decimal
;!AutoNetInterfaceType = 1 ;(768 = 300h). You can get these values
;!AutoNetBusNumber = 0 ; from the registry of a computer with
;the adapter installed.
;[EE16Params]
;!AutoNetInterfaceType = 1
;Transceiver = 3
;!AutoNetBusNumber = 0
;IoChannelReady = 2
;IoBaseAddress = 784
;InterruptNumber = 10
;[Protocol(s) list section]
; OEM File listing for protocols
;
; TCPIP - OEMNXPTC.INF
; NETBEUI - OEMNXPNB.INF
; IPX - OEMNSVNW.INF
; DLC - OEMNXPDL.INF
; Point to Point Protocol - OEMNXPPP.INF
; STREAMS - OEMNXPST.INF
; Apple Talk - OEMNXPSM.INF
;
; TC = TCPIPParams
; NBF = NetBeuiParams
; NWLNKIPX = NWLINKIPXParams
; DLC = DLCParams
; RASPPTP = RASPPTPParams
; STREAMS = STREAMSParams
; ATALK = ATALKParams
;[TCPIPParams]
; DHCP = yes|no
; IPAddress = www.xxx.yyy.zzz
; Subnet = www.xxx.yyy.zzz
; Gateway = www.xxx.yyy.zzz
; DNSServer = www.xxx.yyy.zzz, www.xxx.yyy.zzz, www.xxx.yyy.zzz
; WINSPrimary = www.xxx.yyy.zzz
; WINSSecondary = www.xxx.yyy.zzz
; DNSName = <DNS name server>
; ScopeID = This_is_the_scope_id
;[NetBeuiParams]
; No parameters needed
;[NWLINKIPXParams]
; No parameters needed
;[DLCParams]
; No parameters needed
;[RASPPTPParams]
; No parameters needed
;[STREAMSParams]
; No parameters needed
;[ATALKParams]
; Need to figure out how to set the default zone and adapter. From
; testing this does work once finished. Reason is for printing. Many
; high end publishing companies used Apple printers on their networks
; and would need this protocol to print.
;[Sevices list section]
; NWWKSTA = InstallCSNW
; SNMP = InstallSNMP
; RAS = InstallRemoteAccess
; NETMON = InstallNetMon
; STCPIP = InstallSimpleTCP
; TCPPRINT = InstallTCPPrint
; INETSTP = InstallInternetServer
; SAP = InstallSAP
;[InstallCSNW]
; !DefaultLocation = <server location (usaully preferred server)>
; !DefaultScriptOption = 0|1|3
; 0 = No scripts will be run
; 1 = Netware 3.X level scripts
; 3 = Either Netware 3.X or 4.X level scripts can be run
;[InstallSNMP]
; Accept_CommunityName = Name1, Name2, Name3 (Max is 3)
; Send_Authentication = yes | no
; AnyHost = yes | no
; Limit_Host = host1, host2, host3 (Max is 3)
; Community_name = <Community name>
; Traps = IPaddress | IPXaddress (max of 3 IP or IPX addresses)
; Contact_Name = <user name>
; Location = <computer location>
; Service = Physical, Applications, Datalink, Internet, EndToEnd
;[Modem]================================================
;[Modem]
;InstallModem = <Modem parameter section>
; Example;
; InstallModem = MyModem
;
;[ModemParameterSection]
;<Com Port Number> = <Modem description>
; Example;
; Com2 = "Hayes V-Series Ultra Smartmodem 9600"
;
;
;[InstallRemoteAccess]
;
; PortSections = <port section name>
; DialoutProtocols = TCP/IP|IPX|NetBEUI|All
; DialInProtocols = TCP/IP|IPX|NetBEUI|All
; NetBEUIClientAccess = Network|ThisComputer
; TCPIPClientAccess = Network|ThisComputer
; IPXClientAccess = Network|ThisComputer
; UseDHCP = Yes|No
; StaticAddressBegin = <IP address> (used only if UseDHCP = No)
; StaticAddressEnd = <IP address> (used only if UseDHCP = No)
; ExcludeAddress = <IP address1 - IP address2>
; The above is used to exclude a range of addresses when a range has
; been assigned manually. Requires that StaticAddressBegin and
; StaticAddressEnd are specified already.
;
; ClientCanRequestIPAddress = Yes|No
; AutomaticNetworkNumbers = Yes|No
; NetworkNumberFrom <IPX Net Number>
; AssignSameNetworkNumber = Yes|No
; ClientsCanRequestIpxNodeNumber = Yes|No
; [port section name]
; PortName = COM1|COM2|COM3-COM25
; DeviceType = modem (presently only value available)
; DeviceName = "Hayes V-Series Ultra Smartmodem 9600"
; PortUsage = DialOut|DialIn|DialInOut
;[InstallNetMon]
;[InstallSimpleTCP]
;[InstallTCPPrint]
;[<internet information server parameters>]
;
; (0 = do not install, 1 = install)
; InstallINETSTP = 0|1
; InstallFTP = 0|1
; InstallWWW = 0|1
; InstallGopher = 0|1
; InstallADMIN = 0|1
; InstallMosaic = 0|1
; InstallGateway = 0|1
; InstallDNS = 0|1
; InstallHELP = 0|1
; InstallSMALLPROX = 0|1
; InstallCLIENTADMIN = 0|1
; WWWRoot = <www root directory i.e. C:\INETSRV\WWW>
; FTPRoot = <FTP root directory i.e. C:\ftp>
; GopherRoot = <gopher root directory i.e C:\INETSRV\GOPHER>
; InstallDir = <Internet services install directory>
; EmailName = <E-mail Name i.e. john@org.com>
; UseGateway = 1
; GatewayList = \\gateway1 \\gateway2 \\gateway3
; DisableSvcLoc = 1
; GuestAccountName <name>
; GuestAccountPassword <password string>
;[InstallSAP]
;[DisplayDrivers]=======================================
; [DisplayDrivers]
; <Display driver description> = Retail|Oem
;[Display]==============================================
;[Display]
;
; For this to fully automate, the ConfigureAtLogon can not be used at all.
;
; ConfigureAtLogon = (0 = during setup, 1 = at first logon)
;
;BitsPerPel = <Valid bits per pixel>
;XResolution = <Valid X resolution>
;YResolution = <Valid Y resolution>
;VRefresh = <Valid refresh rate>
;Flags = <Valid flags>
;AutoConfirm = (0 = do not use specified settings, 1 = use pre-defined
;settings)
;InstallDriver (0 = No, 1 = Yes)
;InfFile = <inf file name 1>,<inf file name 2>,.......
;InfOption = <inf option 1>,<inf option 2>,.........
; Example:
; InstallDriver = 1
; InfFile = S3.inf, Matrox.inf
; InfOption = s3 765, Millennium 3D
;[KeyBoardDrivers]======================================
;[KeyBoardDrivers]
;"XT, AT, or Enhanced Keyboard (83-104 keys)" = "RETAIL"
; Descriptions are from the KEYBOARD Section of TXTSETUP.SIF
; ======================================================
; "XT, AT, or Enhanced Keyboard (83-104 keys)" = "RETAIL"
;[PointingDeviceDrivers]================================
;[PointingDeviceDrivers]
; Descriptions are from the MOUSE Section of TXTSETUP.SIF
; ======================================================
; "Microsoft Mouse Port Mouse (includes BallPoint)" = "RETAIL"
; "Logitech Mouse Port Mouse" = "RETAIL"
; "Microsoft InPort Bus Mouse" = "RETAIL"
; "Microsoft Serial Mouse" = "RETAIL"
; "Microsoft BallPoint Serial Mouse" = "RETAIL"
; "Logitech Serial Mouse" = "RETAIL"
; "Microsoft (Green Buttons) or Logitech Bus Mouse" = "RETAIL"
; "No Mouse or Other Pointing Device" = "RETAIL"
; "Microsoft Mouse Port Mouse (includes BallPoint)" = "RETAIL"
;[MassStorageDrivers]===================================
;[MassStorageDrivers]
; Descriptions are from the SCSI Section of TXTSETUP.SIF
; ======================================================
; "Adaptec AHA-151X/AHA-152X or AIC-6260/AIC-6360 SCSI Host Adapter" =
; "RETAIL"
; "Adaptec AHA-154X/AHA-164X SCSI Host Adapter" = "RETAIL"
; "Adaptec AHA-174X EISA SCSI Host Adapter" = "RETAIL"
; "Adaptec AHA-274X/AHA-284X/AIC-777X SCSI Host Adapter" = "RETAIL"
; "Adaptec AHA-294X/AHA-394X or AIC-78XX PCI SCSI Controller" = "RETAIL"
; "Adaptec AHA-2920 or Future Domain 16XX/PCI/SCSI2Go SCSI Host Adapter" =
; "RETAIL"
; "AMD PCI SCSI Controller/Ethernet Adapter" = "RETAIL"
; "AMIscsi SCSI Host Adapter" = "RETAIL"
; "BusLogic SCSI Host Adapter" = "RETAIL"
; "BusLogic FlashPoint" = "RETAIL"
; "Compaq 32-Bit Fast-Wide SCSI-2/E" = "RETAIL"
; "Compaq Drive Array" = "RETAIL"
; "Dell Drive Array" = "RETAIL"
; "DPT SCSI Host Adapter" = "RETAIL"
; "Future Domain TMC-7000EX EISA SCSI Host Adapter" = "RETAIL"
; "Future Domain 8XX SCSI Host Adapter" = "RETAIL"
; "IBM MCA SCSI Host Adapter" = "RETAIL"
; "IDE CD-ROM (ATAPI 1.2)/Dual-channel PCI IDE Controller" = "RETAIL"
; "Mitsumi CD-ROM Controller" = "RETAIL"
; "Mylex DAC960/Digital SWXCR-Ex Raid Controller" = "RETAIL"
; "NCR 53C9X SCSI Host Adapter" = "RETAIL"
; "NCR C700 SCSI Host Adapter" = "RETAIL"
; "NCR 53C710 SCSI Host Adapter" = "RETAIL"
; "Symbios Logic C810 PCI SCSI Host Adapter" = "RETAIL"
; "Olivetti ESC-1/ESC-2 SCSI Host Adapter" = "RETAIL"
; "QLogic PCI SCSI Host Adapter" = "RETAIL"
; "MKEPanasonic CD-ROM Controller" = "RETAIL"
; "Sony Proprietary CD-ROM Controller" = "RETAIL"
; "UltraStor 14F/14FB/34F/34FA/34FB SCSI Host Adapter" = "RETAIL"
; "UltraStor 24F/24FA SCSI Host Adapter" = "RETAIL"
;[DetectedMassStorage]==================================
;[DetectedMassStorage]
;[OEMAds]===============================================
;[OEMAds]
;Banner = <text string> (must be enclosed in quotes and have the string
;'Windows NT')
; Example;
; Banner = "My own Windows NT setup"
;Logo = <file name>
;Background = <file name>
;[OEMBootFiles]=========================================
;[OEMBootFiles]
PropertiesArticle ID: 155197 - Last Review: June 22, 2014 - Revision: 4.0
|
Contact us for more help |
