Amouse.inf Driver File Contents (aor3d127.exe)

;------------------------------------------------------------------------
;     Amouse.inf
;     Mouse Setup Information File
;------------------------------------------------------------------------
[Version]
Signature=$CHICAGO$
Class=Mouse
Provider=%Mfg%
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
DriverVer=11/11/1999,1.27

; Install class "Mouse"
; ---------------------------------------------------------
[ClassInstall]
Addreg=MouseReg

[MouseReg]
HKR,,Installer,,"SetupX.Dll, Mouse_ClassInstaller"
HKR,,Icon,,"-2"

[DestinationDirs]
Inf.Copy=17
Amouse.Copy=11
Amouhid.Copy=11
Ai8042pt.Copy=12
Amserial.Copy=12

[SourceDisksNames]
51=%DISK_NAME%,,1

[SourceDisksFiles]
Amouse.inf=51
Amouse.vxd=51
Amouhid.vxd =51
Ai8042pt.sys=51
Amserial.sys=51

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

[Mfg]
;--------------------------------------------------Device ID strings
%A4M0001.DevDesc%=Ser_Inst,SERENUM\A4W0005
%A4M0002.DevDesc%=Ser_Inst,*PNP0F0C
%A4M0003.DevDesc%=Ser_Inst,*PNP0F01
%A4M0004.DevDesc%=PS2_Inst,A4M0004,*PNP0F13
%BIOS\A4M0004.DevDesc%=PS2_Inst,BIOS\*PNP0F13,*PNP0F13
%ROOT\A4M0004.DevDesc%=PS2_Inst,ROOT\*PNP0F13,*PNP0F13
%HID\VID_04B4&PID_0001.DeviceDesc%=A4HidMouse, HID\VID_04B4&PID_0001
%HID\VID_1161&PID_0022&MI_00.DeviceDesc%=A4HidMouse, HID\VID_1161&PID_0022&MI_00
%HID\VID_2522&PID_0001&MI_00.DeviceDesc%=A4HidMouse, HID\VID_2522&PID_0001&MI_00
%HID\VID_2522&PID_0002&MI_00.DeviceDesc%=A4HidMouse, HID\VID_2522&PID_0002&MI_00
%HID\VID_09DA&PID_0006.DeviceDesc%=A4HidMouse, HID\VID_09DA&PID_0006

[Inf.Copy]
Amouse.inf

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

; Serial Mouse for Windows NT
;-------------------------------------------------
[Ser_Inst.NT]
CopyFiles=Amserial.Copy,Inf.Copy
AddReg=Ser_Inst.NT.AddReg

[SerMouse.Copy]
Amserial.sys 

[Ser_Inst.NT.Services]
AddService=Amserial,0x00000002,Sermouse.Service.Inst,Sermouse.EventLog.Inst ; Port Driver

[Sermouse.Service.Inst]
DisplayName    = %SerMouse.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\Amserial.sys
LoadOrderGroup = Pointer Port

[Sermouse.EventLog.Inst]
AddReg=Sermouse.EventLog.AddReg

[Sermouse.EventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\genmmser.sys"
HKR,,TypesSupported,0x00010001,7

[Ser_Inst.NT.AddReg]
HKLM,SYSTEM\CurrentControlSet\Services\Sermouse,Start,0x00010001,0x00000004
HKLM,SYSTEM\CurrentControlSet\Services\mssermou,Start,0x00010001,0x00000004
HKLM,SYSTEM\CurrentControlSet\Services\Amserial,Tag,0x00010001,0x00000002
HKLM,SYSTEM\CurrentControlSet\Services\Amserial,Start,0x00010001,0x00000001
HKLM,SYSTEM\CurrentControlSet\Services\Amserial\Parameters,NumberOfButtons,0x00010001,0x00000003
HKLM,SYSTEM\CurrentControlSet\Services\Amserial\Parameters,MouseDataQueueSize,0x00010001,0x00000064
HKLM,SYSTEM\CurrentControlSet\Services\Amserial\Parameters,PointerDeviceBaseName,,"PointerPort"
HKLM,SYSTEM\CurrentControlSet\Services\Amserial\Parameters,SampleRate,0x00010001,0x00000028

; PS/2 Port Mouse For Windows NT
;-----------------------------------------------------
[PS2_Inst.NT]
CopyFiles=Ai8042pt.Copy,Inf.Copy
AddReg=PS2_Inst.NT.AddReg

[Ai8042pt.Copy]
Ai8042pt.sys

[PS2_Inst.NT.Services]
AddService=Ai8042pt,0x00000002,PS2mouse.Service.Inst,PS2mouse.EventLog.Inst ; Port Driver

[PS2mouse.Service.Inst]
DisplayName    = %PS2Mouse.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\Ai8042pt.sys
LoadOrderGroup = Keyboard Port

[PS2mouse.EventLog.Inst]
AddReg = PS2mouse.EventLog.AddReg

[PS2mouse.EventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\genmmps2.sys"
HKR,,TypesSupported,0x00010001,7

[PS2_Inst.NT.AddReg]
HKLM,SYSTEM\CurrentControlSet\Services\i8042prt,Start,0x00010001,0x00000004
HKLM,SYSTEM\CurrentControlSet\Services\msi8042,Start,0x00010001,0x00000004
HKLM,SYSTEM\CurrentControlSet\Services\Ai8042pt,Tag,0x00010001,0x00000002
HKLM,SYSTEM\CurrentControlSet\Services\Ai8042pt,Start,0x00010001,0x00000001
HKLM,SYSTEM\CurrentControlSet\Services\Ai8042pt\Parameters,NumberOfButtons,0x00010001,0x00000003
HKLM,SYSTEM\CurrentControlSet\Services\Ai8042pt\Parameters,MouseDataQueueSize,0x00010001,0x00000064
HKLM,SYSTEM\CurrentControlSet\Services\Ai8042pt\Parameters,PointerDeviceBaseName,,"PointerPort"
HKLM,SYSTEM\CurrentControlSet\Services\Ai8042pt\Parameters,SampleRate,0x00010001,0x00000028

; Win95 common
;------------------------------------
[Amouse.Copy]
Amouse.vxd

[Inst.DelReg]
HKR,,DevLoader
HKR,,MouseDriver
HKR,,MouseType
HKR,,ComInfo
HKLM,System\CurrentControlSet\Services\VxD\LMOUSE

; Serial Mouse For Win9X/ME
;-------------------------------------------
[Ser_Inst]
DelReg=Inst.DelReg
AddReg=Ser_Inst.AddReg,Inst.AddReg
CopyFiles=Amouse.Copy,Inf.Copy
UpdateInis=Ser_Inst.Ini

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

[Ser_Inst.AddReg]
HKR,,DevLoader,,*vmouse
HKR,,MouseDriver,,Amouse.vxd
HKR,,MouseType,,Serial
HKR,,InfPath,,Amouse.inf
HKR,,InfSection,,Ser_Inst
HKR,,NoSetupUI,,1
HKR,,ProviderName,,AOpen 
HKR,,Ver,,7.00

[Ser_Inst.Ini]
system.ini,boot,,"mouse.drv=mouse.drv"
system.ini,386Enh,,"mouse=*vmouse"
system.ini,boot.description,,"mouse.drv=%SerMouse.SvcDesc%"

; PS/2 Mouse For Win9X/ME
;------------------------------------------------
[PS2_Inst]
DelReg=Inst.DelReg
AddReg=PS2_Inst.Addreg,Inst.AddReg
CopyFiles=Amouse.Copy,Inf.Copy
UpdateInis=PS2_Inst.Ini
LogConfig=PS2.LogConfig

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

[PS2_Inst.AddReg]
HKR,,DevLoader,,*vmouse
HKR,,MouseDriver,,Amouse.vxd
HKR,,MouseType,,PS2
HKR,,InfPath,,Amouse.inf
HKR,,InfSection,,PS2_Inst
HKR,,NoSetupUI,,1
HKR,,ProviderName,,AOpen
HKR,,Ver,,7.00

[PS2.LogConfig]
ConfigPriority=HARDWIRED
IRQConfig=12

[PS2_Inst.Ini]
system.ini,boot,,"mouse.drv=mouse.drv"
system.ini,386Enh,,"mouse=*vmouse"
system.ini,boot.description,,"mouse.drv=%PS2Mouse.SvcDesc%"

; USB Mouse for win98
; ------------------------------------------------------- 
[A4HidMouse]
AddReg=A4HidMouse.AddReg
CopyFiles=Amouhid.Copy,Inf.copy

[A4HidMouse.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"Amouhid.vxd"

[Amouhid.Copy]
Amouhid.vxd

; User Visible Strings
;----------------------------------------------
[Strings]
Mfg="AOpen"
A4M0001.DevDesc="AOpen Serial Port Wheel Mouse"
A4M0002.DevDesc="AOpen Serial Port Mouse"
A4M0003.DevDesc="AOpen Serial Port Mouse"

A4M0004.DevDesc="AOpen PS/2 Port Mouse"
BIOS\A4M0004.DevDesc="AOpen PS/2 Port Mouse"
ROOT\A4M0004.DevDesc="AOpen PS/2 Port Mouse"

HID\VID_04B4&PID_0001.DeviceDesc="AOpen USB Port Mouse"
HID\VID_1161&PID_0022&MI_00.DeviceDesc="AOpen USB Port Mouse"
HID\VID_2522&PID_0001&MI_00.DeviceDesc="AOpen USB Port Mouse"
HID\VID_2522&PID_0002&MI_00.DeviceDesc="AOpen USB Port Mouse"
HID\VID_09DA&PID_0006.DeviceDesc="AOpen USB Port Mouse"

PS2Mouse.SvcDesc="AOpen PS/2 Port Mouse"
SerMouse.SvcDesc="AOpen Serial Port Mouse"

DISK_NAME="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: web2, load: 0.57