;****************************************************************************** ; PPP over Ethernet Protocol ; Windows 2000 NDIS Protocol INF ; written by Robert Schlabbach (normanb@cs.TU-Berlin.DE) ; Copyright (C) 2000-2001 by Robert Schlabbach ;****************************************************************************** [Version] Signature = "$Windows NT$" ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318} Provider = %Provider% DriverVer = 05/29/2001,0.96.0666.1 [Manufacturer] %Manufacturer% = DevicesSection [DevicesSection] ; DisplayName Section DeviceID ; ----------- ------- -------- %NETPPPOE.DisplayName% = NETPPPOE.NDI, RS_NETPPPOE ;------------------------------------------------------------------------------ ; Network Device Install and Remove Sections ;------------------------------------------------------------------------------ [NETPPPOE.NDI] Characteristics = 0x90 ; NCF_HAS_UI | NCF_NO_SERVICE AddReg = NETPPPOE.AddReg CopyFiles = NETPPPOE.Files.INF, NETPPPOE.Files.DLL, NETPPPOE.Files.SYS [NETPPPOE.NDI.Remove] DelFiles = NETPPPOE.Files.INF, NETPPPOE.Files.PNF, NETPPPOE.Files.DLL, NETPPPOE.Files.SYS [NETPPPOE.NDI.Remove.Services] DelService = RMSPPPOE, 0x04 ; SPSVCINST_DELETEEVENTLOGENTRY ;------------------------------------------------------------------------------ ; Registry Entries ;------------------------------------------------------------------------------ [NETPPPOE.AddReg] HKR, NDI, HelpText, 0, %NETPPPOE.HelpText% HKR, NDI, ClsID, 0, {29011971-1999-4F54-554D-41494E535545} HKR, NDI, ComponentDll, 0, "%11%\RASPPPOE.DLL" HKR, NDI, Service, 0, "RMSPPPOE" HKR, NDI\Interfaces, UpperRange, 0, "noupper" HKR, NDI\Interfaces, LowerRange, 0, "ndis4,ndis5" ;------------------------------------------------------------------------------ ; File Lists ;------------------------------------------------------------------------------ [NETPPPOE.Files.INF] RASPPPOE.INF, , , 2 [NETPPPOE.Files.PNF] RASPPPOE.PNF, , , 2 [NETPPPOE.Files.DLL] RASPPPOE.DLL, , , 2 RASPPPOE.EXE, , , 2 [NETPPPOE.Files.SYS] RMSPPPOE.SYS, , , 2 ;------------------------------------------------------------------------------ ; Source Directories ;------------------------------------------------------------------------------ [SourceDisksNames] 1 = %SourceDiskName% [SourceDisksFiles] RASPPPOE.INF = 1 RASPPPOE.DLL = 1 RASPPPOE.EXE = 1 RMSPPPOE.SYS = 1 ;------------------------------------------------------------------------------ ; Destination Directories ;------------------------------------------------------------------------------ [DestinationDirs] DefaultDestDir = 10 ; %SystemRoot% NETPPPOE.Files.INF = 17 ; %SystemRoot%\INF directory NETPPPOE.Files.PNF = 17 ; %SystemRoot%\INF directory NETPPPOE.Files.DLL = 11 ; %SystemRoot%\System32 directory NETPPPOE.Files.SYS = 12 ; %SystemRoot%\System32\Drivers directory ;------------------------------------------------------------------------------ ; Localizable Strings ;------------------------------------------------------------------------------ [Strings] ; INF Provider Provider = "Robert Schlabbach" ; Manufacturer Manufacturer = "Robert Schlabbach" ; Display Name NETPPPOE.DisplayName = "PPP over Ethernet Protocol" ; Help Text NETPPPOE.Helptext = "Allows making PPP connections through Ethernet adapters according to RFC 2516. Required for connections with many broadband service providers." ; Source Disk Description SourceDiskName = "PPP over Ethernet Protocol Installation Diskette"