????
Current Path : C:/Windows/INF/ |
Current File : C:/Windows/INF/oem8.inf |
;*********************************************************************** ; Copyright ?2010 DrayTek, Corp. ; ; VPPP NDIS WAN/TAPI device installer script. ;*********************************************************************** [version] Signature = "$Windows NT$" Compatible = 1 Class = Net ClassGUID = "{4D36E972-E325-11CE-BFC1-08002BE10318}" Provider = %VER_PROVIDER_NAME_STR% CatalogFile = VPPP.cat DriverVer = 03/01/2024, 0.9.1.3 ;%VER_FILE_MAJOR_STR%"."%VER_FILE_MINOR_STR%"."%VER_FILE_SUB_MINOR_STR% [Manufacturer] %VER_VENDOR_NAME_STR% = Devices,NTx86,NTia64,NTamd64 ;For Win2K [Devices] %VER_DEVICE_STR%" Adapter" = VPPP.Ndi, DrayTekVPPP ;For WinXP and later [Devices.NTx86] %VER_DEVICE_STR%" Adapter" = VPPP.Ndi, DrayTekVPPP [Devices.NTia64] %VER_DEVICE_STR%" Adapter" = VPPP.Ndi, DrayTekVPPP [Devices.NTamd64] %VER_DEVICE_STR%" Adapter" = VPPP.Ndi, DrayTekVPPP ;**************************************************************************** ; VPPP Main Install Section ;**************************************************************************** [VPPP.Ndi] AddReg = VPPP.Ndis.Reg, VPPP.Isdn.Params, VPPP.Gen.Params ;Characteristics = 0x81 ; NCF_HAS_UI | NCF_VIRTUAL Characteristics = 0x01 ; NCF_VIRTUAL *IfType = 0x6 ; IF_TYPE_ETHERNET_CSMACD *MediaType = 12 ; NdisMediumCoWan *PhysicalMediaType = 18 ; NdisPhysicalMediumWiredCoWan CopyFiles = VPPP.CopyFiles BusType = 0 ; TODO - Change from "Internal" bus to actual bus [VPPP.Ndi.Services] AddService = VPPP, 2, VPPP.Service, Common.EventLog ;**************************************************************************** ; VPPP Base Section ;**************************************************************************** [VPPP.Ndis.Reg] ; key,subkey,valuname,type,value HKR, Ndi, Service, 0, "VPPP" HKR, Ndi\Interfaces, UpperRange, 0, "ndiscowan" ; must be lower case HKR, Ndi\Interfaces, LowerRange, 0, "isdn" ; must be lower case ;**************************************************************************** ; ISDN Parameters ;**************************************************************************** [VPPP.Isdn.Params] ; key,subkey,valuname,type,value HKR, , IsdnAutoSwitchDetect,0x00010001, "0" HKR, , IsdnSwitchTypes, 0x00010001, "0x0000000E" HKR, , IsdnNumDChannels, 0x00010001, "1" HKR, , IsdnNumBChannels, 0x00010001, "1" HKR, , WanEndPoints, 0x00010001, "1" ; WanEndPoints should normally be set to (IsdnNumDChannels * IsdnNumBChannels) ;**************************************************************************** ; General Parameters ;**************************************************************************** [VPPP.Gen.Params] ; key,subkey,valuname,type,value HKR, , DebugFlags, 0x00010001, "0x00008043" ;**************************************************************************** ; NT Service Section ;**************************************************************************** [VPPP.Service] DisplayName = %VER_DEVICE_STR%" Adapter" ErrorControl = 1 ; SERVICE_ERROR_NORMAL LoadOrderGroup = NDIS ServiceBinary = %12%\VPPP.sys ; System32\Drivers ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; 3=SERVICE_DEMAND_START 2=SERVICE_AUTO_START [Common.EventLog] AddReg = Common.AddEventLog.Reg [Common.AddEventLog.Reg] ; key,subkey,valuname,type,value HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll" HKR, , TypesSupported, 0x00010001, "7" ;**************************************************************************** ; Source Directories ;**************************************************************************** [SourceDisksNames] ; The name of the disk that the user will be prompted for 1 = %DISK_NAME%, "VPPP.sys", [SourceDisksFiles] ; Which disk the files are located on VPPP.sys = 1 ;**************************************************************************** ; Destination Directories ;**************************************************************************** [DestinationDirs] DefaultDestDir = 12 ; System32\Drivers VPPP.CopyFiles = 12 ; System32\Drivers [VPPP.CopyFiles] VPPP.sys,,,2 ; The name of the driver ;**************************************************************************** ; Localizable Strings ;**************************************************************************** [strings] ; Provider VER_PROVIDER_NAME_STR = "DrayTek" ; Manufacturer VER_VENDOR_NAME_STR = "DrayTek, Corp." ; Device Descriptions VER_DEVICE_STR = "DrayTek Virtual PPP" ; Name on install disk DISK_NAME = "DrayTek Virtual PPP Install Disk"