home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2002 November / MICD_2002_11.iso / Neostrada / RASPPPOE.INF < prev    next >
INI File  |  2002-06-09  |  3KB  |  80 lines

  1. ;******************************************************************************
  2. ; PPP over Ethernet Protocol
  3. ; Windows 2000 NDIS Miniport INF
  4. ; written by Robert Schlabbach (normanb@cs.TU-Berlin.DE)
  5. ; Copyright (C) 2000-2002 by Robert Schlabbach
  6. ;******************************************************************************
  7.  
  8. [Version]
  9. Signature = "$Windows NT$"
  10. ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
  11. Provider  = %Provider%
  12. DriverVer = 06/10/2002,0.98.0715.0
  13.  
  14. [Manufacturer]
  15. %Manufacturer% = DevicesSection
  16.  
  17. [DevicesSection]
  18. ; DisplayName            Section       DeviceID
  19. ; -----------            -------       --------
  20. %RASPPPOE.DisplayName% = RASPPPOE.NDI, RS_RASPPPOE
  21.  
  22. [ControlFlags]
  23. ExcludeFromSelect = RS_RASPPPOE
  24.  
  25. ;------------------------------------------------------------------------------
  26. ; Network Device Install Section
  27. ;------------------------------------------------------------------------------
  28.  
  29. [RASPPPOE.NDI]
  30. Characteristics = 0x09 ; NCF_HIDDEN | NCF_VIRTUAL 
  31. AddReg          = RASPPPOE.AddReg
  32.  
  33. ;------------------------------------------------------------------------------
  34. ; Service Install Section
  35. ;------------------------------------------------------------------------------
  36.  
  37. [RASPPPOE.NDI.Services]
  38. AddService = RMSPPPOE, 2, RASPPPOE.AddService, RASPPPOE.AddEventLog
  39.  
  40. [RASPPPOE.AddService]
  41. DisplayName     = %RASPPPOE.DisplayName%
  42. ServiceType     = 1 ; SERVICE_KERNEL_DRIVER
  43. StartType       = 3 ; SERVICE_DEMAND_START
  44. ErrorControl    = 1 ; SERVICE_ERROR_NORMAL
  45. ServiceBinary   = %12%\RMSPPPOE.SYS
  46. LoadOrderGroup  = PNP_TDI
  47.  
  48. [RASPPPOE.AddEventLog]
  49. AddReg = RASPPPOE.AddEventLog.AddReg
  50.  
  51. [RASPPPOE.AddEventLog.AddReg]
  52. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\RASPPPOE.DLL"
  53. HKR, , TypesSupported,   0x00010001, 7
  54.  
  55. ;------------------------------------------------------------------------------
  56. ; Registry Entries
  57. ;------------------------------------------------------------------------------
  58.  
  59. [RASPPPOE.AddReg]
  60. HKR, NDI,            Service,    0, "RMSPPPOE"
  61. HKR, NDI\Interfaces, UpperRange, 0, "ndiswan"
  62. HKR, NDI\Interfaces, LowerRange, 0, "nolower"
  63. HKR, , MinWanEndPoints, 0x00010001, 1
  64. HKR, , MaxWanEndPoints, 0x00010001, 10
  65. HKR, , WanEndPoints,    0x00010001, 1
  66.  
  67. ;------------------------------------------------------------------------------
  68. ; Localizable Strings
  69. ;------------------------------------------------------------------------------
  70.  
  71. [Strings]
  72. ; INF Provider
  73. Provider = "Robert Schlabbach"
  74.  
  75. ; Manufacturer
  76. Manufacturer = "Robert Schlabbach"
  77.  
  78. ; Display Name
  79. RASPPPOE.DisplayName = "WAN Miniport (PPP over Ethernet Protocol)"
  80.