; TDSLProt.inf
;
; Install File for T-DSL Network Transport
;
; The TDSL-Protocol will be bound automaticly to all installed network adapters.
;
; Futhermore the TDSLAdapter will be automaticly installed with the protocol.
;
; Copyright (c) 2000 T-Online International AG
;
; Created by Engel Technologieberatung KG (www.engel-kg.com)
;
;***********************************************************************
; network protocol installer script for Windows 2000.
;***********************************************************************
[version]
Signature = "$Windows NT$"
Class = NetTrans
ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318}
Provider = %tol%
DriverVer = 11/05/2000, 1.0.3
[Manufacturer]
%v_tol%=TOL
[TOL]
%TDSLProtocol_Desc%=Install, TDSLProtocol
;-------------------------------------------------------------------------
; Installation Section
;-------------------------------------------------------------------------
[Install]
AddReg=Inst_Ndi
Characteristics=0 ; Has no characterstic
;CopyFiles=CpyFilesFirst_Sys,CpyFilesFirst_Inf,CpyFiles_Sys,CpyFiles_Inf
CopyFiles=CpyFilesFirst_Sys,CpyFilesFirst_Inf
;-------------------------------------------------------------------------
; Ndi installation support
;-------------------------------------------------------------------------
[Inst_Ndi]
HKR,Ndi,Service,,"TDSLProtocol"
HKR,Ndi,HelpText,,%TDSLProtocol_HelpText%
HKR, Ndi\Interfaces, UpperRange,, noupper
HKR,"Ndi\Interfaces","LowerRange",,"ndis5,ndis4"
HKR,Ndi,RequiredAll,0,"TDSLAdapter"
;-------------------------------------------------------------------------
; Service installation support
;-------------------------------------------------------------------------
[Install.Services]
AddService=TDSLProtocol,,TDSLProtocol_Service_Inst
CopyFiles=CpyFiles_Sys,CpyFiles_Inf
[TDSLProtocol_Service_Inst]
DisplayName = %TDSLProtocol_Desc%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
;StartType = 2 ;SERVICE_AUTO_START
StartType = 3 ; 3=SERVICE_DEMAND_START 2=SERVICE_AUTO_START
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary = %12%\TDSLProt.sys
;LoadOrderGroup = "PNP_TDI"
LoadOrderGroup = NDIS
AddReg = AddReg_TDSLProtocol_Service_Inst
Description = %TDSLProtocol_Desc%
[AddReg_TDSLProtocol_Service_Inst]
HKLM,"System\CurrentControlSet\Services\TDSLProtocol","TextModeFlags",%REG_DWORD%,0x0001
;HKR,"Parameters","Test",,"Hello"
;-------------------------------------------------------------------------
; Support for removal of static registry settings
;-------------------------------------------------------------------------
[Install.Remove]
DelReg=Del_Static_Reg
[Install.Remove.Services]
DelService=TDSLProtocol
[Del_Static_Reg]
HKLM,"System\CurrentControlSet\Services\TDSLProtocol","TextModeFlags"
;-------------------------------------------------------------------------
; Declare Destination Directories for file copy/deletion
;-------------------------------------------------------------------------
[DestinationDirs]
CpyFilesFirst_Sys = 12 ; DIRID_DRIVERS
CpyFilesFirst_Inf = 17 ; INF
CpyFiles_Sys = 12 ; DIRID_DRIVERS
CpyFiles_Inf = 17 ; INF
;-------------------------------------------------------------------------
; Files to Copy/Delete - Referenced by Install and Remove sections above
;-------------------------------------------------------------------------
[CpyFiles_Sys]
TDSLProt.sys,,,2
[CpyFiles_Inf]
TDSLProt.inf,,,2
[CpyFilesFirst_Sys]
TDSLAdap.sys,,,2
[CpyFilesFirst_Inf]
TDSLAdap.inf,,,2
[Strings]
tol = "T-Online"
v_tol = "T-Online International AG"
TDSLProtocol_Desc = "T-DSL-Protocol (T-Online)"
TDSLProtocol_HelpText = "This driver implements the PPP-over-Ethernet (PPPoE) protocol. T-DSL is the product name of the ADSL connection provided in Germany by T-Online International AG. Created by www.engel.kg.com"
REG_DWORD = 0x10001
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.