PMOUSE.INF Driver File Contents (R152683.EXE)

; Setup INF file for Mouse Suite
; Copyright (C) 1998-1999, All rights reserved.

[Version]
Signature    = "$WINDOWS NT$"
Class        = Mouse
ClassGUID    = {4D36E96F-E325-11CE-BFC1-08002BE10318}
Provider     = %Provider%
CatalogFile  = dlx32.cat
DriverVer    = 05/28/2006,%ProductVersion%

[ClassInstall32.NT]
AddReg = mouse_class_addreg

[mouse_class_addreg]
;HKR,,,,%MouseClassName%
HKR,,Icon,,"-2"
HKR,,Installer32,,"SysSetup.Dll,MouseClassInstaller"
HKR,,NoInstallClass,,"1"
;HKR,,TroubleShooter-0,,"tshoot.chm,hdw_mouse.htm"

[DestinationDirs]
DefaultDestDir          = 12 ; DIRID_DRIVERS
PMouse.Copy             = 11
PMouse.Copy.NT.SYS      = 12
PMouse.Copy.NT.DLL      = 11
PS2.Copy.NT             = 12

[ControlFlags]
;
; Mark any install sections for drivers that also control the i8042 keyboard port,
; so that we can warn the user that they may also be affecting their keyboard with
; a mouse driver change.
;
ExcludeFromSelect.ntx86 = *PNP0F13,*PNP0F03,*PNP0F0E,*PNP0F12,*PNP0F0B,*PNP0F19

[SourceDisksNames]
91 = %PMouseDisk%,"dlx32.cab"


[SourceDisksFiles]
PMXMOUSE.SYS = 91
PMXPS2M.SYS  = 91


ICONSPY.EXE = 91


; Manufacturer Sections
; ----------------------------------------
[Manufacturer]
%Mfg%  = PMouse

[PMouse]
; Tilt Wheel 
%PS2Mouse.Desc%=PS2Mouse.Inst,*PNP0F13,*PNP0F03,*PNP0F0E,*PNP0F12,*PNP0F0B,*PNP0F19,PS2_MOUSE



;--------------------------------------------------
;              PS2 Mouse Windows NT 
;--------------------------------------------------
[PS2Mouse.Inst.NT]
AddReg = PMouse.AddReg, PMouse.AddUninstReg, PMouse.AddUninstReg.NT
CopyFiles = PMouse.Copy, PS2.Copy.NT, PMouse.Copy.NT.SYS, PMouse.Copy.NT.DLL

[PS2Mouse.Inst.NT.Services]
AddService = pmxps2m,, pmxps2m.Service.Inst.NT, pmxps2m.EventLog.Inst.NT     ; Port Driver
AddService = pmxmouse,, pmxmouse.Service.Inst.NT, pmxmouse.EventLog.Inst.NT         ; Parent Driver
Include=msmouse.inf
Needs=PS2_Inst.Services

[PS2Mouse.Inst.NT.HW]
AddReg = PS2Mouse.Inst.NT.HW.AddReg
Include=msmouse.inf
Needs=PS2_Inst.HW

;--------------------------------
[PS2Mouse.Inst.NT.HW.AddReg]
;HKR,,"EnableWheelDetection",0x00010003,2
;HKR,,"MouseInitializePolled",0x00010003,1
HKR,,"UpperFilters",0x00010000,"pmxps2m"
;HKR,,"UpperFilters",0x00010000,"pmxmouse"



;----------------------------------------
; PMXps2m Service Install - Windows NT
;----------------------------------------
[pmxps2m.Service.Inst.NT]
DisplayName    = %PMXPS2M.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_DEMAND_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\pmxps2m.sys
LoadOrderGroup = Pointer Port

[pmxps2m.EventLog.Inst.NT]
AddReg         = pmxps2m.EventLog.AddReg.NT

[pmxps2m.EventLog.AddReg.NT]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\pmxps2m.sys"
HKR,,TypesSupported,%REG_DWORD%,7


;----------------------------------------
; PMXMouse Service Install - Windows NT
;----------------------------------------
[pmxmouse.Service.Inst.NT]
DisplayName    = %PMXMOUSE.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_SYSTEM_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\pmxmouse.sys
LoadOrderGroup = Pointer Class

[pmxmouse.EventLog.Inst.NT]
AddReg         = pmxmouse.EventLog.AddReg.NT

[pmxmouse.EventLog.AddReg.NT]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\pmxmouse.sys"
HKR,,TypesSupported,%REG_DWORD%,7





;--------------------------------------
; Common - AddReg section

[PMouse.AddReg]
; Add Run Key...
;HKLM,%SystemRunKey%,"PMX Daemon",0,	  PMXMICED.EXE
;HKLM,%SystemRunOnceKey%,"PMSETUP",,      "PMXMICED.EXE /RunOnce"
HKLM,%SystemRunKey%,"PMX Daemon",0,      "ICO.EXE"

HKLM,%ProductKey%,"ProductName",0,     %ProductName%
;;;;;;;;;;;;;;;;;;;;;;HKLM,%ProductKey%,"Version",0,         %ProductVersion%
;;;;;;;;;;;;;;;;;;;;;;HKCU,%ProductKey%,"Version",0,         %ProductVersion%
HKCU,%ProductKey%"\Productivity Utility","Show Task Bar Icon",%REG_DWORD%, 1

HKCU,%ProductKey%,"EnableTooltips",%REG_DWORD%,1

HKLM,%ProductKey%"\ButtonFunctions\HyperLink","Dll Path",0,            "pelutil"
HKLM,%ProductKey%"\ButtonFunctions\HyperLink","Function Entry",0,      "OnShortcut"
HKLM,%ProductKey%"\ButtonFunctions\HyperLink","Setting Entry",0,       "DlgShortcutSetting"
HKLM,%ProductKey%"\ButtonFunctions\HyperLink","Desc Entry",0,          "ShortcutGetDescript"
HKLM,%ProductKey%"\ButtonFunctions\HyperLink","Local Name Entry",0,    "ShortcutGetLocalName"
HKLM,%ProductKey%"\ButtonFunctions\HyperLink","Desc Name",0,           "HyperLink"
HKLM,%ProductKey%"\ButtonFunctions\HyperLink","Call On",%REG_DWORD%,   0
HKLM,%ProductKey%"\ButtonFunctions\HyperLink","Flag",%REG_DWORD%,      0
HKLM,%ProductKey%"\ButtonFunctions\Zooming","Dll Path",0,              "pelzoom"
HKLM,%ProductKey%"\ButtonFunctions\Zooming","Function Entry",0,        "OnZooming"
HKLM,%ProductKey%"\ButtonFunctions\Zooming","Setting Entry",0,         "DlgZoomingSetting"
HKLM,%ProductKey%"\ButtonFunctions\Zooming","Desc Entry",0,            "ZoomingGetDescript"
HKLM,%ProductKey%"\ButtonFunctions\Zooming","Local Name Entry",0,      "ZoomingGetLocalName"
HKLM,%ProductKey%"\ButtonFunctions\Zooming","Desc Name", 0,            "Magnifier"
HKLM,%ProductKey%"\ButtonFunctions\Zooming","Call On",%REG_DWORD%,     2
HKLM,%ProductKey%"\ButtonFunctions\Zooming","Flag",%REG_DWORD%,        0
;HKLM,%ProductKey%"\ButtonFunctions\CombinedKey","Dll Path",0,          "pelutil"
;HKLM,%ProductKey%"\ButtonFunctions\CombinedKey","Function Entry",0,    "OnCombinedKey"
;HKLM,%ProductKey%"\ButtonFunctions\CombinedKey","Setting Entry",0,     "DlgCombinedKeySetting"
;HKLM,%ProductKey%"\ButtonFunctions\CombinedKey","Desc Entry",0,        "CombinedKeyGetDescript"
;HKLM,%ProductKey%"\ButtonFunctions\CombinedKey","Local Name Entry",0,  "CombinedKeyGetLocalName"
;HKLM,%ProductKey%"\ButtonFunctions\CombinedKey","Desc Name",0,         "Combined Key"
;HKLM,%ProductKey%"\ButtonFunctions\CombinedKey","Call On",%REG_DWORD%, 0
;HKLM,%ProductKey%"\ButtonFunctions\CombinedKey","Flag",%REG_DWORD%,    0

; Universal Scrolling Exception...
HKCU,%ProductKey%"\Wheel\IntelliApp\Internet ListBox","Class",0,            "Internet Explorer_TridentLstBox"
HKCU,%ProductKey%"\Wheel\IntelliApp\Microsoft Internet Explorer","Class",0, "IEFrame"
HKCU,%ProductKey%"\Wheel\IntelliApp\Add/Remove Class","Class",0,            "DirectUIHWND"
HKCU,%ProductKey%"\Wheel\IntelliApp\ComboBox","Class",0,                    "ComboLBox"
HKLM,%ProductKey%"\Wheel\IntelliApp\Internet ListBox","Class",0,            "Internet Explorer_TridentLstBox"
HKLM,%ProductKey%"\Wheel\IntelliApp\Microsoft Internet Explorer","Class",0, "IEFrame"
HKLM,%ProductKey%"\Wheel\IntelliApp\Add/Remove Class","Class",0,            "DirectUIHWND"
HKLM,%ProductKey%"\Wheel\IntelliApp\ComboBox","Class",0,                    "ComboLBox"
HKCU,%ProductKey%"\Wheel\IntelliApp\Adobe Acrobat","Path",0,                "ACROBAT.EXE"
HKCU,%ProductKey%"\Wheel\IntelliApp\Microsoft PowerPoint","Path",0,         "POWERPNT.EXE"
HKCU,%ProductKey%"\Wheel\IntelliApp\Microsoft Word","Path",0,               "WINWORD.EXE"

; DL Tilt Wheel Mouse only...
HKCU,%ProductKey%"\Mouse\DLTiltWheel","ProductName",0,         %Premium.Product%
HKCU,%ProductKey%"\Mouse\DLTiltWheel","DefaultProductName",0,  %Premium.Product%
HKCU,%ProductKey%"\Mouse\DLTiltWheel","ID",%REG_DWORD%,        0xe7
HKLM,%ProductKey%"\Mouse\DLTiltWheel","ProductName",0,         %Premium.Product%
HKLM,%ProductKey%"\Mouse\DLTiltWheel","DefaultProductName",0,  %Premium.Product%
HKLM,%ProductKey%"\Mouse\DLTiltWheel","ID",%REG_DWORD%,        0xe7

[PMouse.AddUninstReg.NT]
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%NTServiceRootKey%"\pmxps2m",0,0
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%NTServiceRootKey%"\pmxmouse",0,0
HKLM,%UninstallKey%"\DeleteKey",%NTServiceRootKey%"\pmxps2m",0,""
HKLM,%UninstallKey%"\DeleteKey",%NTServiceRootKey%"\pmxmouse",0,""
HKLM,%UNINSTALL_SHARED_FILE%"\pmxmouse.sys",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pmxmouse.sys,0,"%SYS32_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\pmxps2m.sys",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pmxps2m.sys,0,"%SYS32_DIR%"

HKLM,%UninstallKey%"\RestoreDriver\"%Provider%,%PS2Mouse.Desc%,0,"Standard PS/2 Port Mouse"


[PMouse.AddUninstReg]

HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%ProductKey%,0,0
HKLM,%UninstallKey%"\DeleteKey",%ProductKey%,0,""
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_CURRENT_USER",%ProductKey%"\",0,0
HKLM,%UninstallKey%"\DeleteKey",%ProductKey%"\",0,HKEY_CURRENT_USER

HKLM,%UninstallKey%"\DeleteKey",%CoInstallerKey%"\",0,HKEY_CURRENT_USER

HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%SystemRunKey%,0,"PMX Daemon"
HKLM,%UninstallKey%"\DeleteValue",%SystemRunKey%,0,"PMX Daemon"

; Delete daemon 
HKLM,%UninstallKey%"\DeleteFiles",ICO.exe,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\ICONSPY.exe",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",ICONSPY.exe,0,""

; Delete control panel

HKLM,%UninstallKey%"\DeleteFiles",dlx32.cab,0,"%SYS32_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",dlx32.cat,0,"%SYS32_DIR%"

;Kill Window
HKLM,%UninstallKey%"\KillWindow\0001",Class,0,		"MS98 Daemon"
HKLM,%UninstallKey%"\KillWindow\0001",Caption,0,	"MS98 Daemon"
HKLM,%UninstallKey%"\KillWindow\0002",Class,0,		"Daemon Spy"
HKLM,%UninstallKey%"\KillWindow\0002",Caption,0,	"Daemon Spy"


; ----------------------------------------
; Copy Files Section

[PMouse.Copy]
ICONSPY.EXE,,,0x00000004


[PMouse.Copy.NT.DLL]


[PMouse.Copy.NT.SYS]
pmxmouse.SYS,,,0x00000004

[PMouse.Copy.HLP]



[PS2.Copy.NT]
pmxps2m.sys,,,0x00000004




; ----------------------------------------
; User-visible Strings
; ----------------------------------------
[Strings]
Provider    = "DELL"
Mfg         = "DELL"

; ======= Disk Name ==========
PMouseDisk  = "Mouse Suite Driver Disk"

; ======= Product Name ==========
ProductName    = "Mouse Suite"
ProductVersion = "1.9.1.0"

; ======= Product Misc. Info. ==========
2DMouseButtonNumber = "2"
OEMLogoNumber       = "2"
DefaultMouseID      = "E7"


; ======= Product Name =======
TiltWheel.Product   = "Tilt Wheel Mouse"
Premium.Product        = "Premium Mouse"

; ======= Device Names ==========
PS2Mouse.Desc     = "Premium Tilt Wheel Mouse"


; ======= Service Names =======
PMXMOUSE.SvcDesc = "PMXMOUSE"
PMXPS2M.SvcDesc  = "PMXPS2M"

; Description of device also controlled by a shared driver
PS2_Inst.SharedDriverMsg = "Keyboard Port"

;MouseClassName  = "Mouse"
ProductKey       = "SOFTWARE\Primax\Mouse Suite 98"
UninstallKeyName = "MouseSuite98"
UninstallKey     = "Software\Microsoft\Windows\CurrentVersion\Uninstall\MouseSuite98"
SystemRunKey     = "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"
SystemRunOnceKey = "SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
MouseCPLXKey     = "SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Mouse\shellex\PropertySheetHandlers"
NTServiceRootKey = "System\CurrentControlSet\Services"
CoInstallerKey   = "SOFTWARE\\Primax\\CoInstaller"

CPLXPPMCLSID     = "{94149CC1-2600-11D2-9D15-00C04F9A1D50}"
CPLXBDOCLSID     = "{94149CC0-2600-11D2-9D15-00C04F9A1D50}"
CPLXWHEELCLSID   = "{A2598260-0732-11D2-9D15-00C04F9A1D50}"

UNINSTALL_ROOT_KEY    = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
UNINSTALL_SHARED_FILE = "Software\Primax\Uninstall\SharedFile"
UNINSTALL_SHARED_REG  = "Software\Primax\Uninstall\SharedReg"

;  *******Non Localizable Strings******* 
SERVICE_BOOT_START      = 0x0 
SERVICE_SYSTEM_START    = 0x1 
SERVICE_AUTO_START      = 0x2 
SERVICE_DEMAND_START    = 0x3 
SERVICE_DISABLED        = 0x4 

SERVICE_KERNEL_DRIVER 	= 0x1 
SERVICE_ERROR_IGNORE 	= 0x0 
SERVICE_ERROR_NORMAL 	= 0x1 
SERVICE_ERROR_SEVERE 	= 0x2 
SERVICE_ERROR_CRITICAL 	= 0x3 

SPSVCINST_ASSOCSERVICE  = 0X00000002

REG_EXPAND_SZ	        = 0x00020000 
REG_DWORD               = 0x00010001 
REG_MULTI_SZ	        = 0x00010000

DEFUALT					= ""

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: web4, load: 1.17