Phidmoux.inf Driver File Contents (R152683.EXE)

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

[Version]
Signature    = "$WINDOWS NT$"
Class        = HIDClass
ClassGuid    = {745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider     = %Provider%
CatalogFile  = dlx64.cat
DriverVer    = 05/28/2006,%ProductVersion%

[DestinationDirs]
DefaultDestDir          = 12
USB.Copy.NT             = 12
PMouse.Copy             = 11
PMouse.Copy.NT.DLL      = 11
coinst.CopyFiles        = 11
PMouse.Copy.HLP         = 18
PMouse_Win              = 10

[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.
;
;Tilt Wheel Testing...
ExcludeFromSelect.ntamd64 = USB\VID_413C&PID_3016


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

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

ICONSPY.EXE  = 91

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

[PMouse.ntamd64]
; Tilt Wheel 
%USB\VID_413C&PID_3016.Desc% =USBMouse.Inst,USB\VID_413C&PID_3016


;------------------ HID Class Install -------------

;[ClassInstall]
;Addreg=HIDClassReg

[HIDClassReg]
HKR,,,,%HID.ClassName%
HKR,,Icon,,-24
HKR,,NoInstallClass,,1

[ClassInstall32.ntamd64]
Addreg      = HIDClassReg

;--------------------------------------------------
;		 USB Mouse Win2000 	
;--------------------------------------------------
[USBMouse.Inst.ntamd64]
AddReg       = PMouse.AddReg, PMouse.AddUninstReg, PMouse.AddUninstReg.NT, PMouse.AddUninstReg.USB
CopyFiles    = PMouse.Copy.NT.SYS, PMouse.Copy.HLP, PMouse.Copy.NT.DLL, PMouse.Copy, USB.Copy.NT
;Include      = input.inf
;Needs        = HID_Inst.NT

;;;[USBMouse.Inst.NT.CoInstallers]
;;;CopyFiles    = coinst.CopyFiles
;;;AddReg       = coinst.AddReg

[USBMouse.Inst.ntamd64.HW]
AddReg       = USBMouse.Inst.ntamd64.HW.AddReg

[USBMouse.Inst.ntamd64.Services]
AddService   = pmxusblf,, pmxusblf.Service.Inst.NT, pmxusblf.EventLog.Inst.NT
AddService   = pmxmouse,, pmxmouse.Service.Inst.NT, pmxmouse.EventLog.Inst.NT
Include      = input.inf
Needs        = HID_Inst.NT.Services

[USBMouse.Inst.ntamd64.HW.AddReg]
HKR,,"LowerFilters",%REG_MULTI_SZ%,"pmxusblf","pmxmouse"

;----------------------------------------
; pmxusblf Service Install - Windows NT
;----------------------------------------
[pmxusblf.Service.Inst.NT]
DisplayName    = %PMXUSBLF.SvcDesc%
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_DEMAND_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\pmxusblf.sys
LoadOrderGroup = extended base

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

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

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

[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"


; Font Zoomming Exception....
HKCU,%ProductKey%"\Wheel\FontZoomApp\Fire Fox","Class",0,            "MozillaWindowClass"
HKLM,%ProductKey%"\Wheel\FontZoomApp\Fire Fox","Class",0,            "MozillaWindowClass"
HKCU,%ProductKey%"\Wheel\FontZoomApp\Power Point","Class",0,         "PP11FrameClass"
HKLM,%ProductKey%"\Wheel\FontZoomApp\Power Point","Class",0,         "PP11FrameClass"
HKCU,%ProductKey%"\Wheel\FontZoomApp\Excel","Class",0,               "XLMAIN"
HKLM,%ProductKey%"\Wheel\FontZoomApp\Excel","Class",0,               "XLMAIN"
HKCU,%ProductKey%"\Wheel\FontZoomApp\Word","Class",0,                "OpusApp"
HKLM,%ProductKey%"\Wheel\FontZoomApp\Word","Class",0,                "OpusApp"
HKCU,%ProductKey%"\Wheel\FontZoomApp\OneNote","Path",0,              "ONENOTE.EXE"
HKLM,%ProductKey%"\Wheel\FontZoomApp\OneNote","Path",0,              "ONENOTE.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



; USB ID Supported
;Premium Mouse...
HKLM,%ProductKey%"\MouseUID","HID\VID_413C&PID_3016",%REG_DWORD%,	0xE7

[PMouse.AddUninstReg.NT]
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%NTServiceRootKey%"\pmxmouse",0,0
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%NTServiceRootKey%"\pmxusblf",0,0
HKLM,%UninstallKey%"\DeleteKey",%NTServiceRootKey%"\pmxmouse",0,""
HKLM,%UninstallKey%"\DeleteKey",%NTServiceRootKey%"\pmxusblf",0,""
HKLM,%UNINSTALL_SHARED_FILE%"\pmxmouse.sys",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pmxmouse.sys,0,"%SYS32_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\pmxusblf.sys",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pmxusblf.sys,0,"%SYS32_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\Pmouse.inf",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",Phidmou.inf,0,"%INF_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",Phidmou.pnf,0,"%INF_DIR%"

[PMouse.AddUninstReg.USB]
HKLM,%UninstallKey%"\RestoreDriver\"%Provider%,	 %USB\VID_413C&PID_3016.Desc%,0,"@HID"

[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,%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",dlx64.cab,0,"%SYS32_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",dlx64.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]

[USB.Copy.NT]
pmxusblf.sys,,,0x00000004

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

[PMouse.Copy.HLP]


[PMouse_Win]


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

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

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

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

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

; ======= Device Names ==========
USB\VID_413C&PID_3016.Desc = "Premium Tilt Wheel (HID)"


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

HID.ClassName    = "Human Interface Devices"
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"

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: web2, load: 1.07