ARMOUSE.INF Driver File Contents (3button_Win9x_nt_2000.exe)


[Version]
Signature=$CHICAGO$
Class=Mouse
Provider=%Provider%
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}	; identifies MOUSE class GUID 


[DestinationDirs]
VXD.Copy=11
SERSYS.Copy=12
PS2SYS.Copy=12

[SourceDisksNames]
51="",,1

[SourceDisksFiles]
amouse.vxd=51
ati8042.sys=51
atsermou.sys=51

[Manufacturer]
%Mfg%=BBCWO

[BBCWO]
%STDSER.DevDesc%=Ser.BBCWO

%PNP0F13.DevDesc%=PS2.BBCWO,*PNP0F13
%BIOS\PNP0F13.DevDesc%=PS2.BBCWO,*PNP0F13
%ROOT\PNP0F13.DevDesc%=PS2.BBCWO,*PNP0F13

[Ser.BBCWO]
DelReg=BBCWO.DelReg
AddReg=Ser.BBCWO.AddReg, BBCWO.AddReg
CopyFiles=VXD.Copy
UpdateInis=BBCWO.Ini
REBOOT

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

[PS2.BBCWO]
DelReg=BBCWO.DelReg
AddReg=PS2.BBCWO.Addreg, BBCWO.AddReg
CopyFiles=VXD.Copy
UpdateInis=BBCWO.Ini
LogConfig=PS2.LogConfig
REBOOT

[PS2.BBCWO.PosDup]
*PNP0F13

;------------------------------------------------------
; Sections for Windows9x
;------------------------------------------------------
[VXD.Copy]
amouse.vxd

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

[BBCWO.Ini]
system.ini,boot,,"mouse.drv=mouse.drv"
system.ini,386Enh,,"mouse=*vmouse, msmouse.vxd"
system.ini,boot.description,,"mouse.drv=%SYSTEM_INI_DRIVER_DESCRIPTION%"


[BBCWO.AddReg]
HKR,,DevLoader,0,*vmouse
HKR,,NoSetupUI,,1
HKR,,InfPath,,"armouse.inf"
HKR,,MouseDriver,0,amouse.vxd
HKLM,System\CurrentControlSet\Services\VxD\LWBMOUSE,StaticVXD,,amouse.vxd
HKLM,System\CurrentControlSet\Services\VxD\LWBMOUSE,Start,11,00


[Ser.BBCWO.AddReg]
HKR,,MouseType,,SERIAL
HKR,,InfSection,,"Ser.BBCWO"

[PS2.BBCWO.AddReg]
HKR,,MouseType,,"PS2"
HKR,,InfSection,,"PS2.BBCWO"

[PS2.LogConfig]
ConfigPriority=HARDWIRED
IRQConfig=12


;---------------------------------------
; Sections for WINNT
;---------------------------------------
[Ser.BBCWO.NT]
CopyFiles=SERSYS.Copy
AddReg=SerParam.AddReg
REBOOT

[SERSYS.Copy]
atsermou.sys

[SerParam.AddReg]
HKLM,%Sermouse.Key%,DisplayName ,0x00000000,"ARTEC SERIAL MOUSE"
HKLM,%Sermouse.Key%,ErrorControl,0x00010001,0x1
HKLM,%Sermouse.Key%,Group       ,0x00000000,"Pointer Port"
HKLM,%Sermouse.Key%,ImagePath   ,0x00020000,"System32\Drivers\atsermou.SYS"
HKLM,%Sermouse.Key%,Start       ,0x00010001,0x1
HKLM,%Sermouse.Key%,Tag         ,0x00010001,0x2
HKLM,%Sermouse.Key%,Type        ,0x00010001,0x1

[Ser.BBCWO.NT.Services]
AddService = SERMOUSE, 0x00000002, sermouse_Service_Inst, sermouse_EventLog_Inst

[sermouse_Service_Inst]
DisplayName    = %sermouse.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\atsermou.SYS
LoadOrderGroup = Pointer Port

[sermouse_EventLog_Inst]
AddReg = sermouse_EventLog_AddReg

[sermouse_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\atsermou.SYS"
HKR,,TypesSupported,0x00010001,7

;--------- PS2 Mouse Install ------------------
[PS2.BBCWO.NT]
CopyFiles=PS2SYS.Copy
AddReg=PS2Param.AddReg
REBOOT

[PS2SYS.Copy]
ati8042.sys

[PS2Param.AddReg]
HKLM,%I8042Prt.Key%,DisplayName ,0x00000000,"Artec PS/2 MOUSE"
HKLM,%I8042Prt.Key%,ErrorControl,0x00010001,0x1
HKLM,%I8042Prt.Key%,Group       ,0x00000000,"Keyboard Port"
HKLM,%I8042Prt.Key%,ImagePath   ,0x00020000,"System32\Drivers\ati8042.SYS"
HKLM,%I8042Prt.Key%,Start       ,0x00010001,0x1
HKLM,%I8042Prt.Key%,Tag         ,0x00010001,0x2
HKLM,%I8042Prt.Key%,Type        ,0x00010001,0x1


[PS2.BBCWO.NT.Services]
AddService = i8042prt, 0x00000002, i8042prt_Service_Inst, i8042prt_EventLog_Inst

[i8042prt_Service_Inst]
DisplayName    = %i8042prt.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\ati8042.sys
LoadOrderGroup = Keyboard Port

[i8042prt_EventLog_Inst]
AddReg = i8042prt_EventLog_AddReg

[i8042prt_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\ati8042.sys"
HKR,,TypesSupported,0x00010001,7

;---------------------------------------------------------------------------
; Strings Section 
;---------------------------------------------------------------------------
[Strings]
Provider="ULTIMA"
Mfg="ULTIMA"
SYSTEM_INI_DRIVER_DESCRIPTION="ARTEC Mouse"

STDSER.DevDesc="ARTEC SERIAL MOUSE"
PNPSER.DevDesc="ARTEC SERIAL MOUSE"
SERENUM\PNPSER.DevDesc="ARTEC SERIAL MOUSE"

PNP0F13.DevDesc="ARTEC PS/2 MOUSE"
BIOS\PNP0F13.DevDesc="ARTEC PS/2 MOUSE"
ROOT\PNP0F13.DevDesc="ARTEC PS/2 MOUSE"


; Microsoft key
Sermouse.Key="SYSTEM\CurrentControlSet\Services\Sermouse"
I8042Prt.Key="SYSTEM\CurrentControlSet\Services\i8042prt"
SerParam.Key="SYSTEM\CurrentControlSet\Services\SERMOUSE\Parameters"
PS2Param.Key="SYSTEM\CurrentControlSet\Services\i8042prt\Parameters"

; Service Desc
i8042prt.SvcDesc = "ARTEC PS/2 MOUSE"
sermouse.SvcDesc = "ARTEC SERIAL MOUSE"
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: 1.93