;------------------------------------------------------------------------
; Awmouse.inf
; A4Tech Mouse Setup Information File For Windows 2000
; Copyright (c) 1999,2000 A4tech Co.,Ltd.
;------------------------------------------------------------------------
[Version]
Signature="$Windows NT$"
Class=Mouse
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
Provider=%A4TechMfg%
LayoutFile=layout.inf
DriverVer=02/18/2000,5.00.3000.0
[ClassInstall32.NT]
AddReg=mouse_class_addreg
[mouse_class_addreg]
HKR,,,,%MouseClassName%
HKR,,Icon,,"-2"
HKR,,Installer32,,"SysSetup.Dll,MouseClassInstaller"
HKR,,NoInstallClass,,"1"
[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS
; Manufacturer Sections
; ---------------------------------------------------------
[Manufacturer]
%A4TechMfg%=Mfg
[Mfg]
%PNP0F13.DevDesc%=PS2Filter_Inst,*PNP0F13
%PNP0F03.DevDesc%=PS2Filter_Inst,*PNP0F03
%PNP0F0B.DevDesc%=PS2Filter_Inst,*PNP0F0B
%PNP0F0E.DevDesc%=PS2Filter_Inst,*PNP0F0E
%PNP0F12.DevDesc%=PS2Filter_Inst,*PNP0F12
%PNP0F1C.DevDesc%=PS2Filter_Inst,*PNP0F1C
%TSB7400.DevDesc%=PS2Filter_Inst,*TSB7400
%IBM3780.DevDesc%=PS2Filter_Inst,*IBM3780
%IBM3781.DevDesc%=PS2Filter_Inst,*IBM3781
%SERENUM\A4W0005.DevDesc%=Ser_Inst,SERENUM\A4W0005
%PNP0F01.DevDesc%=Ser_Inst,*PNP0F01
%HID\VID_04B4&PID_0001.DeviceDesc%=HID_Mouse_Inst, HID\VID_04B4&PID_0001
%HID\VID_1161&PID_0022&MI_00.DeviceDesc%=HID_Mouse_Inst, HID\VID_1161&PID_0022&MI_00
; Install Sections
; ---------------------------------------------------------
;----------------------------------------------------------
; Mouse Class Driver install sections
;----------------------------------------------------------
[mouclass_CopyFiles]
mouclass.sys
[mouclass_Service_Inst]
DisplayName = %mouclass.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\mouclass.sys
LoadOrderGroup = Pointer Class
[mouclass_EventLog_Inst]
AddReg = mouclass_EventLog_AddReg
[mouclass_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\mouclass.sys"
HKR,,TypesSupported,0x00010001,7
;--------------------------------------------------------------------------------
; PS/2 Mouse Driver install sections
;--------------------------------------------------------------------------------
[PS2Filter_Inst]
Include=msmouse.inf
Needs=PS2_Inst
CopyFiles=Aps2wmou.CopyFiles
[Aps2wmou.CopyFiles]
Aps2wmou.sys
[PS2Filter_Inst.HW]
Include=msmouse.inf
Needs=PS2_Inst.HW
AddReg = PS2Filter_Inst.HW.AddReg
[PS2Filter_Inst.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"Aps2wmou"
HKR,,"EnableWheelDetection",0x00010003,2
HKR,,"MouseInitializePolled",0x00010003,0
[PS2Filter_Inst.Services]
AddService = Aps2wmou,,Aps2wmou_Service_Inst
Include=msmouse.inf
Needs=PS2_Inst.Services
[Aps2wmou_Service_Inst]
DisplayName = %Aps2wmou.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Port
ServiceBinary = %12%\Aps2wmou.sys
;--------------------------------------------------------------------------------
; Driver for Serial and HID mouse
;--------------------------------------------------------------------------------
[Awmconnt.CopyFiles]
Awmconnt.sys
[Awmconnt_Service_Inst]
DisplayName = %Awmconnt.SvcDesc%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
StartType = 1 ;SERVICE_SYSTEM_START
ErrorControl = 0 ;SERVICE_ERROR_IGNORE
ServiceBinary = %12%\Awmconnt.sys
LoadOrderGroup = Pointer Class
;----------------------------------------------------------
; Serial Mouse install sections
;----------------------------------------------------------
[Ser_Inst]
CopyFiles = Ser_CopyFiles, Awmconnt.CopyFiles, mouclass_CopyFiles
[Ser_Inst.MigrateToDevnode]
Aserwmou=NumberOfButtons,SampleRate
[Ser_Inst.HW]
AddReg = Ser_Inst.HW.AddReg
[Ser_Inst.HW.AddReg]
HKR,,"NumberOfButtons",0x00010003,2
HKR,,"SampleRate",0x00010003,40
; To turn off mouse removal detection, uncomment the following line
; HKR,,"WaitEventMask",0x00010001,0xFFFFFFFF
[Ser_Inst.Services]
AddService = Aserwmou, 0x00000002, Aserwmou_Service_Inst, Aserwmou_EventLog_Inst ; Port Driver
AddService = Awmconnt,, Awmconnt_Service_Inst
AddService = mouclass,, mouclass_Service_Inst, mouclass_EventLog_Inst ; Class Driver
[Ser_CopyFiles]
Aserwmou.sys
[Aserwmou_Service_Inst]
DisplayName = %Aserwmou.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_SYSTEM_MANUAL
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\Aserwmou.sys
LoadOrderGroup = Pointer Port
[Aserwmou_EventLog_Inst]
AddReg = Aserwmou_EventLog_AddReg
[Aserwmou_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\Aserwmou.sys"
HKR,,TypesSupported,0x00010001,7
;--------------------------------------------------------------------
; HID Mouse Driver install sections
;--------------------------------------------------------------------
[HID_Mouse_Inst]
Copyfiles = HID_Mouse_Inst.CopyFiles, Awmconnt.CopyFiles, mouclass_CopyFiles
[HID_Mouse_Inst.CopyFiles]
awmouhid.sys
[HID_Mouse_Inst.Services]
AddService = awmouhid,0x00000002, Awmouhid_Service_Inst ; Hid Driver
AddService = Awmconnt,, Awmconnt_Service_Inst
AddService = mouclass,, mouclass_Service_Inst, mouclass_EventLog_Inst ; Class Driver
[Awmouhid_Service_Inst]
DisplayName = %Awmouhid.SvcDesc%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
StartType = 3 ;SERVICE_SYSTEM_START
ErrorControl = 0 ;SERVICE_ERROR_IGNORE
ServiceBinary = %12%\awmouhid.sys
LoadOrderGroup = Pointer Port
AddReg = Awmouhid_Service_Inst_AddReg
[Awmouhid_Service_Inst_AddReg]
HKR,"Parameters","UseOnlyMice",0x00010001,0
HKR,"Parameters","TreatAbsoluteAsRelative",0x00010001,0
HKR,"Parameters","TreatAbsolutePointerAsAbsolute",0x00010001,0
;--------------------------------------------------------------------------
[Strings]
A4TechMfg="A4Tech"
PNP0F13.DevDesc="A4Tech PS/2 Port Mouse"
PNP0F03.DevDesc="A4Tech PS/2 Port Mouse"
PNP0F12.DevDesc="A4Tech PS/2 Port Mouse"
PNP0F0E.DevDesc="A4Tech PS/2 Port Mouse"
PNP0F0B.DevDesc="A4Tech PS/2 Port Mouse"
PNP0F1C.DevDesc="A4Tech PS/2 Port Mouse"
TSB7400.DevDesc="A4Tech PS/2 Port Mouse"
IBM3780.DevDesc="A4Tech PS/2 Port Mouse"
IBM3781.DevDesc="A4Tech PS/2 Port Mouse"
PNP0F01.DevDesc="A4Tech Serial Port Mouse"
SERENUM\A4W0005.DevDesc="A4tech Serial Port Wheel Mouse"
HID\VID_04B4&PID_0001.DeviceDesc = "A4Tech USB Port Mouse"
HID\VID_1161&PID_0022&MI_00.DeviceDesc="A4Tech USB Mouse"
Aps2wmou.SvcDesc = "A4Tech PS/2 Port Mouse Filter Driver"
Awmconnt.SvcDesc = "A4Tech Mouse Filter Driver"
Aserwmou.SvcDesc = "A4Tech Serial Port Mouse Driver"
Awmouhid.SvcDesc = "A4Tech HID-compliant mouse driver"
mouclass.SvcDesc = "mouse class driver"
MouseClassName="Mice and other pointing devices"
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.