;
; 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
%SERENUM\PTC0001.DeviceDesc% = SermouPnP,SERENUM\PTC0001,SERENUM\PNP0F0A
%SERENUM\HTK0001.DeviceDesc% = SermouPnP,SERENUM\HTK0001,SERENUM\PNP0F0A
%SERENUM\PNP0F0A.DeviceDesc% = SermouPnP,SERENUM\PNP0F0A
%USB\VID_05FE&PID_0005.DeviceDesc%=USBMOUSE, USB\VID_05FE&PID_0005
%USB\VID_05FE&PID_0009.DeviceDesc%=USBMOUSE, USB\VID_05FE&PID_0009
%USB\VID_05FE&PID_0011.DeviceDesc%=USBMOUSE, USB\VID_05FE&PID_0011
%USB\VID_1241&PID_1155.DeviceDesc%=USBMOUSE, USB\VID_1241&PID_1155
%USB\VID_1241&PID_1166.DeviceDesc%=USBMOUSE, USB\VID_1241&PID_1166
%USB\VID_1241&PID_1177.DeviceDesc%=USBMOUSE, USB\VID_1241&PID_1177
;
; 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
; ---------------------------------------------------------
[Sermou]
CopyFiles=DriverCopy
AddReg=CommonReg,SerialReg
DelReg=DelReg
UpdateInis=driver.Ini
[SermouPnP]
CopyFiles=DriverCopy
AddReg=CommonReg,SerialReg
DelReg=DelReg
UpdateInis=driver.Ini
[SermouPnP.PosDup]
*PNP0F0C,*PNP0F0F,*PNP0F01,*PNP0F09,*PNP0F08,*PNP0F0A,*PNP0F0F,*PNP0F17
[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 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="Office Mouse"
MouseClassName="Mouse"
; Mfg names
CHMfg ="Office Mouse"
; Driver Names
; Device Names
*PNP0F0C.DeviceDesc = "Serial Port Mouse"
*PNP0F13.DeviceDesc = "PS/2 Port Mouse"
SERENUM\PTC0001.DeviceDesc = "3D(4D) Browser Mouse Serial"
SERENUM\HTK0001.DeviceDesc = "3D Browser Mouse Serial"
SERENUM\PNP0F0A.DeviceDesc = "3D Wheel Mouse Serial"
USB\VID_05FE&PID_0005.DeviceDesc="USB Browser Mouse"
USB\VID_05FE&PID_0009.DeviceDesc="PS2/USB Browser Combo Mouse"
USB\VID_05FE&PID_0011.DeviceDesc="PS2/USB Browser Combo Mouse"
USB\VID_1241&PID_1155.DeviceDesc="PS2/USB Browser Combo Mouse"
HID_DEVICE_SYSTEM_MOUSE="HID-compliant mouse"
DrvDisk="Mouse Driver 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.