home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2002 November / MICD_2002_11.iso / Neostrada / NETPPP95.INF next >
INI File  |  2002-06-09  |  4KB  |  126 lines

  1. ;******************************************************************************
  2. ; PPP over Ethernet Protocol
  3. ; Windows 95 NDIS Protocol 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     = NetTrans
  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. %NETPPPOE.DisplayName% = NETPPPOE.NDI, NETPPPOE
  21.  
  22. [ControlFlags]
  23. ExcludeFromSelect.NT = NETPPPOE
  24.  
  25. ;------------------------------------------------------------------------------
  26. ; Network Device Install Section
  27. ;------------------------------------------------------------------------------
  28.  
  29. [NETPPPOE.NDI]
  30. AddReg      = NETPPPOE.NDI.AddReg
  31. DeviceID    = NETPPPOE
  32. MaxInstance = 8
  33. CopyFiles   = NETPPPOE.Files.INF, NETPPPOE.Files.SYS
  34.  
  35. ;------------------------------------------------------------------------------
  36. ; Registry Entries
  37. ;------------------------------------------------------------------------------
  38.  
  39. [NETPPPOE.NDI.AddReg]
  40. HKR, NDI, DeviceID,              0, "NETPPPOE"
  41. HKR, NDI, HelpText,              0, %NETPPPOE.HelpText%
  42. HKR, NDI, InstallInf,            0, "RASPPP95.INF"
  43. HKR, NDI, MaxInstance,           0, "8"
  44. HKR, NDI, NdiInstaller,          0, "WINPPPOE.DLL,ProtocolNdiProc"
  45. HKR, NDI, NetType,               0, "1"
  46.  
  47. ; Install section
  48. HKR, NDI\Install, ,              0, "NETPPPOE.Install"
  49.  
  50. ; Binding interfaces
  51. HKR, NDI\Interfaces, DefUpper,   0, "noupper"
  52. HKR, NDI\Interfaces, DefLower,   0, "ndis3,ndis4"
  53. HKR, NDI\Interfaces, UpperRange, 0, "noupper"
  54. HKR, NDI\Interfaces, LowerRange, 0, "ndis3,ndis4"
  55.  
  56. ; NDIS information
  57. HKR, NDIS, LogDriverName,        0, "RASPPPOE"
  58. HKR, NDIS, MajorNdisVersion,     1, 04
  59. HKR, NDIS, MinorNdisVersion,     1, 00
  60.  
  61. ; Install section
  62. [NETPPPOE.Install]
  63. AddReg = NETPPPOE.AddReg
  64.  
  65. ; Install registry section
  66. [NETPPPOE.AddReg]
  67. HKR, , DeviceVxDs,               0, "RASPPPOE.SYS"
  68. HKR, , DevLoader,                0, "*ndis"
  69. HKR, , EnumPropPages,            0, "NETDI.DLL,EnumPropPages"
  70.  
  71. ;------------------------------------------------------------------------------
  72. ; File Lists
  73. ;------------------------------------------------------------------------------
  74.  
  75. [NETPPPOE.Files.INF]
  76. NETPPP95.INF, , , 2
  77. RASPPP95.INF, , , 2
  78.  
  79. [NETPPPOE.Files.SYS]
  80. WINPPPOE.DLL, , , 2
  81. RASPPPOE.EXE, , , 2
  82. RASPPPOE.SYS, , , 2
  83.  
  84. ;------------------------------------------------------------------------------
  85. ; Source Directories
  86. ;------------------------------------------------------------------------------
  87.  
  88. [SourceDisksNames]
  89. 1 = %SourceDiskName%, ,
  90.  
  91. [SourceDisksFiles]
  92. NETPPP95.INF = 1
  93. RASPPP95.INF = 1
  94. WINPPPOE.DLL = 1
  95. RASPPPOE.EXE = 1
  96. RASPPPOE.SYS = 1
  97.  
  98. ;------------------------------------------------------------------------------
  99. ; Destination Directories
  100. ;------------------------------------------------------------------------------
  101.  
  102. [DestinationDirs]
  103. DefaultDestDir     = 10 ; %windir% directory
  104. NETPPPOE.Files.INF = 17 ; %windir%\INF directory
  105. NETPPPOE.Files.SYS = 11 ; %windir%\System directory
  106.  
  107. ;------------------------------------------------------------------------------
  108. ; Localizable Strings
  109. ;------------------------------------------------------------------------------
  110.  
  111. [Strings]
  112. ; INF Provider
  113. Provider = "Robert Schlabbach"
  114.  
  115. ; Manufacturer
  116. Manufacturer = "Robert Schlabbach"
  117.  
  118. ; Display Name
  119. NETPPPOE.DisplayName = "PPP over Ethernet Protocol (Windows 95)"
  120.  
  121. ; Help Text
  122. NETPPPOE.Helptext = "Allows making PPP connections through Ethernet adapters according to RFC 2516. Required for connecting with many broadband service providers."
  123.  
  124. ; Source Disk Description
  125. SourceDiskName = "PPP over Ethernet Protocol Installation Diskette"
  126.