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

  1. ; NETSSTPA.INF -- Secure Socket Tunneling Protocol WAN Miniport
  2. ;
  3. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  4.  
  5. [Version]
  6. Signature   = "$Windows NT$"
  7. Class       = Net
  8. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  9. Provider    = %Msft%
  10. DriverVer=06/21/2006,6.0.6001.18000
  11.  
  12. [ControlFlags]
  13. ExcludeFromSelect =\
  14.     MS_SstpMiniport
  15.  
  16. [Manufacturer]
  17. %Msft% = Msft, NTx86
  18.  
  19. [Msft.NTx86]
  20. ; DisplayName                 Section               DeviceID
  21. ; -----------                 -------               --------
  22. %Mp-Sstp-Dispname%          = Ndi-Mp-Sstp,          "MS_SstpMiniport"
  23.  
  24. [Ndi-Mp-Sstp]
  25. Characteristics = 0x0029    ; NCF_VIRTUAL | NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  26. AddReg          = Ndi-Reg-Mp-Sstp
  27. *IfType         = 131        ; IF_TYPE_TUNNEL. 
  28. *MediaType      = 12        ; NdisMediumCoWan 
  29. *PhysicalMediaType = 0        ; NdisPhysicalMediumUnspecified 
  30.  
  31. ;-------------------------------------------------------------------------
  32. ; NDI AddReg sections.
  33. ;-------------------------------------------------------------------------
  34.  
  35. [Ndi-Reg-Mp-Sstp]
  36. HKR, Ndi,            Service,           0,          "RasSstp"
  37. HKR, Ndi\Interfaces, UpperRange,        0,          "ndiscowan"
  38. HKR, Ndi\Interfaces, LowerRange,        0,          "nolower"
  39. HKR, ,               MinWanEndpoints,   0x00010001, 0
  40. HKR, ,               MaxWanEndpoints,   0x00010001, 3
  41. HKR, ,               WanEndpoints,      0x00010003, 2
  42.  
  43. ;-------------------------------------------------------------------------
  44. ; [Services] sections.
  45. ;   1 = SPSVCINST_TAGTOFRONT
  46. ;   2 = SPSVCINST_ASSOCSERVICE
  47. ;   4 = SPSVCINST_DELETEEVENTLOGENTRY
  48. ;-------------------------------------------------------------------------
  49.  
  50. [Ndi-Mp-Sstp.Services]
  51. AddService = RasSstp,      2, Svc-Mp-Sstp
  52.  
  53. ;-------------------------------------------------------------------------
  54. ; [Service Install] sections.
  55. ;-------------------------------------------------------------------------
  56.  
  57.  
  58. [Svc-Mp-Sstp]
  59. DisplayName     = "@%systemroot%\system32\sstpsvc.dll,-202"
  60. ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
  61. StartType       = 3 ;SERVICE_DEMAND_START
  62. ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
  63. ServiceBinary   = %12%\rassstp.sys
  64. Description     = "@%systemroot%\system32\sstpsvc.dll,-202"
  65.  
  66. ;-------------------------------------------------------------------------
  67. ; [Event Log] sections.
  68. ;-------------------------------------------------------------------------
  69.  
  70. [Strings]
  71. Msft = "Microsoft"
  72.  
  73. Mp-Sstp-DispName            = "WAN Miniport (SSTP)"
  74.  
  75.  
  76.