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

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