Amouse.inf Driver File Contents (97773.zip)

;------------------------------------------------------------------------
;     Amouse.inf
;     Mouse Setup Information File For Windows 2000
;------------------------------------------------------------------------
[Version]
Signature="$Windows NT$"
Class=Mouse
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
Provider=%Mfg%
LayoutFile=layout.inf
DriverVer=02/18/2000,5.00.3000.0

[ClassInstall32.NT]
AddReg=mouse_class_addreg

[mouse_class_addreg]
HKR,,Icon,,"-2"
HKR,,Installer32,,"SysSetup.Dll,MouseClassInstaller"
HKR,,NoInstallClass,,"1"

[DestinationDirs]
DefaultDestDir = 12         ; DIRID_DRIVERS

; Manufacturer Sections
; ---------------------------------------------------------
[Manufacturer]
%Mfg%=Mfg

[Mfg]
%PNP0F01.DevDesc%=Ser_Inst,*PNP0F01           
%SERENUM\A4W0005.DevDesc%=Ser_Inst,SERENUM\A4W0005   
%PNP0F13.DevDesc%=PS2Filter_Inst,*PNP0F13,ACPI\PNP0F13                    
%PNP0F03.DevDesc%=PS2Filter_Inst,*PNP0F03,ACPI\PNP0F03                   
%PNP0F0B.DevDesc%=PS2Filter_Inst,*PNP0F0B,ACPI\PNP0F0B                    
%PNP0F0E.DevDesc%=PS2Filter_Inst,*PNP0F0E,ACPI\PNP0F0E                    
%PNP0F12.DevDesc%=PS2Filter_Inst,*PNP0F12,ACPI\PNP0F12                    
%PNP0F1C.DevDesc%=PS2Filter_Inst,*PNP0F1C,ACPI\PNP0F1C                    
%TSB7400.DevDesc%=PS2Filter_Inst,*TSB7400,ACPI\TSB7400                    
%IBM3780.DevDesc%=PS2Filter_Inst,*IBM3780,ACPI\IBM3780                    
%IBM3781.DevDesc%=PS2Filter_Inst,*IBM3781,ACPI\IBM3781     
               
; 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=Amps2prt.CopyFiles

[PS2Filter_Inst.Services]
AddService = Amps2prt,,Amps2prt_Service_Inst
Include=msmouse.inf
Needs=PS2_Inst.Services

[PS2Filter_Inst.HW]
DelReg=PS2Filter_Inst.HW.DelReg
AddReg=PS2Filter_Inst.HW.AddReg
Include=msmouse.inf
Needs=PS2_Inst.HW

[Amps2prt.CopyFiles]
Amps2prt.sys

[PS2Filter_Inst.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"Amps2prt"
HKR,,"EnableWheelDetection",0x00010003,2
HKR,,"MouseInitializePolled",0x00010003,0
HKR,,"DisableInitializePolledUI",0x00010003,1 
HKR,,"SampleRate",0x00010003,100

[PS2Filter_Inst.HW.DelReg]
HKR,,UpperFilters
HKR,,EnableWheelDetection
HKR,,MouseInitializePolled
HKR,,DisableInitializePolledUI
HKR,,SampleRate

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

;--------------------------------------------------------------------------------
;  Driver for Serial and HID mouse
;--------------------------------------------------------------------------------
[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 install sections
;----------------------------------------------------------
[Ser_Inst]
CopyFiles = Ser_CopyFiles, Amfilter.CopyFiles, mouclass_CopyFiles

[Ser_Inst.MigrateToDevnode]
Amserprt=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 = Amserprt, 0x00000002, Amserprt_Service_Inst, Amserprt_EventLog_Inst ; Port Driver
AddService = Amfilter,, Amfilter_Service_Inst  
AddService = mouclass,, mouclass_Service_Inst, mouclass_EventLog_Inst            ; Class Driver

[Ser_CopyFiles]
Amserprt.sys

[Amserprt_Service_Inst]
DisplayName    = %Amserprt.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

;--------------------------------------------------------------------------
[Strings]
Mfg="(Standard Mouse Types)"
PNP0F01.DevDesc="Serial Port Wheel Mouse"
SERENUM\A4W0005.DevDesc="Serial Port Wheel Mouse"
Amserprt.SvcDesc = "Serial Port Wheel Mouse Driver"

PNP0F13.DevDesc="PS/2 Port Wheel Mouse"
PNP0F03.DevDesc="PS/2 Port Wheel Mouse"
PNP0F12.DevDesc="PS/2 Port Wheel Mouse"
PNP0F0E.DevDesc="PS/2 Port Wheel Mouse"
PNP0F0B.DevDesc="PS/2 Port Wheel Mouse"
PNP0F1C.DevDesc="PS/2 Port Wheel Mouse"
TSB7400.DevDesc="PS/2 Port Wheel Mouse"
IBM3780.DevDesc="PS/2 Port Wheel Mouse"
IBM3781.DevDesc="PS/2 Port Wheel Mouse"
Amps2prt.SvcDesc = "PS/2 Port Wheel Mouse Filter Driver"

Amfilter.SvcDesc = "Compatible Mouse Filter Driver"
mouclass.SvcDesc = "mouse class driver"

















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: 1.45