Microsoft KB Archive/104092: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 47: Line 47:
To make Windows NT Setup automatically install support for TCP/IP networking, add the following section to the NTLANMAN.INF and NTLMINST.INF files:
To make Windows NT Setup automatically install support for TCP/IP networking, add the following section to the NTLANMAN.INF and NTLMINST.INF files:
<pre class="codesample">  [ServiceData]
<pre class="codesample">  [ServiceData]
   ServiceData_1 = &quot;OEMNSVSV.INF&quot;,&quot;SRV&quot;,3,LanmanServer
   ServiceData_1 = "OEMNSVSV.INF","SRV",3,LanmanServer
   ServiceData_2 = &quot;OEMNSVWK.INF&quot;,&quot;WKSTA&quot;,2,LanmanWorkstation
   ServiceData_2 = "OEMNSVWK.INF","WKSTA",2,LanmanWorkstation
   ServiceData_3 = &quot;OEMNSVNB.INF&quot;,&quot;NETBIOS&quot;,5,NetBIOS
   ServiceData_3 = "OEMNSVNB.INF","NETBIOS",5,NetBIOS
   ServiceData_4 = &quot;OEMNSVRP.INF&quot;,&quot;RPCLOCATE&quot;,11,RPCLOCATOR
   ServiceData_4 = "OEMNSVRP.INF","RPCLOCATE",11,RPCLOCATOR
   ServiceData_5 = &quot;OEMNXPTC.INF&quot;,&quot;TCPIP&quot;,0,TCPIP</pre>
   ServiceData_5 = "OEMNXPTC.INF","TCPIP",0,TCPIP</pre>
NOTE: Because the Windows NT Setup disks are write-protected, you need to make a backup copy of the disks you want to modify.
NOTE: Because the Windows NT Setup disks are write-protected, you need to make a backup copy of the disks you want to modify.



Latest revision as of 09:32, 20 July 2020

Knowledge Base


How To Make Windows NT Automatically Install TCP/IP Support

Article ID: 104092

Article Last Modified on 10/31/2006



APPLIES TO

  • Microsoft Windows NT Advanced Server 3.1
  • Microsoft Windows NT Workstation 3.1



This article was previously published under Q104092

SUMMARY

To make Windows NT Setup automatically install support for TCP/IP networking, add the following section to the NTLANMAN.INF and NTLMINST.INF files:

   [ServiceData]
   ServiceData_1 = "OEMNSVSV.INF","SRV",3,LanmanServer
   ServiceData_2 = "OEMNSVWK.INF","WKSTA",2,LanmanWorkstation
   ServiceData_3 = "OEMNSVNB.INF","NETBIOS",5,NetBIOS
   ServiceData_4 = "OEMNSVRP.INF","RPCLOCATE",11,RPCLOCATOR
   ServiceData_5 = "OEMNXPTC.INF","TCPIP",0,TCPIP

NOTE: Because the Windows NT Setup disks are write-protected, you need to make a backup copy of the disks you want to modify.


Additional query words: prodnt

Keywords: kbnetwork KB104092