banner

[NetProtocols]

Answer File = Unattend.txt and Sysprep.inf

The [NetProtocols] section contains an entry for installing the network protocols.

Entry Description
protocol_name Specifies the section where you define entries of this protocol.

Sample

This sample demonstrates one use of the [NetProtocols] section of Unattend.txt.

[NetProtocols]
MS_TCPIP = params.TCPIP

protocol_name

Specifies the section where you define entries of this protocol.

Syntax protocol_name = protocol_entries_section
Value protocol_entries_section
Example
MS_TCPIP = params.TCPIP
Comments You must select the protocol name from the Protocol ID column of the following table. This table describes each protocol and the components that automatically install.

Important

  • The IPX protocol is valid only on 32-bit platforms.
Protocol ID Description Components installed
MS_AppleTalk AppleTalk Protocol  
MS_ATMArps ATM ARP Server Protocol  
MS_ATMLANE ATM LAN Emulation Client  
MS_ATMUni ATM Call Manager Protocol  
MS_L2TP L2TP (Layer 2 Tunneling Protocol)  
MS_NetMon Network Monitor Agent  
MS_NWIPX Internetwork Packet Exchange (IPX) Protocol MS_Nwipx, MS_Nwnb
MS_PPTP Point-to-Point Tunneling Protocol (PTPP)  
MS_TCPIP Transmission Control Protocol/Internet Protocol (TCP/IP) MS_NetBT

icon Return to top