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

  1. ; NETSSTPT.INF -- Secure Socket Tunneling Protocol Transport Edge
  2. ;
  3. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  4.  
  5. [Version]
  6. Signature   = "$Windows NT$"
  7. Class       = NetTrans
  8. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  9. Provider    = %Msft%
  10. DriverVer=06/21/2006,6.0.6001.18000
  11.  
  12. [ControlFlags]
  13. ExcludeFromSelect = MS_SSTP
  14.  
  15. [Manufacturer]
  16. %Msft% = Msft, NTx86
  17.  
  18. [Msft.NTx86]
  19. %Sstp-DispName%             = Ndi-SstpProtocol,     "MS_SSTP"
  20.  
  21. [Ndi-SstpProtocol]
  22. Characteristics = 0x38    ; NCF_HIDDEN | NCF_NO_SERVICE | NCF_NOT_USER_REMOVABLE
  23. AddReg          = Ndi-Reg-Sstp
  24.  
  25. [Ndi-Reg-Sstp]
  26. HKR, Ndi,            ClsID,         0,          "{0F0C09C5-601E-4396-BCD0-CDB343D7F657}"
  27. HKR, Ndi, ComponentDll,, rascfg.dll
  28. HKR, Ndi,            HelpText,      0,          "@%systemroot%\system32\sstpsvc.dll,-203"
  29. HKR, Ndi\Interfaces, UpperRange,    0,          "noupper"
  30. HKR, Ndi\Interfaces, LowerRange,    0,          "nolower"
  31.  
  32. [Strings]
  33. Msft = "Microsoft"
  34.  
  35. Sstp-DispName               = "SSTP based VPN"
  36.