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

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