;
; CMOUSE.INF
; - Installs mouse support files, etc.
;
; Copyright (c) 1995-1999
;
[Version]
CatalogFile=msmouse.cat
Signature="$CHICAGO$"
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
Class=Mouse
ClassGUID={4d36e96f-e325-11ce-bfc1-08002be10318}
Provider=%Provider%
SetupClass=Base
[DestinationDirs]
DefaultDestDir = 11 ; LDID_SYS
System.Copy = 11 ; LDID_SYS
VxD.Copy = 22 ; LDID_VMM32
INF.Copy = 17 ; LDID_INF
USBMOUSE.Copy = 10,system32\drivers
USBMOUSE.Del = 11
HIDMouse.Copy = 11 ; LDID_SYS
DriverCopy = 11
; Device types to hide
; ---------------------------------------------------------
[ControlFlags]
ExcludeFromSelect=*PNP0F01,*PNP0F03,*PNP0F04,*PNP0F05,*PNP0F06,*PNP0F07,*PNP0F08,*PNP0F09,*PNP0F0B,*PNP0F0E,*PNP0F0F,*PNP0F12,*PNP0F17,*PNP0F19,SERENUM\PNP0F0A
CopyFilesOnly=SERENUM\PNP0F0A
; Manufacturer Sections
; ---------------------------------------------------------
[Manufacturer]
%CHMfg% =CHMfg ;
[CHMfg]
%*PNP0F0C.DeviceDesc%=Sermou,*PNP0F0C,*PNP0F01,*PNP0F04,*PNP0F05,*PNP0F06,*PNP0F07,*PNP0F08,*PNP0F09,*PNP0F0F,*PNP0F17
%*PNP0F13.DeviceDesc%=PS2mou,*PNP0F13,*PNP0F03,*PNP0F0B,*PNP0F0E,*PNP0F12,*PNP0F19
%USB\VID_1241&PID_1155.DeviceDesc%=HIDMouse, HID\Vid_1241&Pid_1155
%USB\VID_1241&PID_1155.DeviceDesc%=HIDMouse, HID\Vid_05FE&Pid_0011
;
; This is the compatible id for HID mice;
; it will be matched when the primary id of the mouse is not recognized.
;
%HID_DEVICE_SYSTEM_MOUSE%=HIDMouse,HID_DEVICE_SYSTEM_MOUSE
; Install Sections
; ---------------------------------------------------------
[PS2mou]
CopyFiles=DriverCopy
AddReg=CommonReg,Ps2Reg
DelReg=DelReg
LogConfig=PS2.LogConfig
UpdateInis=driver.Ini
[PS2mou.PosDup]
*PNP0F03,*PNP0F0B,*PNP0F0E,*PNP0F12,*PNP0F13,*PNP0F19
[DriverCopy]
cmouse.vxd
[CommonReg]
HKR,,DevLoader,0,*vmouse
HKR,,MouseDriver,0,cmouse.vxd
HKR,,NoSetupUI,0,1
[SerialReg]
HKR,,MouseType,0,Serial
[Ps2Reg]
HKR,,MouseType,0,PS2
[DelReg]
HKR,,DevLoader,0,
HKR,,MouseDriver,0,
HKR,,MouseType,0,
HKR,,Cominfo,0,
[PS2.LogConfig]
ConfigPriority=HARDWIRED
IRQConfig=12
[driver.Ini]
system.ini,boot.description,,"mouse.drv=Mouse Driver", 0
system.ini,boot,,"mouse.drv=mouse.drv", 0
system.ini,386Enh,,"mouse=*vmouse", 0
; ---------------------------------------------------------
[MS.Copy]
;;mouse.drv
;;msmouse.vxd,,,32
[USBMOUSE.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"hidusb.sys"
[USBMOUSE.Copy]
hidclass.sys
hidusb.sys
hidparse.sys
[USBMOUSE.Del]
hidclass.sys
hidusb.sys
hidparse.sys
; --------------- All standard USB Mice
[USBMOUSE]
CopyFiles=MS.Copy, USBMOUSE.Copy
DelFiles=USBMOUSE.Del
AddReg=USBMOUSE.AddReg
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;; Install section for HID mice ;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[HIDMouse]
CopyFiles=HIDMouse.Copy
AddReg=HIDMouse.AddReg
[HIDMouse.Copy]
cmouhid.vxd
mouse.drv
msmouse.vxd,,,32;;required for scroll wheel and wheel button support
;;cmouse.vxd,,,32
[HIDMouse.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"cmouhid.vxd"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[SourceDisksNames]
1=%DrvDisk%,,1
[SourceDisksFiles]
cmouse.vxd=1
cmouhid.vxd=1
; User visible strings
; ---------------------------------------------------------
[Strings]
Provider="Chic"
MouseClassName="Mouse"
; Mfg names
CHMfg ="Chic"
; Driver Names
; Device Names
*PNP0F13.DeviceDesc = "PS/2 Port Mouse"
USB\VID_1241&PID_1155.DeviceDesc="PS2/USB Browser Combo Mouse"
HID_DEVICE_SYSTEM_MOUSE="HID-compliant mouse"
DrvDisk="Mouse Driver Disk"
; Standard defs
SPSVCINST_TAGTOFRONT = 0x00000001
SPSVCINST_ASSOCSERVICE= 0x00000002
SERVICE_KERNEL_DRIVER = 1
SERVICE_BOOT_START = 0
SERVICE_SYSTEM_START = 1
SERVICE_AUTO_START = 2
SERVICE_DEMAND_START = 3
SERVICE_ERROR_NORMAL = 1
SERVICE_ERROR_IGNORE = 0
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
REG_SZ = 0x00000000
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.