home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / netrast.inf < prev    next >
Windows Setup INFormation  |  2008-01-18  |  14KB  |  202 lines

  1.  ■; NETRAST.INF -- RAS Transports
  2. ;
  3. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  4. [Version]
  5. Signature   = "$Windows NT$"
  6. Class       = NetTrans
  7. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  8. Provider    = %Msft%
  9. DriverVer=06/21/2006,6.0.6001.18000
  10. [SourceDisksNames]
  11. 3426=windows cd
  12. [ControlFlags]
  13. ExcludeFromSelect = MS_L2TP,MS_NdisWan,MS_PPTP,MS_Wanarp,MS_Wanarpv6,MS_PPPOE
  14. [Manufacturer]
  15. %Msft% = Msft, NTx86
  16. [Msft.NTx86]
  17. %L2tp-DispName%             = Ndi-L2tpProtocol,     "MS_L2TP"
  18. %NdisWan-DispName%          = Ndi-NdisWan,          "MS_NdisWan"
  19. %Pptp-DispName%             = Ndi-PptpProtocol,     "MS_PPTP"
  20. %Wanarp-DispName%           = Ndi-Wanarp,           "MS_Wanarp"
  21. %Wanarpv6-DispName%         = Ndi-Wanarpv6,         "MS_Wanarpv6"
  22. %Pppoe-DispName%            = Ndi-PppoeProtocol,    "MS_PPPOE"
  23. [Ndi-L2tpProtocol]
  24. Characteristics = 0x38    ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE
  25. AddReg          = Ndi-Reg-L2tp
  26. [Ndi-NdisWan]
  27. Characteristics = 0x28    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  28. AddReg          = Ndi-Reg-NdisWan, Reg-Install-NdisWan
  29. [Ndi-PptpProtocol]
  30. Characteristics = 0x38    ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE
  31. AddReg          = Ndi-Reg-Pptp
  32. [Ndi-Wanarp]
  33. Characteristics = 0x28    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  34. AddReg          = Ndi-Reg-Wanarp
  35. [Ndi-Wanarpv6]
  36. Characteristics = 0x28    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  37. AddReg          = Ndi-Reg-Wanarpv6
  38. [Ndi-PppoeProtocol]
  39. Characteristics = 0x28    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  40. AddReg          = Ndi-Reg-Pppoe
  41. [Ndi-Reg-L2tp]
  42. HKR, Ndi,            ClsID,         0,          "{6e65cbc6-926d-11d0-8e27-00c04fc99dcf}"
  43. HKR, Ndi, ComponentDll,, rascfg.dll
  44. HKR, Ndi,            HelpText,      0,          "@%systemroot%\system32\rascfg.dll,-32008"
  45. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  46. HKR, Ndi\Interfaces, LowerRange,    0,          "nolower"
  47. [Ndi-Reg-NdisWan]
  48. HKR, Ndi,            ClsID,         0,          "{6e65cbc3-926d-11d0-8e27-00c04fc99dcf}"
  49. HKR, Ndi, ComponentDll,, rascfg.dll
  50. HKR, Ndi,            Service,       0,          "NdisWan"
  51. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  52. HKR, Ndi\Interfaces, LowerRange,    0,          "ndisatm,ndiscowan,ndiswan,ndiswanasync"
  53. [Ndi-Reg-Pptp]
  54. HKR, Ndi,            ClsID,         0,          "{6e65cbc4-926d-11d0-8e27-00c04fc99dcf}"
  55. HKR, Ndi, ComponentDll,, rascfg.dll
  56. HKR, Ndi,            HelpText,      0,          "@%systemroot%\system32\rascfg.dll,-32009"
  57. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  58. HKR, Ndi\Interfaces, LowerRange,    0,          "nolower"
  59. [Ndi-Reg-Wanarp]
  60. HKR, Ndi,            Service,       0,          "Wanarp"
  61. HKR, Ndi,            CoServices,    0x00010000, "Wanarp"
  62. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  63. HKR, Ndi\Interfaces, LowerRange,    0,          "ndiswanip"
  64. [Ndi-Reg-Wanarpv6]
  65. HKR, Ndi,            Service,       0,          "Wanarpv6"
  66. HKR, Ndi,            CoServices,    0x00010000, "Wanarpv6"
  67. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  68. HKR, Ndi\Interfaces, LowerRange,    0,          "ndiswanipv6"
  69. [Ndi-Reg-Pppoe]
  70. HKR, Ndi,            ClsID,         0,          "{e949da38-c39d-4460-8ea7-a39152c56836}"
  71. HKR, Ndi, ComponentDll,, rascfg.dll
  72. HKR, Ndi,            Service,       0,          "RasPppoe"
  73. HKR, Ndi,            HelpText,      0,          "@%systemroot%\system32\rascfg.dll,-32010"
  74. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  75. HKR, Ndi\Interfaces, LowerRange,    0,          "ndis4,ndis5"
  76. [Reg-Install-NdisWan]
  77. HKLM, Software\Microsoft\Ras\CurrentVersion,, 0x10    ;FLG_ADDREG_KEYONLY
  78. HKR, Parameters,     QoSPriorityThreshold, 0x10001, 0 ;REG_DWORD
  79. HKR, Parameters,     QoSFragmentSize,0x10001,       0 ;REG_DWORD
  80. [Ndi-NdisWan.Remove]
  81. DelReg      = Reg-Remove-NdisWan
  82. [Reg-Remove-NdisWan]
  83. HKLM, Software\Microsoft\Ras
  84. [Ndi-NdisWan.Services]
  85. AddService = NdisTapi,      0, Svc-NdisTapi
  86. AddService = NdisWan,       0, Svc-NdisWan,      Evt-Rasmsg
  87. [Ndi-PppoeProtocol.Services]
  88. AddService = RasPppoe,       0, Svc-PppoeProtocol
  89. [Ndi-Wanarp.Services]
  90. AddService = Wanarp,        0, Svc-Wanarp
  91. [Ndi-Wanarpv6.Services]
  92. AddService = Wanarpv6,      0, Svc-Wanarpv6
  93. [Ndi-NdisWan.Remove.Services]
  94. DelService = NdisWan
  95. DelService = NdisTapi
  96. [Ndi-PppoeProtocol.Remove.Services]
  97. DelService = RasPppoe
  98. [Ndi-Wanarp.Remove.Services]
  99. DelService = Wanarp
  100. [Ndi-Wanarp.Remove.Services]
  101. DelService = Wanarpv6
  102. [Svc-NdisTapi]
  103. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32001"
  104. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  105. StartType       = 3 ;SERVICE_DEMAND_START
  106. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  107. ServiceBinary   = %12%\ndistapi.sys
  108. AddReg          = Reg-NdisTapi
  109. Description     = "@%systemroot%\system32\rascfg.dll,-32001"
  110. [Reg-NdisTapi]
  111. HKR, Parameters, AsyncEventQueueSize, 0x00010003, 0x300
  112. [Svc-NdisWan]
  113. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32002"
  114. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  115. StartType       = 3 ;SERVICE_DEMAND_START
  116. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  117. ServiceBinary   = %12%\ndiswan.sys
  118. AddReg          = Reg-NdisWan
  119. Description     = "@%systemroot%\system32\rascfg.dll,-32002"
  120. [Reg-NdisWan]
  121. HKR, Parameters,, 0x10  ;FLG_ADDREG_KEYONLY
  122. [Svc-PppoeProtocol]
  123. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32007"
  124. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  125. StartType       = 3 ;SERVICE_DEMAND_START
  126. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  127. ServiceBinary   = %12%\raspppoe.sys
  128. Description     = "@%systemroot%\system32\rascfg.dll,-32007"
  129. [Svc-Wanarp]
  130. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32011"
  131. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  132. StartType       = 3 ;SERVICE_DEMAND_START
  133. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  134. ServiceBinary   = %12%\wanarp.sys
  135. Description     = "@%systemroot%\system32\rascfg.dll,-32011"
  136. [Svc-Wanarpv6]
  137. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32012"
  138. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  139. StartType       = 1 ;SERVICE_SYSTEM_START
  140. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  141. ServiceBinary   = %12%\wanarp.sys
  142. Description     = "@%systemroot%\system32\rascfg.dll,-32012"
  143. [Evt-Rasmsg]
  144. AddReg = Evt-Rasmsg-AddReg
  145. [Evt-Rasmsg-AddReg]
  146. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\mprmsg.dll"
  147. HKR,, TypesSupported,   0x00010001, 0x0000001f
  148. [Evt-Netevent]
  149. AddReg = Evt-Netevent-AddReg
  150. [Evt-Netevent-AddReg]
  151. HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  152. HKR,, TypesSupported,   0x00010001, 0x00000007
  153. [Strings]
  154. Msft = "Microsoft"
  155. L2tp-DispName               = "Layer 2 Tunneling Protocol"
  156. NdisWan-DispName            = "Remote Access NDIS WAN Driver"
  157. Pptp-DispName               = "Point to Point Tunneling Protocol"
  158. Wanarp-DispName             = "Remote Access IP ARP Driver"
  159. Wanarpv6-DispName           = "Remote Access IPv6 ARP Driver"
  160. Pppoe-DispName              = "Point to Point Protocol Over Ethernet"