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

  1. ;******************************************************************************
  2. ; PPP over Ethernet Protocol
  3. ; Windows 2000 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 NT$"
  10. ClassGUID = {4D36E975-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. %NETPPPOE.DisplayName% = NETPPPOE.NDI, RS_NETPPPOE
  21.  
  22. ;------------------------------------------------------------------------------
  23. ; Network Device Install and Remove Sections
  24. ;------------------------------------------------------------------------------
  25.  
  26. [NETPPPOE.NDI]
  27. Characteristics = 0x90 ; NCF_HAS_UI | NCF_NO_SERVICE
  28. AddReg          = NETPPPOE.AddReg
  29. CopyFiles       = NETPPPOE.Files.INF, NETPPPOE.Files.DLL, NETPPPOE.Files.SYS
  30.  
  31. [NETPPPOE.NDI.Remove]
  32. DelFiles        = NETPPPOE.Files.INF, NETPPPOE.Files.PNF, NETPPPOE.Files.DLL, NETPPPOE.Files.SYS
  33.  
  34. [NETPPPOE.NDI.Remove.Services]
  35. DelService      = RMSPPPOE, 0x04 ; SPSVCINST_DELETEEVENTLOGENTRY
  36.  
  37. ;------------------------------------------------------------------------------
  38. ; Registry Entries
  39. ;------------------------------------------------------------------------------
  40.  
  41. [NETPPPOE.AddReg]
  42. HKR, NDI, HelpText,              0, %NETPPPOE.HelpText%
  43. HKR, NDI, ClsID,                 0, {29011971-1999-4F54-554D-41494E535545}
  44. HKR, NDI, ComponentDll,          0, "%11%\RASPPPOE.DLL"
  45. HKR, NDI, Service,               0, "RMSPPPOE"
  46. HKR, NDI\Interfaces, UpperRange, 0, "noupper"
  47. HKR, NDI\Interfaces, LowerRange, 0, "ndis4,ndis5"
  48.  
  49. ;------------------------------------------------------------------------------
  50. ; File Lists
  51. ;------------------------------------------------------------------------------
  52.  
  53. [NETPPPOE.Files.INF]
  54. RASPPPOE.INF, , , 2
  55.  
  56. [NETPPPOE.Files.PNF]
  57. RASPPPOE.PNF, , , 2
  58.  
  59. [NETPPPOE.Files.DLL]
  60. RASPPPOE.DLL, , , 2
  61. RASPPPOE.EXE, , , 2
  62.  
  63. [NETPPPOE.Files.SYS]
  64. RMSPPPOE.SYS, , , 2
  65.  
  66. ;------------------------------------------------------------------------------
  67. ; Source Directories
  68. ;------------------------------------------------------------------------------
  69.  
  70. [SourceDisksNames]
  71. 1 = %SourceDiskName%
  72.  
  73. [SourceDisksFiles]
  74. RASPPPOE.INF = 1
  75. RASPPPOE.DLL = 1
  76. RASPPPOE.EXE = 1
  77. RMSPPPOE.SYS = 1
  78.  
  79. ;------------------------------------------------------------------------------
  80. ; Destination Directories
  81. ;------------------------------------------------------------------------------
  82.  
  83. [DestinationDirs]
  84. DefaultDestDir     = 10 ; %SystemRoot% directory
  85. NETPPPOE.Files.INF = 17 ; %SystemRoot%\INF directory
  86. NETPPPOE.Files.PNF = 17 ; %SystemRoot%\INF directory
  87. NETPPPOE.Files.DLL = 11 ; %SystemRoot%\System32 directory
  88. NETPPPOE.Files.SYS = 12 ; %SystemRoot%\System32\Drivers directory
  89.  
  90. ;------------------------------------------------------------------------------
  91. ; Localizable Strings
  92. ;------------------------------------------------------------------------------
  93.  
  94. [Strings]
  95. ; INF Provider
  96. Provider = "Robert Schlabbach"
  97.  
  98. ; Manufacturer
  99. Manufacturer = "Robert Schlabbach"
  100.  
  101. ; Display Name
  102. NETPPPOE.DisplayName = "PPP over Ethernet Protocol"
  103.  
  104. ; Help Text
  105. NETPPPOE.Helptext = "Allows making PPP connections through Ethernet adapters according to RFC 2516. Required for connections with many broadband service providers."
  106.  
  107. ; Source Disk Description
  108. SourceDiskName = "PPP over Ethernet Protocol Installation Diskette"
  109.