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

  1. ;******************************************************************************
  2. ; PPP over Ethernet Protocol
  3. ; Windows 95 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 95$"
  10. Class     = Net
  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, RASPPPOE
  21.  
  22. [ControlFlags]
  23. ExcludeFromSelect = *
  24.  
  25. ;------------------------------------------------------------------------------
  26. ; Network Device Install Section
  27. ;------------------------------------------------------------------------------
  28.  
  29. [RASPPPOE.NDI]
  30. AddReg      = RASPPPOE.NDI.AddReg
  31. DeviceID    = RASPPPOE
  32. MaxInstance = 8
  33.  
  34. ;------------------------------------------------------------------------------
  35. ; Registry Entries
  36. ;------------------------------------------------------------------------------
  37.  
  38. [RASPPPOE.NDI.AddReg]
  39. HKR, NDI, DeviceID,                 0, "RASPPPOE"
  40. HKR, NDI, HelpText,                 0, %RASPPPOE.HelpText%
  41. HKR, NDI, MaxInstance,              0, "8"
  42. HKR, NDI, NdiInstaller,             0, "WINPPPOE.DLL,MiniportNdiProc"
  43.  
  44. ; Required components and Install section
  45. HKR, NDI\Compatibility, RequireAll, 0, "NDISWAN"
  46. HKR, NDI\Install,                 , 0, "RASPPPOE.Install"
  47.  
  48. ; Binding interfaces
  49. HKR, NDI\Interfaces, DefUpper,      0, "ndiswan"
  50. HKR, NDI\Interfaces, DefLower,      0, "nolower"
  51. HKR, NDI\Interfaces, UpperRange,    0, "ndiswan"
  52. HKR, NDI\Interfaces, LowerRange,    0, "nolower"
  53.  
  54. ; NDIS information
  55. HKR, NDIS, LogDriverName,           0, "RASPPPOE"
  56. HKR, NDIS, MajorNdisVersion,        1, 04
  57. HKR, NDIS, MinorNdisVersion,        1, 00
  58.  
  59. ; Install section
  60. [RASPPPOE.Install]
  61. AddReg = RASPPPOE.AddReg
  62.  
  63. ; Install registry section
  64. [RASPPPOE.AddReg]
  65. HKR, , DeviceVxDs,                  0, "RASPPPOE.SYS"
  66. HKR, , DevLoader,                   0, "*ndis"
  67. HKR, , EnumPropPages,               0, "NETDI.DLL,EnumPropPages"
  68.  
  69. ;------------------------------------------------------------------------------
  70. ; Localizable Strings
  71. ;------------------------------------------------------------------------------
  72.  
  73. [Strings]
  74. ; INF Provider
  75. Provider = "Robert Schlabbach"
  76.  
  77. ; Manufacturer
  78. Manufacturer = "Robert Schlabbach"
  79.  
  80. ; Display Name
  81. RASPPPOE.DisplayName = "PPP over Ethernet Miniport"
  82.  
  83. ; Help Text
  84. RASPPPOE.Helptext = "This component exposes the dial-up devices for the PPP over Ethernet Protocol."
  85.