; Mts2kPS2.inf
;
; Installation inf for a Win2K filtering PS2 mouse.
;
; (c) Copyright 2000-2001 3M Touch Systems
;
; Changes from DDK
; 1. removed CatalogFile=
; 2. Changes strings to use MicroTouch not reference DDK
;---------------------------------------------------------------------------
[Version]
Signature="$Windows NT$"
Provider=%Mts_StdMfg%
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
Class=Mouse
DriverVer=02/28/2003, 5.64.2.1
; CatalogFile=Mts2kPS2.cat
[DestinationDirs]
DefaultDestDir = 12
;---------------------------------------------------------------------------
;
; Manufacturer Sections
;
[Manufacturer]
%Mts_StdMfg% =Mts_StdMfg ; (Standard types)
%Mts_MSMfg% =Mts_MSMfg ; Microsoft
%Mts_LogiMfg% =Mts_LogiMfg ; Logitech
[Mts_StdMfg]
%Mts_*pnp0f0e.DeviceDesc%=Mts2kPS2_Inst,*PNP0F0E,PS2_MOUSE ; Std PS/2 mouse
[Mts_LogiMfg]
%Mts_*pnp0f12.DeviceDesc%=Mts2kPS2_Inst,*PNP0F12 ; Logi PS/2 mouse
[Mts_MSMfg]
%Mts_*pnp0f03.DeviceDesc%=Mts2kPS2_Inst,*PNP0F03 ; MS PS/2 mouse
%Mts_*pnp0f0b.DeviceDesc%=Mts2kPS2_Inst,*PNP0F0B ; MS PS/2 mouse
%Mts_*pnp0f13.DeviceDesc%=Mts2kPS2_Inst,*PNP0F13 ; MS PS/2 mouse
;---------------------------------------------------------------------------
;
; General installation section
;
[Mts2kPS2_Inst]
; perform port related actions from msmouse.inf
Include=msmouse.inf
Needs=PS2_Inst
; Copy the driver over
CopyFiles=Mts2kPS2_Inst.CopyFiles
;---------------------------------------------------------------------------
;
; File sections
;
[Mts2kPS2_Inst.CopyFiles]
Mts2kPS2.sys
;---------------------------------------------------------------------------
;
; Service Installation
;
[Mts2kPS2_Inst.Services]
AddService = Mts2kPS2, , Mts2kPS2_Service_Inst
; Install the port driver and mouclass from msmouse.inf
Include=msmouse.inf
Needs=PS2_Inst.Services
[Mts2kPS2_Service_Inst]
DisplayName = %Mts2kPS2_Inst.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Port
ServiceBinary = %12%\Mts2kPS2.sys
[Mts2kPS2_Inst.HW]
; Add the device upper filter
AddReg = Mts2kPS2_Inst.HW.AddReg
; run the directives need by the port driver
Include=msmouse.inf
Needs=PS2_Inst.HW
[Mts2kPS2_Inst.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"Mts2kPS2"
;---------------------------------------------------------------------------
;
; Source file information
;
; use [SourceDisksNames.x86] for x86 only installs
; use [SourceDisksNames.alpha] for alpha only installs
[SourceDisksNames]
1 = %12%,,,
; 1 = %DiskId1%,,,
[SourceDisksFiles]
Mts2kPS2.sys = 1,,
;---------------------------------------------------------------------------
[Strings]
;
; Non-Localizable Strings
;
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
SERVICEROOT = "System\CurrentControlSet\Services"
;
; Localizable Strings
;
Mts_StdMfg ="3M Touch Systems" ; (Standard mouse types)"
Mts_MSMfg ="3M Touch Systems" ; Microsoft"
Mts_LogiMfg ="3M Touch Systems" ; Logitech"
Mts_*pnp0f03.DeviceDesc = "MicroTouch filter for Microsoft PS/2 Mouse"
Mts_*pnp0f0b.DeviceDesc = "MicroTouch filter for Microsoft PS/2 Mouse"
Mts_*pnp0f0e.DeviceDesc = "MicroTouch filter for Standard PS/2 Port Mouse"
Mts_*pnp0f12.DeviceDesc = "MicroTouch filter for Logitech PS/2 Port Mouse"
Mts_*pnp0f13.DeviceDesc = "MicroTouch filter for PS/2 Compatible Mouse"
Mts2kPS2_Inst.SvcDesc="MicroTouch PS/2 touch screen Filter Driver"
DiskId1 = "MicroTouch PS/2 support Disk #1 (touch screen)"
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.