;------------------------------------------------------------------------------ ; Amouse.inf ; A4Tech Mouse Setup Information File For Windows 98/ME/2000 ; Copyright (c) 1999,2001 A4Tech Co.,Ltd. ;------------------------------------------------------------------------------ [Version] Signature=$CHICAGO$ Class=Mouse Provider=%Mfg% ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318} DriverVer=10/01/2000,5.10.3002.0 ;------------------------------------------------------------------------------ [SourceDisksNames] 51=%DISK_NAME%,, [SourceDisksFiles] Amouse.vxd=51 Amouhid.vxd =51 Amfilter.sys=51 Amserprt.sys=51 Amusbprt.sys=51 Amps2prt.sys=51 [DestinationDirs] DefaultDestDir=12 Amouse.Copy=11 Amouhid.Copy=11 Amfilter.CopyFiles=12 ; DIRID_DRIVERS Amserprt.CopyFiles=12 Amusbprt.CopyFiles=12 Amps2prt.CopyFiles=12 [ControlFlags] ExcludeFromSelect=*PNP0F0C,*PNP0F1C,SERENUM\A4W0005,HID\VID_09DA&PID_0006,HID\VID_09DA&PID_0018 ; Manufacturer Section ;------------------------------------------------------------------------------ [Manufacturer] %Mfg%=Mfg [Mfg] ;--------------------------------------------------------------Device ID strings %PNP0F01.DevDesc%=Serial_Mouse_Inst,*PNP0F01 %PNP0F0C.DevDesc%=Serial_Mouse_Inst,*PNP0F0C %SERENUM\A4W0005.DevDesc%=Serial_Mouse_Inst,SERENUM\A4W0005 %A4M0004.DevDesc%=I8042_Mouse_Inst,A4M0004,*PNP0F13 %BIOS\A4M0004.DevDesc%=I8042_Mouse_Inst,BIOS\*PNP0F13,*PNP0F13 %ROOT\A4M0004.DevDesc%=I8042_Mouse_Inst,ROOT\*PNP0F13,*PNP0F13 %PNP0F13.DevDesc%=I8042_Mouse_Inst,*PNP0F13,ACPI\PNP0F13 %PNP0F03.DevDesc%=I8042_Mouse_Inst,*PNP0F03,ACPI\PNP0F03 %PNP0F0B.DevDesc%=I8042_Mouse_Inst,*PNP0F0B,ACPI\PNP0F0B %PNP0F0E.DevDesc%=I8042_Mouse_Inst,*PNP0F0E,ACPI\PNP0F0E %PNP0F12.DevDesc%=I8042_Mouse_Inst,*PNP0F12,ACPI\PNP0F12 %PNP0F1C.DevDesc%=I8042_Mouse_Inst,*PNP0F1C,ACPI\PNP0F1C %HID\VID_04B4&PID_0001.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_04B4&PID_0001 %HID\VID_1161&PID_0022&MI_00.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_1161&PID_0022&MI_00 %HID\VID_2522&PID_0001&MI_00.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_2522&PID_0001&MI_00 %HID\VID_2522&PID_0002&MI_00.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_2522&PID_0002&MI_00 %HID\VID_09DA&PID_0006.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_09DA&PID_0006 %HID\VID_09DA&PID_0018.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_09DA&PID_0018 ; Install Sections ;------------------------------------------------------------------------------ [Amfilter.CopyFiles] Amfilter.sys [Amfilter_Service_Inst] DisplayName = %Amfilter.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 1 ; SERVICE_SYSTEM_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Pointer Class ServiceBinary = %12%\Amfilter.sys ; A4Tech Serial Mouse for Windows 2000/XP ;------------------------------------------------------------------------------ [Serial_Mouse_Inst.NT] Include=msmouse.inf CopyFiles=mouclass_CopyFiles,Amserprt.CopyFiles,Amfilter.CopyFiles [Serial_Mouse_Inst.NT.HW] AddReg=Serial_Mouse_Inst.NT.HW.AddReg [Serial_Mouse_Inst.NT.HW.AddReg] HKR,,"NumberOfButtons",0x00010003,2 HKR,,"SampleRate",0x00010003,40 [Serial_Mouse_Inst.NT.Services] AddService=Amserprt,0x00000002,Amserprt_Service_Inst,Amserprt_EventLog_Inst ;Port Driver AddService=Amfilter,,Amfilter_Service_Inst Include=msmouse.inf AddService = mouclass,, mouclass_Service_Inst, mouclass_EventLog_Inst ;Class Driver [Amserprt.CopyFiles] Amserprt.sys [Amserprt_Service_Inst] DisplayName = %SerMouse.SvcDesc% ServiceType = 1 ;SERVICE_KERNEL_DRIVER StartType = 3 ;SERVICE_DEMAND_START ErrorControl = 1 ;SERVICE_ERROR_NORMAL LoadOrderGroup = Pointer Port ServiceBinary = %12%\Amserprt.sys [Amserprt_EventLog_Inst] AddReg=Amserprt_EventLog_AddReg [Amserprt_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\Amserprt.sys" HKR,,TypesSupported,0x00010001,7 ; A4Tech USB Port Mouse For Windows 2000/XP ;------------------------------------------------------------------------------ [USBHID_Mouse_Inst.NT] Include=msmouse.inf Copyfiles=mouclass_CopyFiles,Amusbprt.CopyFiles,Amfilter.CopyFiles [Amusbprt.CopyFiles] Amusbprt.sys [USBHID_Mouse_Inst.NT.Services] Include=msmouse.inf AddService=mouclass,,mouclass_Service_Inst, mouclass_EventLog_Inst ; Class Driver AddService=Amusbprt,0x00000002,Amusbprt_Service_Inst,Amusbprt_EventLog_Inst ; Hid Driver AddService=Amfilter,,Amfilter_Service_Inst [Amusbprt_Service_Inst] DisplayName = %HidMouse.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Pointer Port ServiceBinary = %12%\Amusbprt.sys [Amusbprt_EventLog_Inst] AddReg=Amusbprt_EventLog_AddReg [Amusbprt_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\Amusbprt.sys" HKR,,TypesSupported,0x00010001,7 ; A4Tech PS/2 Port Mouse For Windows 2000/XP ;------------------------------------------------------------------------------ [I8042_Mouse_Inst.NT] Include=msmouse.inf Needs=PS2_Inst CopyFiles=Amps2prt.CopyFiles [I8042_Mouse_Inst.NT.Services] AddService = Amps2prt,,Amps2prt_Service_Inst Include=msmouse.inf Needs=PS2_Inst.Services [I8042_Mouse_Inst.NT.HW] DelReg=I8042_Mouse_Inst.NT.HW.DelReg AddReg=I8042_Mouse_Inst.NT.HW.AddReg Include=msmouse.inf Needs=PS2_Inst.HW [Amps2prt.CopyFiles] Amps2prt.sys [I8042_Mouse_Inst.NT.HW.AddReg] HKR,,"UpperFilters",0x00010000,"Amps2prt" HKR,,"EnableWheelDetection",0x00010003,2 HKR,,"MouseInitializePolled",0x00010003,0 HKR,,"DisableInitializePolledUI",0x00010003,1 HKR,,"SampleRate",0x00010003,100 [I8042_Mouse_Inst.NT.HW.DelReg] HKR,,UpperFilters HKR,,EnableWheelDetection HKR,,MouseInitializePolled HKR,,DisableInitializePolledUI HKR,,SampleRate [Amps2prt_Service_Inst] DisplayName = %PS2Mouse.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Pointer Port ServiceBinary = %12%\Amps2prt.sys ; Win95 common ;------------------------------------------------------------------------------ [Amouse.Copy] Amouse.vxd [Inst.DelReg] HKR,,DevLoader HKR,,MouseDriver HKR,,MouseType HKR,,ComInfo HKLM,System\CurrentControlSet\Services\VxD\LMOUSE [Mouse_Inst.Ini] system.ini,boot,,"mouse.drv=mouse.drv" system.ini,386Enh,,"mouse=*vmouse, msmouse.vxd" system.ini,boot.description,,"mouse.drv=A4Tech Mouse Driver" ; A4Tech Serial Mouse For Win98/ME ;------------------------------------------------------------------------------ [Serial_Mouse_Inst] DriverVer=10/01/2000,7.37.0.6 DelReg=Inst.DelReg AddReg=Serial_Mouse_Inst.AddReg CopyFiles=Amouse.Copy UpdateInis=Mouse_Inst.Ini [Serial_Mouse_Inst.AddReg] HKR,,DevLoader,,*vmouse HKR,,MouseDriver,,Amouse.vxd HKR,,MouseType,,Serial HKR,,InfPath,,Amouse.inf HKR,,InfSection,,Serial_Mouse_Inst HKR,,NoSetupUI,,1 HKR,,ProviderName,,A4Tech HKR,,Ver,,7.37.0.6 ; A4Tech PS/2 Mouse For Windows 98/ME ;------------------------------------------------------------------------------ [I8042_Mouse_Inst] DriverVer=10/01/2000,7.37.0.6 DelReg=Inst.DelReg AddReg=I8042_Mouse_Inst.Addreg CopyFiles=Amouse.Copy UpdateInis=Mouse_Inst.Ini LogConfig=PS2.LogConfig [I8042_Mouse_Inst.AddReg] HKR,,DevLoader,,*vmouse HKR,,MouseDriver,,Amouse.vxd HKR,,MouseType,,PS2 HKR,,InfPath,,Amouse.inf HKR,,InfSection,,I8042_Mouse_Inst HKR,,NoSetupUI,,1 HKR,,ProviderName,,A4Tech HKR,,Ver,,7.37.0.6 [PS2.LogConfig] ConfigPriority=HARDWIRED IRQConfig=12 ; A4Tech USB Mouse for Windows 98/ME ;------------------------------------------------------------------------------ [USBHID_Mouse_Inst] DriverVer=10/01/2000,7.37.0.6 AddReg=USBHID_Mouse_Inst.AddReg CopyFiles=Amouhid.Copy UpdateInis=Mouse_Inst.Ini [USBHID_Mouse_Inst.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,"Amouhid.vxd" [Amouhid.Copy] Amouhid.vxd ; User Visible Strings ;------------------------------------------------------------------------------ [Strings] Mfg="A4Tech" PNP0F01.DevDesc="A4Tech Serial Port Mouse" PNP0F0C.DevDesc="A4Tech Serial Port Mouse" SERENUM\A4W0005.DevDesc="A4Tech Serial Port Wheel Mouse" SerMouse.SvcDesc="A4Tech Serial Port Mouse Driver" A4M0004.DevDesc="A4Tech PS/2 Port Mouse" BIOS\A4M0004.DevDesc="A4Tech PS/2 Port Mouse" ROOT\A4M0004.DevDesc="A4Tech PS/2 Port Mouse" 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" PS2Mouse.SvcDesc="A4Tech PS/2 Port Mouse Driver" HID\VID_04B4&PID_0001.DeviceDesc="A4Tech USB Port Mouse" HID\VID_1161&PID_0022&MI_00.DeviceDesc="A4Tech USB Port Mouse" HID\VID_2522&PID_0001&MI_00.DeviceDesc="A4Tech USB Port Mouse" HID\VID_2522&PID_0002&MI_00.DeviceDesc="A4Tech USB Port Mouse" HID\VID_09DA&PID_0006.DeviceDesc="A4Tech USB Port Mouse" HID\VID_09DA&PID_0018.DeviceDesc="A4Tech USB Port Mouse" HidMouse.SvcDesc="A4Tech HID-compliant Mouse Driver" Amfilter.SvcDesc="A4Tech Mouse Filter Driver" DISK_NAME="A4Tech Mouse Install Disk"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.