Here is netvpntp.inf file by sirip
sirip
Wed Oct 12 18:15:01 CDT 2005
; netVPNTP.INF
;
; Dual .INF file for vpntp Network Adapter
;
; Copyright (c) 2000
[version]
signature="$CHICAGO$"
Class=Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider=%Mfg%
Compatible = 1
DriverVer = 05/32/02,4.00.00.0052
; Millenium exclusive suffix
MillenniumPreferred = .me
;CatalogFile = ... add for WHQL ...
[Manufacturer]
%Mfg%=Models
[ControlFlags]
// Note: Uncomment next line if your NIC is not to be installed manually
;ExcludeFromSelect = *NO_VPNTP
[Models]
; DisplayName Section hw-id
; ----------- ------- ------
%*VPNTP.devicedesc%=*vpntp.ndi, *NO_VPNTP
;-------------------------------------------------------------
; Win2K
[*vpntp.ndi.NT]
AddReg = vpntp.w2k.reg, VPNTP.params.reg
CopyFiles = vpntp.w2k.CopyFiles
;
Characteristics = 0x81 ; NCF_ flags
;-------------------------------------------------------------
; Win2K
[*vpntp.ndi.NT.Services]
AddService = vpntp, 2, vpntp.Service, vpntp.EventLog
;-------------------------------------------------------------
; Win2K
[vpntp.w2k.reg]
HKR, Ndi, Service, 0,"VPNTP"
HKR,,NetworkAddress,,004C75696769
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
;-------------------------------------------------------------------------------
; W9X Install Section
;
[*VPNTP.ndi]
AddReg=*VPNTP.ndi.reg, VPNTP.ndi.reg, VPNTP.params.reg
;
;-------------------------------------------------------------------------------
; PnP ID section for W9X
[*VPNTP.ndi.reg]
HKR,Ndi,DeviceID,,"*VPNTP"
[VPNTP.ndi.reg]
; Forced W9X install section
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,vpntp.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
HKR,,NetworkAddress,,004C75696769
; NDIS Info
HKR,NDIS,LogDriverName,,"vpntp"
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3,ndis4,ndis5"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, LowerRange,,"ethernet"
HKR, Ndi\Interfaces, DefLower,,"ethernet"
; Install sectioins
HKR,Ndi\Install,ndis5,,"vpntp.ndis5"
; Install NDIS
[vpntp.ndis5]
CopyFiles=vpntp.w9x.CopyFiles
[vpntp.w9x.CopyFiles]
vpntp.sys
[vpntp.w2k.CopyFiles]
vpntp.sys
;-----------------------------------------------------------
; Sources
[SourceDisksNames]
99=%vpntp_disk%,"",0
[SourceDisksFiles]
vpntp.sys = 99
;-----------------------------------------------------------
; Destination Dir
[DestinationDirs]
DefaultDestDir =11 ; system dir
vpntp.w9x.CopyFiles =11 ; 9X: windows\system
vpntp.w2k.CopyFiles =12 ; W2K: system32\drivers
;-------------------------------------------------------------------------------
;-------------------------------------------------------------------------------
; Optional Custom Parameters in the Registry ("Advanced" menu).
[VPNTP.params.reg]
; For example:
;HKR, Ndi\params\Mode, ParamDesc, 0, %Mode%
;HKR, Ndi\params\Mode, type, 0, "enum"
;HKR, Ndi\params\Mode, default, 0, "Default"
;HKR, Ndi\params\Mode\enum, Default, 0, %Mode_basic%
;HKR, Ndi\params\Mode\enum, Cool, 0, %Mode_cool%
;
HKR, NDI\params\MTUSize, ParamDesc, 0, %Mode%
HKR, NDI\params\MTUSize, type, 0, "dword"
HKR, NDI\params\MTUSize, default, 0, 1500
HKR, NDI\params\MTUSize, optional, 0, "1"
HKR, NDI\params\MTUSize, max, 0, 1500
HKR, NDI\params\MTUSize, min, 0, 800
;
;HKR, NDI\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
;HKR, NDI\params\NetworkAddress, type, 0, "edit"
;HKR, NDI\params\NetworkAddress, LimitText, 0, "12"
;HKR, NDI\params\NetworkAddress, UpperCase, 0, "1"
;HKR, NDI\params\NetworkAddress, default, 0, " "
;HKR, NDI\params\NetworkAddress, optional, 0, "1"
;------------------------------------------------------------
; W2K Service entry, log, etc.
[vpntp.Service]
DisplayName = %vpntp.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\vpntp.sys
LoadOrderGroup = NDIS
[vpntp.EventLog]
AddReg = vpntp.AddEventLog.reg
[vpntp.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;-------------------------------------------------------------------------------
; Localizable Strings
;
[strings]
Mfg="XXXX"
*VPNTP.DeviceDesc="XXXX Virtual Adapter"
vpntp.devicedesc = "XXXX Virtual Adapter"
vpntp.Service.DispName = "XXXX Virtual Adapter"
NetworkAddress = "Network Address (MAC)"
Mode = "MTU Size"
Mode_basic = "Basic"
Mode_cool = "Cool"
vpntp_disk = "XXXX VPN Client Install Disk"