home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / I386 / NETNWLNK.IN_ / netnwlnk.inf
Encoding:
Text (UTF-16)  |  2001-10-19  |  25.9 KB  |  328 lines

  1. ;-------------------------------------------------------------------------
  2. ; NWLINK IPX/SPX -- Microsoft NWLink Services
  3. ;
  4. ; Copyright (c) 1993-1999, Microsoft Corporation
  5. ;-------------------------------------------------------------------------
  6.  
  7. [Version]
  8. Signature   = "$Windows NT$"
  9. Class       = NetTrans
  10. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  11. Provider    = %Msft%
  12. LayoutFile  = layout.inf
  13. DriverVer=07/01/2001,5.1.2535.0
  14.  
  15. [Manufacturer]
  16. %Msft%=MSFT
  17.  
  18. [MSFT]
  19. %NwlnkIpx_Desc%=Install_Ipx, MS_NWIPX
  20. %NwlnkNb_Desc%=Install_Nb, MS_NWNB
  21. %NwlnkSpx_Desc%=Install_Spx, MS_NWSPX
  22.  
  23. [ControlFlags]
  24. ExcludeFromSelect=MS_NWNB,MS_NWSPX
  25.  
  26. ;=========================================================================
  27. ; NWLINK IPX Section
  28. ;=========================================================================
  29.  
  30. ;-------------------------------------------------------------------------
  31. ; Base Entry Point for NWLINK IPX Installation
  32. ;-------------------------------------------------------------------------
  33. [Install_Ipx]
  34. Characteristics=0x80      ; NCF_HAS_UI
  35. AddReg=Inst_Ndi_Ipx       ; Specify the [N]etwork [d]evice [i]nstaller
  36.  
  37. ;-------------------------------------------------------------------------
  38. ; Specify the Network Device Installer
  39. ;-------------------------------------------------------------------------
  40. [Inst_Ndi_Ipx]
  41. HKR, Ndi, ClsID,,"{c59938da-9b20-11d0-9ce3-00c04fc9bcc4}"
  42. HKR, Ndi, Service,,"NwlnkIpx"
  43. HKR, Ndi, CoServices,0x10000,"NwlnkIpx","NwlnkNb","NwlnkSpx"
  44. HKR, Ndi, HelpText,,"@netcfgx.dll,-50013"
  45. HKR, Ndi\Interfaces, UpperRange,,"ipx"
  46. HKR, Ndi\Interfaces, LowerRange,,"ndis5,ndis4,ndiswanipx,ndis5_ipx"
  47.  
  48. ;-------------------------------------------------------------------------
  49. ; Base Entry Point for NWLINK IPX Service Installation
  50. ;-------------------------------------------------------------------------
  51. [Install_Ipx.Services]
  52. AddService=NwlnkIpx,,NwlnkIpx_Service_Inst
  53.  
  54. ;-------------------------------------------------------------------------
  55. ; Entry Point for the NWLINK IPX Service's SNMP Dependency Installation
  56. ;-------------------------------------------------------------------------
  57. [Install_Ipx.SNMPAgent]
  58.     AddAgent    = Install_Ipx.AddIpxSNMPAgent
  59.  
  60. [Install_Ipx.Remove.SNMPAgent]
  61.     DelAgent    = Install_Ipx.DelIpxSNMPAgent
  62.  
  63. [Install_Ipx.AddIpxSNMPAgent]
  64.     ServiceName = "nwlnkipx"
  65.     AgentName   = "IPXMibAgent"
  66.     AgentPath   = "%SystemRoot%\System32\rtipxmib.dll"
  67.  
  68. [Install_Ipx.DelIpxSNMPAgent]
  69.     AgentName   = "IPXMibAgent"
  70.  
  71. ;-------------------------------------------------------------------------
  72. ; Entry Point for the NWLINK IPX Service's Winsock Dependency Installation
  73. ;-------------------------------------------------------------------------
  74. [Install_Ipx.Winsock]
  75. AddSock=Inst_Ipx_Winsock_Dependency
  76.  
  77. [Inst_Ipx_Winsock_Dependency]
  78. TransportService=nwlnkipx
  79. HelperDllName="%SystemRoot%\System32\wshisn.dll"
  80. MaxSockAddrLength=0x10
  81. MinSockAddrLength=0xe
  82. LibraryPath="%SystemRoot%\System32\nwprovau.dll"
  83. DisplayString=%NwlnkIpx_Desc%
  84. SupportedNameSpace=1
  85. Version=1
  86. ProviderId="{e02daaf0-7e9f-11cf-ae5a-00aa00a7112b}"
  87.  
  88. ;-------------------------------------------------------------------------
  89. ; IPX Service Definitions and Settings
  90. ;-------------------------------------------------------------------------
  91. [NwlnkIpx_Service_Inst]
  92. DisplayName=%NwlnkIpx_Desc%
  93. ServiceType=1
  94. StartType=2
  95. ErrorControl=1
  96. ServiceBinary=%12%\nwlnkipx.sys
  97. LoadOrderGroup="PNP_TDI"
  98. AddReg=AddReg_NwlnkIpx_Service_Inst
  99. Description=%NwlnkIpx_Desc%
  100.  
  101. ;-------------------------------------------------------------------------
  102. ; IPX Service Installation Registry Settings
  103. ;-------------------------------------------------------------------------
  104. [AddReg_NwlnkIpx_Service_Inst]
  105. HKLM,"System\CurrentControlSet\Control\ServiceProvider\Order","ExcludedProviders",0x2,""
  106. HKLM,"System\CurrentControlSet\Control\ServiceProvider\Order","ProviderOrder",0x1000A,"NwlnkIpx"
  107. HKR,"ServiceProvider","Class",0x10001,0x8
  108. HKR,"ServiceProvider","Name",,%NwlnkIpx_Desc%
  109. HKR,"ServiceProvider","ProviderPath",0x20000,"%SystemRoot%\System32\nwprovau.dll"
  110. HKR,"Performance","Library",,"perfctrs.dll"
  111. HKR,"Performance","Open",,"OpenIPXPerformanceData"
  112. HKR,"Performance","Close",,"CloseIPXPerformanceData"
  113. HKR,"Performance","Collect",,"CollectIPXPerformanceData";
  114. HKLM,"System\CurrentControlSet\Services\EventLog\System\NwlnkIpx","EventMessageFile",0x20000,"%%SystemRoot%%\system32\netevent.dll"
  115. HKLM,"System\CurrentControlSet\Services\EventLog\System\NwlnkIpx","TypesSupported",0x10001, 0x00000007
  116. HKR,"Parameters","RipRoute",0x10001,0x0
  117.  
  118. ;-------------------------------------------------------------------------
  119. ; Section for driving removal of static IPX registry settings
  120. ;-------------------------------------------------------------------------
  121. [Install_Ipx.Remove]
  122. DelReg=DelReg_Remove_Static_Ipx
  123.  
  124. [Install_Ipx.Remove.Services]
  125. DelService=NwlnkIpx
  126.  
  127. ;-------------------------------------------------------------------------
  128. ; Entry Point for the NWLINK IPX Service's Winsock Dependency removal
  129. ;-------------------------------------------------------------------------
  130. [Install_Ipx.Remove.Winsock]
  131. DelSock=Del_Ipx_Winsock_Dependency
  132.  
  133. [Del_Ipx_Winsock_Dependency]
  134. TransportService=nwlnkipx
  135. ProviderId="{e02daaf0-7e9f-11cf-ae5a-00aa00a7112b}"
  136.  
  137. ;-------------------------------------------------------------------------
  138. ; Specify IPX static registry entries to remove
  139. ;-------------------------------------------------------------------------
  140. [DelReg_Remove_Static_Ipx]
  141. HKLM,"Software\Microsoft\Rpc\Protocols","ncacn_nb_ipx"
  142. HKLM,"Software\Microsoft\Rpc\ClientProtocols","ncacn_nb_ipx"
  143. HKLM,"System\CurrentControlSet\Services\EventLog\System\NwlnkIpx"
  144.  
  145.  
  146. ;=========================================================================
  147. ; NWLINK NetBIOS Section
  148. ;=========================================================================
  149.  
  150. ;-------------------------------------------------------------------------
  151. ; Base Entry Point for NWLINK NetBIOS Installation
  152. ;-------------------------------------------------------------------------
  153. [Install_Nb]
  154. Characteristics=0x2020     ; NCF_HIDE_BINDING | NCF_NOT_USER_REMOVABLE
  155. AddReg=Inst_Ndi_Nb
  156.  
  157. ;-------------------------------------------------------------------------
  158. ; Specify the Network Device Installer
  159. ;-------------------------------------------------------------------------
  160. [Inst_Ndi_Nb]
  161. HKR,Ndi,ClsID,,"{050da15f-9f13-11d0-9ce5-00c04fc9bcc4}"
  162. HKR,Ndi,Service,,"NwlnkNb"
  163. HKR,Ndi,HelpText,,"@netcfgx.dll,-50014"
  164. HKR,Ndi\Interfaces,UpperRange,,"netbios"
  165. HKR,Ndi\Interfaces,LowerRange,,"ipx"
  166.  
  167. ;-------------------------------------------------------------------------
  168. ; Base Entry Point for NWLINK NetBIOS Service Installation
  169. ;-------------------------------------------------------------------------
  170. [Install_Nb.Services]
  171. AddService=NwlnkNb,,NwlnkNb_Service_Inst
  172.  
  173. ;-------------------------------------------------------------------------
  174. ; NetBIOS Service Definitions and Settings
  175. ;-------------------------------------------------------------------------
  176. [NwlnkNb_Service_Inst]
  177. DisplayName=%NwlnkNb_Desc%
  178. ServiceType=1
  179. StartType=2
  180. ErrorControl=1
  181. ServiceBinary=%12%\nwlnknb.sys
  182. LoadOrderGroup="PNP_TDI"
  183. AddReg=AddReg_NwlnkNb_Service_Inst
  184. Description=%NwlnkNb_Desc%
  185.  
  186. ;-------------------------------------------------------------------------
  187. ; NetBios Service Installation Registry Settings
  188. ;-------------------------------------------------------------------------
  189. [AddReg_NwlnkNb_Service_Inst]
  190. HKR,"Parameters","NbProvider",,"_ipx"
  191. HKR,"Parameters","KeepaliveTimeout",0x10001,60
  192. HKR,"Parameters","KeepaliveCount",0x10001,8
  193. HKR,"Parameters","ConnectionTimeout",0x10001,2
  194. HKR,"Parameters","ConnectionCount",0x10001,5
  195. HKR,"Parameters","BroadcastCount",0x10001,3
  196. HKR,"Parameters","Internet",0x10001,1
  197. HKR,"Performance","Library",,"perfctrs.dll"
  198. HKR,"Performance","Open",,"OpenNWNBPerformanceData"
  199. HKR,"Performance","Close",,"CloseNWNBPerformanceData"
  200. HKR,"Performance","Collect",,"CollectNWNBPerformanceData"
  201.  
  202. ;-------------------------------------------------------------------------
  203. ; Section for driving removal of static NetBios registry settings
  204. ; and the deletion of the NetBios service
  205. ;-------------------------------------------------------------------------
  206. [Install_Nb.Remove]
  207. DelReg=DelReg_Remove_Static_Nb
  208.  
  209. [Install_Nb.Remove.Services]
  210. DelService=NwlnkNb
  211.  
  212. ;-------------------------------------------------------------------------
  213. ; Specify NetBios static registry entries to remove
  214. ;-------------------------------------------------------------------------
  215. [DelReg_Remove_Static_Nb]
  216.  
  217.  
  218. ;=========================================================================
  219. ; NWLINK SPX Section
  220. ;=========================================================================
  221.  
  222. ;-------------------------------------------------------------------------
  223. ; Base Entry Point for NWLINK SPX Installation
  224. ;-------------------------------------------------------------------------
  225. [Install_Spx]
  226. Characteristics=0x2028     ; NCF_HIDDEN | NCF_HIDE_BINDING | NCF_NOT_USER_REMOVABLE
  227. AddReg=Inst_Ndi_Spx
  228.  
  229. ;-------------------------------------------------------------------------
  230. ; Specify the Network Device Installer
  231. ;-------------------------------------------------------------------------
  232. [Inst_Ndi_Spx]
  233. HKR,Ndi,Service,,"NwlnkSpx"
  234. HKR,Ndi,HelpText,,"%NwlnkSpx_HelpText%"
  235. HKR,Ndi\Interfaces,UpperRange,,"spx"
  236. HKR,Ndi\Interfaces,LowerRange,,"ipx"
  237.  
  238. ;-------------------------------------------------------------------------
  239. ; Base Entry Point for NWLINK SPX Service Installation
  240. ;-------------------------------------------------------------------------
  241. [Install_Spx.Services]
  242. AddService=NwlnkSpx,,NwlnkSpx_Service_Inst
  243.  
  244. ;-------------------------------------------------------------------------
  245. ; Entry Point for the NWLINK IPX Service's Winsock Dependency Installation
  246. ;-------------------------------------------------------------------------
  247. [Install_Spx.Winsock]
  248. AddSock=Inst_Spx_Winsock_Dependency
  249.  
  250. [Inst_Spx_Winsock_Dependency]
  251. TransportService=nwlnkspx
  252. HelperDllName="%SystemRoot%\System32\wshisn.dll"
  253. MaxSockAddrLength=0x10
  254. MinSockAddrLength=0xe
  255.  
  256. ;-------------------------------------------------------------------------
  257. ; SPX Service Definitions and Settings
  258. ;-------------------------------------------------------------------------
  259. [NwlnkSpx_Service_Inst]
  260. DisplayName=%NwlnkSpx_Desc%
  261. ServiceType=1
  262. StartType=2
  263. ErrorControl=1
  264. ServiceBinary=%12%\nwlnkspx.sys
  265. AddReg=AddReg_NwlnkSpx_Service_Inst
  266. Description=%NwlnkSpx_Desc%
  267.  
  268. ;-------------------------------------------------------------------------
  269. ; SPX Service Installation Registry Settings
  270. ;-------------------------------------------------------------------------
  271. [AddReg_NwlnkSpx_Service_Inst]
  272. HKLM,"Software\Microsoft\Rpc\ClientProtocols","ncacn_spx",,"rpcrt4.dll"
  273. HKR,"Parameters","ConnectionCount",0x10001,5
  274. HKR,"Parameters","ConnectionTimeout",0x10001,2
  275. HKR,"Parameters","InitPackets",0x10001,5
  276. HKR,"Parameters","MaxPackets",0x10001,48
  277. HKR,"Parameters","InitialRetransmissionTime",0x10001,500
  278. HKR,"Parameters","KeepaliveCount",0x10001,8
  279. HKR,"Parameters","WindowSize",0x10001,4
  280. HKR,"Parameters","SpxSocketRangeStart",0x10001,24576
  281. HKR,"Parameters","SpxSocketRangeEnd",0x10001,32767
  282. HKR,"Parameters","SpxSocketUniqueness",0x10001,1
  283. HKR,"Parameters","MaxPacketSize",0x10001,4096
  284. HKR,"Parameters","RetransmissionCount",0x10001,8
  285. HKR,"Parameters","KeepAliveTimeout",0x10001,12
  286. HKR,"Performance","Library",,"perfctrs.dll"
  287. HKR,"Performance","Open",,"OpenSPXPerformanceData"
  288. HKR,"Performance","Close",,"CloseSPXPerformanceData"
  289. HKR,"Performance","Collect",,"CollectSPXPerformanceData"
  290.  
  291. ;-------------------------------------------------------------------------
  292. ; Section for driving removal of static SPX registry settings
  293. ; and the deletion of the SPX service
  294. ;-------------------------------------------------------------------------
  295. [Install_Spx.Remove]
  296. DelReg=DelReg_Remove_Static_Spx
  297.  
  298. [Install_Spx.Remove.Services]
  299. DelService=NwlnkSpx
  300.  
  301. ;-------------------------------------------------------------------------
  302. ; Entry Point for the NWLINK IPX Service's Winsock Dependency removal
  303. ;-------------------------------------------------------------------------
  304. [Install_Spx.Remove.Winsock]
  305. DelSock=Del_Spx_Winsock_Dependency
  306.  
  307. [Del_Spx_Winsock_Dependency]
  308. TransportService=nwlnkspx
  309.  
  310. ;-------------------------------------------------------------------------
  311. ; Specify SPX static registry entries to remove
  312. ;-------------------------------------------------------------------------
  313. [DelReg_Remove_Static_Spx]
  314. HKLM,"Software\Microsoft\Rpc\Protocols","ncadg_ipx"
  315. HKLM,"Software\Microsoft\Rpc\ClientProtocols","ncadg_ipx"
  316. HKLM,"Software\Microsoft\Rpc\Protocols","ncacn_spx"
  317. HKLM,"Software\Microsoft\Rpc\ClientProtocols","ncacn_spx"
  318.  
  319. [Strings]
  320. Msft = "Microsoft"
  321.  
  322. NwlnkIpx_Desc = "NWLink IPX/SPX/NetBIOS-совместимый транспортный протокол"
  323. NwlnkNb_Desc  = "NWLink NetBIOS"
  324. NwlnkSpx_Desc = "Протокол NWLink SPX/SPXII"
  325.  
  326. NwlnkSpx_HelpText = ""
  327.  
  328.