home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 3 / Windows / inf / netrass.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-18  |  6.8 KB  |  96 lines

  1. ; NETRASS.INF -- RAS Services
  2. ;
  3. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  4.  
  5. [version]
  6. Signature   = "$Windows NT$"
  7. Class       = NetService
  8. ClassGUID   = {4d36e974-e325-11ce-bfc1-08002be10318}
  9. Provider    = %Msft%
  10. DriverVer=06/21/2006,6.0.6001.18000
  11.  
  12. [ControlFlags]
  13. ExcludeFromSelect = MS_RasMan,MS_RasSrv,MS_Steelhead
  14.  
  15. [Manufacturer]
  16. %Msft% = Msft, NTx86
  17.  
  18. [Msft.NTx86]
  19. ; DisplayName          Section        DeviceID
  20. ; -----------          -------        --------
  21. %RasMan-DispName%    = Ndi-RasMan,    "MS_RasMan"
  22. %RasSrv-DispName%    = Ndi-RasSrv,    "MS_RasSrv"
  23. %Steelhead-DispName% = Ndi-Steelhead, "MS_Steelhead"
  24.  
  25.  
  26. [Ndi-RasMan]
  27. Characteristics = 0x28    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  28. AddReg          = Ndi-Reg-RasMan
  29.  
  30. [Ndi-RasSrv]
  31. Characteristics = 0x38    ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE
  32. AddReg          = Ndi-Reg-RasSrv
  33.  
  34. [Ndi-Steelhead]
  35. Characteristics = 0x28    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  36. AddReg          = Ndi-Reg-Steelhead, Reg-Steelhead
  37.  
  38.  
  39. [Ndi-Reg-RasMan]
  40. HKR, Ndi,            Service,       0, "RasMan"
  41. HKR, Ndi,            CoServices,    0x00010000, "RasAcd","RasAuto"
  42. HKR, Ndi,            ExcludeSetupStartServices, 0x00010000, "RasAcd","RasAuto"
  43. HKR, Ndi\Interfaces, UpperRange,    0, "noupper"
  44. HKR, Ndi\Interfaces, LowerRange,    0, "nolower"
  45.  
  46. [Ndi-Reg-RasSrv]
  47. HKR, Ndi,            ClsID,         0, "{6e65cbc1-926d-11d0-8e27-00c04fc99dcf}"
  48. HKR, Ndi, ComponentDll,, rascfg.dll
  49. HKR, Ndi\Interfaces, UpperRange,    0, "noupper"
  50. HKR, Ndi\Interfaces, LowerRange,    0, "nolower"
  51.  
  52. [Ndi-Reg-Steelhead]
  53. HKR, Ndi,            ClsID,         0, "{6e65cbc5-926d-11d0-8e27-00c04fc99dcf}"
  54. HKR, Ndi, ComponentDll,, rascfg.dll
  55. HKR, Ndi,            Service,       0, "RemoteAccess"
  56. HKR, Ndi,            CoServices,    0x00010000, "RemoteAccess"
  57. HKR, Ndi,            ExcludeSetupStartServices, 0x00010000, "RemoteAccess"
  58. HKR, Ndi\Interfaces, UpperRange,    0, "noupper"
  59. HKR, Ndi\Interfaces, LowerRange,    0, "nolower"
  60.  
  61. ;-------------------------------------------------------------------------
  62. ; [Services] sections.
  63. ;   0x10 = SPSVCINST_NOCLOBBER_STARTTYPE
  64. ;-------------------------------------------------------------------------
  65.  
  66. [Ndi-Steelhead.Services]
  67. AddService = IpFilterDriver,    0x10, Svc-IpFilter
  68.  
  69.  
  70. ;-------------------------------------------------------------------------
  71. ; [Service Install] sections.
  72. ;-------------------------------------------------------------------------
  73.  
  74. [Svc-IpFilter]
  75. DisplayName     = "@%systemroot%\system32\rascfg.dll,-32013"
  76. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  77. StartType       = 3 ;SERVICE_DEMAND_START
  78. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  79. ServiceBinary   = %12%\ipfltdrv.sys
  80. Dependencies    = Tcpip
  81. Description     = "@%systemroot%\system32\rascfg.dll,-32013"
  82.  
  83.  
  84. [Reg-Steelhead]
  85. HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls,               58bdf950-f471-11cf-aa67-00805f0c9232, 0, "ifadmin.dll"
  86. HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls,               58bdf951-f471-11cf-aa67-00805f0c9232, 0, "ipadmin.dll"
  87. HKLM, Software\Microsoft\Router\CurrentVersion\UiConfigDlls,               58bdf953-f471-11cf-aa67-00805f0c9232, 0, "ddmadmin.dll"
  88.  
  89.  
  90. [Strings]
  91. Msft = "Microsoft"
  92. RasMan-DispName             = "Remote Access Connection Manager"
  93. RasSrv-DispName             = "Dial-Up Server"
  94. Steelhead-DispName          = "Steelhead"
  95.  
  96.