Amouse.inf Driver File Contents (desktop_gm-ac-iwheelworks_win98-driver.zip)

;------------------------------------------------------------------------------
;     Amouse.inf
;------------------------------------------------------------------------------
[Version]
Signature=$CHICAGO$
Class=Mouse
Provider=%Mfg%
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
DriverVer=08/25/2004,5.12.3022.0

;------------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir=12
Amouse.Copy=11
Amouhid.Copy=11
Amfilter.CopyFiles=12   ; DIRID_DRIVERS
Amserprt.CopyFiles=12
Amusbprt.CopyFiles=12
Amps2prt.CopyFiles=12

[SourceDisksNames]
51=%DISK_NAME%,,

[SourceDisksFiles]
Amouse.vxd=51
Amouhid.vxd =51
Amfilter.sys=51
Amserprt.sys=51
Amusbprt.sys=51
Amps2prt.sys=51

; 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                    
%TSB7400.DevDesc%=I8042_Mouse_Inst,*TSB7400,ACPI\TSB7400                    
%IBM3780.DevDesc%=I8042_Mouse_Inst,*IBM3780,ACPI\IBM3780                    
%IBM3781.DevDesc%=I8042_Mouse_Inst,*IBM3781,ACPI\IBM3781                    
%HID\VID_04B4&PID_0001.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_04B4&PID_0001
%HID\VID_09DA&PID_0006.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_09DA&PID_0006
%HID\VID_09DA&PID_000A.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_09DA&PID_000A
%HID\VID_09DA&PID_0018.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_09DA&PID_0018
%HID\VID_09DA&PID_001A.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_09DA&PID_001A
%HID\VID_09DA&PID_002A.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_09DA&PID_002A
%HID\VID_09DA&PID_002B.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_09DA&PID_002B
%HID\VID_1267&PID_0201.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_1267&PID_0201
%HID\VID_1267&PID_0210.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_1267&PID_0210
%HID\VID_1241&PID_1177.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_1241&PID_1177
%HID\VID_1241&PID_1166.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_1241&PID_1166
%HID\VID_1241&PID_1111.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_1241&PID_1111
%HID\VID_04D9&PID_0499.DeviceDesc%=USBHID_Mouse_Inst, HID\VID_04D9&PID_0499

; Install Sections
;------------------------------------------------------------------------------

;  Serial and HID mouse driver for Windows 2000/XP
;------------------------------------------------------------------------------
[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
ServiceBinary  = %12%\Amfilter.sys
LoadOrderGroup = Pointer Class

;  Serial Mouse for Windows 2000/XP
;------------------------------------------------------------------------------
[Serial_Mouse_Inst.NT]
Include=msmouse.inf
CopyFiles=Amserprt.CopyFiles, Amfilter.CopyFiles, mouclass_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
ServiceBinary  = %12%\Amserprt.sys
LoadOrderGroup = Pointer Port

[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


;  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.PosDup]
*PNP0F13, *PNP0F03,*PNP0F0E,*PNP0F12,*PNP0F1C,*TOS7400, *IBM3780, *IBM3781

[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

;  USB Port Mouse For Windows 2000/XP
;------------------------------------------------------------------------------
[USBHID_Mouse_Inst.NT]
Include=msmouse.inf
Copyfiles = Amusbprt.CopyFiles, Amfilter.CopyFiles, mouclass_CopyFiles

[Amusbprt.CopyFiles]
Amusbprt.sys

[USBHID_Mouse_Inst.NT.Services]
AddService = Amusbprt,0x00000002, Amusbprt_Service_Inst                ; Hid Driver
AddService = Amfilter,, Amfilter_Service_Inst  
Include=msmouse.inf
AddService = mouclass,, mouclass_Service_Inst, mouclass_EventLog_Inst  ; Class Driver

[Amusbprt_Service_Inst]
DisplayName    = %HidMouse.SvcDesc%
ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
StartType      = 3               ; SERVICE_DEMAND_START
ErrorControl   = 0               ; SERVICE_ERROR_IGNORE
ServiceBinary  = %12%\Amusbprt.sys
LoadOrderGroup = Pointer Port

; Win9X/ME 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=%Mouse.SvcDesc%"

;  Serial Mouse For 95/Win98/ME
;------------------------------------------------------------------------------
[Serial_Mouse_Inst]
DriverVer=08/25/2004,7.64.0.2
DelReg=Inst.DelReg
AddReg=Serial_Mouse_Inst.AddReg
CopyFiles=Amouse.Copy
UpdateInis=Mouse_Inst.Ini

[Serial_Mouse_Inst.PosDup]
*PNP0F0C,*PNP0F0F,*PNP0F01,*PNP0F09,*PNP0F0A,*PNP0F0B,*PNP0F14,*PNP0F1E

[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,,(Standard Mouse Types)
HKR,,Ver,,7.64.0.2

;  PS/2 Mouse For Windows 95/98/ME
;------------------------------------------------------------------------------
[I8042_Mouse_Inst]
DriverVer=08/25/2004,7.64.0.2
DelReg=Inst.DelReg
AddReg=I8042_Mouse_Inst.Addreg
CopyFiles=Amouse.Copy
UpdateInis=Mouse_Inst.Ini
LogConfig=PS2.LogConfig

[I8042_Mouse_Inst.PosDup]
*PNP0F13, *PNP0F03,*PNP0F0E,*PNP0F12,*PNP0F1C,*TOS7400, *IBM3780, *IBM3781

[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,,(Standard Mouse Types)
HKR,,Ver,,7.64.0.2

[PS2.LogConfig]
ConfigPriority=HARDWIRED
IRQConfig=12

;  USB Mouse for Windows 98/ME
;------------------------------------------------------------------------------
[USBHID_Mouse_Inst]
DriverVer=08/25/2004,7.64.0.2
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="(Standard Mouse Types)"
PNP0F01.DevDesc="Compatible Serial Port Mouse"
PNP0F0C.DevDesc="Compatible Serial Port Mouse"
SERENUM\A4W0005.DevDesc="Compatible Serial Port Wheel Mouse"
SerMouse.SvcDesc="Compatible Serial Port Mouse Driver"
A4M0004.DevDesc="Compatible PS/2 Port Mouse"
BIOS\A4M0004.DevDesc="Compatible PS/2 Port Mouse"
ROOT\A4M0004.DevDesc="Compatible PS/2 Port Mouse"
PNP0F13.DevDesc="Compatible PS/2 Port Mouse"
PNP0F03.DevDesc="Compatible PS/2 Port Mouse"
PNP0F12.DevDesc="Compatible PS/2 Port Mouse"
PNP0F0E.DevDesc="Compatible PS/2 Port Mouse"
PNP0F0B.DevDesc="Compatible PS/2 Port Mouse"
PNP0F1C.DevDesc="Compatible PS/2 Port Mouse"
TSB7400.DevDesc="Compatible PS/2 Port Mouse"
IBM3780.DevDesc="Compatible PS/2 Port Mouse"
IBM3781.DevDesc="Compatible PS/2 Port Mouse"
PS2Mouse.SvcDesc="Compatible PS/2 Port Mouse Driver"
HID\VID_04B4&PID_0001.DeviceDesc="Compatible USB Port Mouse"
HID\VID_09DA&PID_0006.DeviceDesc="Compatible USB Port Mouse"
HID\VID_09DA&PID_000A.DeviceDesc="Compatible USB Port Mouse"
HID\VID_09DA&PID_0018.DeviceDesc="Compatible USB Port Mouse"
HID\VID_09DA&PID_001A.DeviceDesc="Compatible USB Port Mouse"
HID\VID_09DA&PID_002A.DeviceDesc="Compatible USB Port Mouse"
HID\VID_09DA&PID_002B.DeviceDesc="Compatible USB Port Mouse"
HID\VID_1267&PID_0201.DeviceDesc="Compatible USB Port Mouse"
HID\VID_1267&PID_0210.DeviceDesc="Compatible USB Port Mouse"
HID\VID_1241&PID_1177.DeviceDesc="Compatible USB Port Mouse"
HID\VID_1241&PID_1166.DeviceDesc="Compatible USB Port Mouse"
HID\VID_1241&PID_1111.DeviceDesc="Compatible USB Port Mouse"
HID\VID_04D9&PID_0499.DeviceDesc="Compatible USB Port Mouse"

HidMouse.SvcDesc = "Compatible HID-compliant Mouse Driver"
Amfilter.SvcDesc = "Compatible Mouse Filter Driver"

Mouse.SvcDesc="Compatible Mouse Driver"

DISK_NAME="Compatible Mouse Install Disk"



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: web3, load: 2.22