tp4win2k.inf Driver File Contents (TrackPoint.zip)

;==============================================================================
;TP4WIN2K.INF Copyright (c) 1999-2002, IBM Corporation
;
; TrackPoint Driver Installation
;
; The Windows 2000/Windows XP TrackPoint software can be installed by
; selecting this INF file (tp4win2k.inf) from the Control Panel/System
; Properties/Hardware/Device Manager, Mouse, MouseDevice, Driver,
; Change Driver selection.
;
;==============================================================================

;==============================================================================
; Version, class and catolog information
;==============================================================================
[Version]
signature="$Windows NT$"
Class=Mouse
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
Provider=%FilterProvider%
CatalogFile=tp4win2k.cat
DriverVer=01/04/2002,2.18.0.0

;==============================================================================
; Control flags for installation.
;==============================================================================
[ControlFlags]
ExcludeFromSelect=*

;==============================================================================
; List of installation sections for manufacturers. In this INF file
; "IBM Corporation" has a single mouse type "IBM PS/2 TrackPoint"
; that will run the INF section TrackPoint_Install to install the
; TrackPoint driver.
;==============================================================================
[Manufacturer]
%FilterProvider%=Filter_Mouse

[Filter_Mouse]
%FilterProductName%=TrackPoint_Install,*IBM3780,*IBM3781,*PNP0F13,*PNP0F0E,*PNP0F03

;==============================================================================
; Main installation section
;==============================================================================
[TrackPoint_Install]
DelReg=TrackPoint.DelPrevReg
CopyFiles=TrackPoint.CopyFiles,TrackPoint.UsrCopy
AddReg=TrackPoint.AddReg,TrackPoint.AddUnInstallReg

;==============================================================================
; Delele any registry entries for previous TrackPoint driver. It is
; especially important to delete any mouse control panel stuff installed
; by the Microsoft TrackPoint driver on the Win 2000 cdrom.
;==============================================================================
[TrackPoint.DelPrevReg]
HKCR,"CLSID\{A8BD5E40-B686-11D0-BD54-0004AC25B162}","",0x00000002,"Mouse CPL TrackPoint Extension"
HKCR,"CLSID\{A8BD5E40-B686-11D0-BD54-0004AC25B162}\InProcServer32","",0x00000002,"tp4.dll"
HKCR,"CLSID\{A8BD5E40-B686-11D0-BD54-0004AC25B162}\InProcServer32","",0x00000002,"tp4ui.dll"
HKCR,"CLSID\{A8BD5E40-B686-11D0-BD54-0004AC25B162}\InProcServer32","ThreadingModel",0x00000002,"Apartment"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Mouse\shellex\PropertySheetHandlers\Mouse CPL TrackPoint Extension","",0x00000002,"{A8BD5E40-B686-11D0-BD54-0004AC25B162}"


;==============================================================================
; Media Descriptions
;==============================================================================
[SourceDisksNames]
1=%Media%

;==============================================================================
; Digital Signature
;==============================================================================
[SourceDisksFiles]
tp4track.sys=1
tp4serv.exe=1
tp4.cpl=1
tp4uires.dll=1
tp4ui.hlp=1
tp4table.dat=1
tp4unins.exe=1

;==============================================================================
; Copy TrackPoint device driver files.
;==============================================================================
[TrackPoint.CopyFiles]
tp4track.sys,,,%FORCE_COPY%

;==============================================================================
; Copy the user-mode files to the system SYSTEM32 directory
;==============================================================================
[TrackPoint.UsrCopy]
tp4serv.exe,,,%FORCE_COPY%
tp4.cpl,,,%FORCE_COPY%
tp4uires.dll,,,%FORCE_COPY%
tp4ui.hlp,,,%FORCE_COPY%
tp4table.dat,,,%FORCE_COPY%
tp4unins.exe,,,%FORCE_COPY%

;==============================================================================
; Add registry entry to start the TrackPoint server process and other
; basic registry entires.
;==============================================================================
[TrackPoint.AddReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,TrackPointSrv,0,"tp4serv.exe"
HKLM,Software\%COMPANYKEY%\"%TP4PRODKEY%","TAP_FILTER",65537,00,00,00,00
HKLM,Software\%COMPANYKEY%\"%TP4PRODKEY%","SAMPLE_RATE",65537,00,00,00,00
HKLM,Software\%COMPANYKEY%\"%TP4PRODKEY%","MOUSE_CPL_EXT",65537,00,00,00,00
HKLM,Software\%COMPANYKEY%\"%TP4PRODKEY%","EXT_MOUSE_DETECTION",65537,03,00,00,00

;==============================================================================
; Add registry enrty to do uninstall the TrackPoint software.
; The add/remove program uses this entry.
;==============================================================================
[TrackPoint.AddUnInstallReg]

HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\"%TP4PRODKEY%","DisplayName",0,%AddRemoveDesc%
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\"%TP4PRODKEY%","UninstallString",0x00020000,"%11%\tp4unins.exe"

;==============================================================================
; Add device driver entries. For each driver (port, filter and class)
; there is a service entry and an event logging entry.
;==============================================================================
[TrackPoint_Install.Services]
; Add Service for Filter Driver
AddService=Tp4Track,,Tp4Track_Service_Inst,Tp4Track_EventLog_Inst

;==============================================================================
; Add service entry and event log entry for TrackPoint system driver
;==============================================================================
[Tp4Track_Service_Inst]
DisplayName=%Tp4Track.SvcDesc%
ServiceType=1                   ; SERVICE_KERNEL_DRIVER
StartType=3                     ; SERVICE_DEMAND_START
ErrorControl=1                  ; SERVICE_ERROR_NORMAL
ServiceBinary=%12%\tp4track.sys
LoadOrderGroup=Keyboard Port

[Tp4Track_EventLog_Inst]
AddReg=Tp4Track_EventLog_AddReg

[Tp4Track_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%11%\IoLogMsg.dll;%11%\drivers\tp4track.sys"
HKR,,TypesSupported,0x00010001,7

;==============================================================================
; Add driver registry entries for i8042prt
;==============================================================================
[TrackPoint_Install.HW]
AddReg=TrackPoint_AddReg.HW

[TrackPoint_AddReg.HW]
HKR,,"UpperFilters",0x00010000,"Tp4Track"

;=====================================================================
; Directory destinations for file copy operations
;=====================================================================
[DestinationDirs]
DefaultDestDir=12
TrackPoint.UsrCopy=11

;=====================================================================
; String definitions
;=====================================================================
[Strings]

; Registry key name
TP4PRODKEY="TrackPoint"

; Manufacturers
COMPANYKEY="IBM"

;=====================================================================
; Win 2000 driver installation constants
;=====================================================================
FORCE_COPY=12

;=====================================================================
; OEM adjustable strings
;=====================================================================

; Filter Provider
FilterProvider="IBM Corporation"

; Product name
FilterProductName="IBM PS/2 TrackPoint"

; Name displayed in Add/Remove programs
AddRemoveDesc="IBM TrackPoint Support"

; Display string for driver TrackPoint service entry
Tp4Track.SvcDesc="IBM PS/2 TrackPoint Driver"

; Name displayed for distribution media
Media="IBM PS/2 TrackPoint Driver Diskette"
Download Driver Pack

How To Update Drivers Manually

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.

server: web2, load: 2.93