;------------------------------------------------------------------------
; GMMATE98.INF
; Installs AMOUSE
;------------------------------------------------------------------------
[Version]
Signature=$CHICAGO$
Class=Mouse
Provider=%Mfg%
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
[DestinationDirs]
Gmouse.Copy=11
SerMouse.Copy=12
PS2Mouse.Copy=12
[SourceDisksNames]
51=%DISK_NAME%,,1
[SourceDisksFiles]
amouse.vxd=51
genmmser.sys=51
genmmps2.sys=51
; Manufacturer Section
;----------------------------------------------
[Manufacturer]
%Mfg%=Mfg
[Mfg]
;Device ID strings.
%KYE0001.DevDesc%=Ser_Inst,KYE0001
%SERENUM\KYE0001.DevDesc%=Ser_Inst,SERENUM\KYE0001
%GMM0001.DevDesc%=PS2_Inst,GMM0001,*PNP0F13
%BIOS\GMM0001.DevDesc%=PS2_Inst,BIOS\GMM0001,*PNP0F13
%ROOT\GMM0001.DevDesc%=PS2_Inst,ROOT\GMM0001,*PNP0F13
; Install Sections
;----------------------------------------------
; AMOUSE Serial Mouse Windows NT
;-------------------------------------------------
[Ser_Inst.NT]
CopyFiles=SerMouse.Copy
AddReg=Ser_Inst.NT.AddReg
[SerMouse.Copy]
genmmser.sys
[Ser_Inst.NT.Services]
AddService=genmmser,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%\genmmser.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\gensmser,Start,0x00010001,0x00000004
HKLM,SYSTEM\CurrentControlSet\Services\genmmser\Parameters,NumberOfButtons,0x00010001,0x00000003
HKLM,SYSTEM\CurrentControlSet\Services\genmmser\Parameters,MouseDataQueueSize,0x00010001,0x00000064
HKLM,SYSTEM\CurrentControlSet\Services\genmmser\Parameters,OverrideHardwareBitstring,0x00010001,0x0000001
HKLM,SYSTEM\CurrentControlSet\Services\genmmser\Parameters,PointerDeviceBaseName,,"PointerPort"
HKLM,SYSTEM\CurrentControlSet\Services\genmmser\Parameters,SampleRate,0x00010001,0x00000028
HKLM,SYSTEM\CurrentControlSet\Services\genmmser,Tag,0x00010001,0x00000002
HKLM,SYSTEM\CurrentControlSet\Services\genmmser,Start,0x00010001,0x00000004
; AMOUSE PS/2 Mouse Windows NT
;-----------------------------------------------------
[PS2_Inst.NT]
CopyFiles=PS2Mouse.Copy
AddReg=PS2_Inst.NT.AddReg
[PS2Mouse.Copy]
genmmps2.sys
[PS2_Inst.NT.Services]
AddService=genmmps2,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%\genmmps2.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\gensmps2,Start,0x00010001,0x00000004
HKLM,SYSTEM\CurrentControlSet\Services\genmmps2\Parameters,NumberOfButtons,0x00010001,0x00000003
HKLM,SYSTEM\CurrentControlSet\Services\genmmps2\Parameters,MouseDataQueueSize,0x00010001,0x00000064
HKLM,SYSTEM\CurrentControlSet\Services\genmmps2\Parameters,PointerDeviceBaseName,,"PointerPort"
HKLM,SYSTEM\CurrentControlSet\Services\genmmps2\Parameters,SampleRate,0x00010001,0x00000028
HKLM,SYSTEM\CurrentControlSet\Services\genmmps2,Tag,0x00010001,0x00000002
HKLM,SYSTEM\CurrentControlSet\Services\genmmps2,Start,0x00010001,0x00000004
; Win95 common
;------------------------------------
[Gmouse.Copy]
amouse.vxd
[Inst.DelReg]
HKR,,DevLoader
HKR,,MouseDriver
HKR,,MouseType
HKR,,ComInfo
[Inst.AddReg]
HKLM,System\CurrentControlSet\Services\VxD\LMOUSE,"StaticVxD",,"*vmouse"
; AMOUSE Serial Mouse Win95
;-------------------------------------------
[Ser_Inst]
DelReg=Inst.DelReg
AddReg=Ser_Inst.AddReg,Inst.AddReg
CopyFiles=Gmouse.Copy
UpdateInis=Ser_Inst.Ini
[Ser_Inst.PosDup]
*PNP0F0C,*PNP0F0F,*PNP0F01,*PNP0F09
[Ser_Inst.AddReg]
HKR,,DevLoader,,*vmouse
HKR,,MouseDriver,,amouse.vxd
HKR,,MouseType,,SERIAL
HKR,,NoSetupUI,,1
[Ser_Inst.Ini]
system.ini,boot,,"mouse.drv=mouse.drv"
system.ini,386Enh,,"mouse=*vmouse,msmouse.vxd"
system.ini,boot.description,,"mouse.drv=%KYE0001.DevDesc%"
; AMOUSE PS2 Mouse Win95
;------------------------------------------------
[PS2_Inst]
DelReg=Inst.DelReg
AddReg=PS2_Inst.Addreg,Inst.AddReg
CopyFiles=Gmouse.Copy
UpdateInis=PS2_Inst.Ini
LogConfig=PS2.LogConfig
[PS2_Inst.PosDup]
*PNP0F03,*PNP0F0B,*PNP0F0E,*PNP0F12,*PNP0F1C,*TOS7400
[PS2_Inst.AddReg]
HKR,,DevLoader,,*vmouse
HKR,,MouseDriver,,amouse.vxd
HKR,,MouseType,,"PS2"
HKR,,NoSetupUI,,1
[PS2.LogConfig]
ConfigPriority=HARDWIRED
IRQConfig=12
[PS2_Inst.Ini]
system.ini,boot,,"mouse.drv=mouse.drv"
system.ini,386Enh,,"mouse=*vmouse,msmouse.vxd"
system.ini,boot.description,,"mouse.drv=%GMM0001.DevDesc%"
; User Visible Strings
;----------------------------------------------
[Strings]
Mfg="KYE"
KYE0001.DevDesc="AMOUSE Serial Mouse"
SERENUM\KYE0001.DevDesc="AMOUSE Serial Mouse"
GMM0001.DevDesc="AMOUSE PS/2 Mouse"
BIOS\GMM0001.DevDesc="AMOUSE PS/2 Mouse"
ROOT\GMM0001.DevDesc="AMOUSE PS/2 Mouse"
PS2Mouse.SvcDesc="AMOUSE PS/2 Mouse"
SerMouse.SvcDesc="AMOUSE Serial Mouse"
DISK_NAME="AMOUSE 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.