; 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 = ms99.cat
DriverVer = 03/29/2007,%ProductVersion%
[DestinationDirs]
DefaultDestDir = 12
USB.Copy.NT = 12
PMouse.Copy = 11
PMouse.Copy.NT.DLL = 11
coinst.CopyFiles = 11
PMouse.Copy.HLP = 18
[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.
;
;SharedDriver=PS2Mouse.Inst,%PS2_Inst.SharedDriverMsg%
ExcludeFromSelect.ntx86=USB\VID_0461&PID_4D41&REV_0100
ExcludeFromSelect.ntx86=USB\VID_0461&PID_4D42
ExcludeFromSelect.ntx86=USB\VID_0461&PID_4D2F
[SourceDisksNames]
91 = %PMouseDisk%,"Ms98.cab"
[SourceDisksFiles]
PELMOUSE.SYS = 91
PELUSBLF.SYS = 91
ICONSPY.EXE = 91
Pelsetup.dll = 91
; Manufacturer Sections
; ----------------------------------------
[Manufacturer]
%Mfg% = PMouse,ntamd64
[PMouse.ntamd64]
%USB\VID_0461&PID_4D41.Desc% =TiltRF5B.Inst,USB\VID_0461&PID_4D41&REV_0100
%USB\VID_0461&PID_4D42.Desc% =Tilt5B.Inst,USB\VID_0461&PID_4D42
%USB\VID_0461&PID_4D42.Desc% =Tilt5B.Inst,USB\VID_0461&PID_4D2F
;------------------ HID Class Install -------------
;[ClassInstall]
;Addreg=HIDClassReg
[HIDClassReg]
HKR,,,,%HID.ClassName%
HKR,,Icon,,-24
HKR,,NoInstallClass,,1
[ClassInstall32.ntamd64]
Addreg = HIDClassReg
;--------------------------------------------------
; TiltRF5B
;--------------------------------------------------
[TiltRF5B.Inst.ntamd64]
AddReg = TiltRF5B.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
[TiltRF5B.Inst.ntamd64.CoInstallers]
CopyFiles = coinst.CopyFiles
AddReg = coinst.AddReg
[TiltRF5B.Inst.ntamd64.HW]
AddReg = TiltRF5B.Inst.NTamd64.HW.AddReg
[TiltRF5B.Inst.ntamd64.Services]
AddService = pelusblf,, pelusblf.Service.Inst.ntamd64, pelusblf.EventLog.Inst.ntamd64
AddService = pelmouse,, pelmouse.Service.Inst.ntamd64, pelmouse.EventLog.Inst.ntamd64
Include = input.inf
Needs = HID_Inst.NT.Services
[TiltRF5B.Inst.ntamd64.HW.AddReg]
HKR,,"LowerFilters",%REG_MULTI_SZ%,"Pelusblf","pelmouse"
;--------------------------------------------------
; Tilt5B
;--------------------------------------------------
[Tilt5B.Inst.ntamd64]
AddReg = Tilt5B.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
[Tilt5B.Inst.ntamd64.CoInstallers]
CopyFiles = coinst.CopyFiles
AddReg = coinst.AddReg
[Tilt5B.Inst.ntamd64.HW]
AddReg = Tilt5B.Inst.NTamd64.HW.AddReg
[Tilt5B.Inst.ntamd64.Services]
AddService = pelusblf,, pelusblf.Service.Inst.ntamd64, pelusblf.EventLog.Inst.ntamd64
AddService = pelmouse,, pelmouse.Service.Inst.ntamd64, pelmouse.EventLog.Inst.ntamd64
Include = input.inf
Needs = HID_Inst.NT.Services
[Tilt5B.Inst.ntamd64.HW.AddReg]
HKR,,"LowerFilters",%REG_MULTI_SZ%,"Pelusblf","pelmouse"
;--------------------------------
[coinst.CopyFiles]
Pelsetup.dll,,,2
[coinst.AddReg]
HKR,,CoInstallers32,%REG_MULTI_SZ%,"Pelsetup.dll"
;----------------------------------------
; pelusblf Service Install - Windows NT
;----------------------------------------
[pelusblf.Service.Inst.ntamd64]
DisplayName = %PELUSBLF.SvcDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\pelusblf.sys
LoadOrderGroup = extended base
[pelusblf.EventLog.Inst.ntamd64]
AddReg = pelusblf.EventLog.AddReg.NT
[pelusblf.EventLog.AddReg.NT]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\pelusblf.sys"
HKR,,TypesSupported,%REG_DWORD%,7
;----------------------------------------
; PELMouse Service Install - Windows NT
;----------------------------------------
[pelmouse.Service.Inst.ntamd64]
DisplayName = %PELMOUSE.SvcDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\pelmouse.sys
LoadOrderGroup = Pointer Port
[pelmouse.EventLog.Inst.ntamd64]
AddReg = pelmouse.EventLog.AddReg.NT
[pelmouse.EventLog.AddReg.NT]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\pelmouse.sys"
HKR,,TypesSupported,%REG_DWORD%,7
;--------------------------------------
; Common - AddReg section
;--------------------------------------
[PMouse.AddReg]
; Add Run Key...
;HKLM,%SystemRunKey%,"Mouse Suite 98 Daemon",0, PELMICED.EXE
;HKLM,%SystemRunOnceKey%,"PMSETUP",, "PELMICED.EXE /RunOnce"
HKLM,%SystemRunKey%,"Mouse Suite 98 Daemon",0, "ICO.EXE"
HKLM,%ProductKey%,"ProductName",0, %ProductName%
HKLM,%ProductKey%,"EmphasizeFunction", %REG_DWORD%, 0x00
HKLM,%ProductKey%,"MenuNum", %REG_DWORD%, 0x03
HKLM,%ProductKey%,"UseXmouseCpl", %REG_DWORD%, 0x01
HKCU,%ProductKey%"\Productivity Utility","Show Task Bar Icon",%REG_DWORD%, 1
HKLM,%AppManagement%"\"%UninstallKeyName%,"Changed",%REG_DWORD%, 0
HKLM,%AppManagement%"\"%UninstallKeyName%,"SlowInfoCache",%REG_BINARY%, 28,02,00,00,00,00,00,00,00,60,3c,00,00,00,00,00
HKCU,%ProductKey%,"EnableTooltips",%REG_DWORD%,1
HKCU,%ProductKey%"\Mouse\3DMouse","DefaultProductName",0,%3D.Product%
HKLM,%ProductKey%"\Mouse\3DMouse","DefaultProductName",0,%3D.Product%
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
; Universal Scrolling Exception...
HKCU,%ProductKey%"\Wheel\IntelliApp\Add/Remove Class","Class",0, "DirectUIHWND"
HKCU,%ProductKey%"\Wheel\IntelliApp\Internet ListBox","Class",0, "Internet Explorer_TridentLstBox"
HKCU,%ProductKey%"\Wheel\IntelliApp\Microsoft Internet Explorer","Class",0, "IEFrame"
; OEM logo selection
;HKLM,%ProductKey%,"UseDefaultMousePicture",0, %OEMLogoNumber%
;HKCU,%ProductKey%,"UseDefaultMousePicture",0, %OEMLogoNumber%
; Default mouse ID to show in Button page if no devices was found...
HKLM,%ProductKey%,"DefaultMouseID",0, %DefaultMouseID%
; PS/2 2D Mouse Button Number
HKLM,%ProductKey%"\Mouse\2DMouse","ButtonNumber",0, %2DMouseButtonNumber%
; Select Resource Dll for OEM
;HKCU,%ProductKey%"\ResourceDLL","ResourceNameToSelect",0, "TiltWheelMouse"
;HKLM,%ProductKey%"\ResourceDLL","ResourceNameToSelect",0, "TiltWheelMouse"
; Use external resource dll for OEM
HKLM,%ProductKey%,"ExternalResourceDll",0, %ExtResDll%
HKCU,%ProductKey%,"ExternalResourceDll",0, %ExtResDll%
HKLM,%ProductKey%,"3D5BExternalResourceDll",0, %3D5BExtResDll%
HKCU,%ProductKey%,"3D5BExternalResourceDll",0, %3D5BExtResDll%
HKLM,%ProductKey%,"3D4BExternalResourceDll",0, %3D4BExtResDll%
HKCU,%ProductKey%,"3D4BExternalResourceDll",0, %3D4BExtResDll%
HKLM,%ProductKey%,"TiltRF5BExternalResourceDll",0, %TiltRF5BExtResDll%
HKCU,%ProductKey%,"TiltRF5BExternalResourceDll",0, %TiltRF5BExtResDll%
; 3D5B Mouse only...
HKCU,%ProductKey%"\Mouse\3D5BMouse","ProductName",0, %3D5B.Product%
HKCU,%ProductKey%"\Mouse\3D5BMouse","DefaultProductName",0, %3D5B.Product%
HKCU,%ProductKey%"\Mouse\3D5BMouse","ID",%REG_DWORD%, 0x04
HKLM,%ProductKey%"\Mouse\3D5BMouse","ProductName",0, %3D5B.Product%
HKLM,%ProductKey%"\Mouse\3D5BMouse","DefaultProductName",0, %3D5B.Product%
HKLM,%ProductKey%"\Mouse\3D5BMouse","ID",%REG_DWORD%, 0x04
; Tilt Wheel Mouse only
HKLM,%ProductKey%,"TiltWheelExternalResourceDll",0, %ExtResDll%
HKCU,%ProductKey%,"TiltWheelExternalResourceDll",0, %ExtResDll%
HKCU,%ProductKey%"\Wheel","TiltWheelMouse",%REG_DWORD%, 0x01
HKCU,%ProductKey%"\Wheel","TiltWheelSpeed",%REG_DWORD%, 0x08
HKCU,%ProductKey%"\Mouse\TiltWheelMouse","DefaultProductName",0, %TiltWheel.Product%
HKLM,%ProductKey%"\Mouse\TiltWheelMouse","DefaultProductName",0, %TiltWheel.Product%
HKCU,%ProductKey%"\Mouse\TiltWheelMouse","ID",%REG_DWORD%, 0xA0
HKCU,"Control Panel\desktop","WheelScrollLines",0, "3"
HKCU,%ProductKey%,"UseComboBox",0, "1"
;RF3D 4BMouse
HKCU,%ProductKey%"\Mouse\RF3D4BMouse","DefaultProductName",0, "Dynex Twister Laser Mouse"
HKLM,%ProductKey%"\Mouse\RF3D4BMouse","DefaultProductName",0, "Dynex Twister Laser Mouse"
HKCU,%ProductKey%"\Mouse\RF3D4BMouse\Button\BUTTON4","Function",0, "Page Up"
HKCU,%ProductKey%"\Mouse\RF3D4BMouse\Default","BUTTON4",0, "Page Up"
HKCU,%ProductKey%"\Mouse\RF3D4BMouse","ID",%REG_DWORD%, 0x24
HKCU,"Control Panel\desktop","WheelScrollLines",0, "3"
HKCU,%ProductKey%,"UseComboBox",0, "1"
; USB ID Supported
HKLM,%ProductKey%"\MouseUID","HID\VID_0461&PID_4D41",%REG_DWORD%, 0x29
HKLM,%ProductKey%"\MouseUID","HID\VID_0461&PID_4D42",%REG_DWORD%, 0x04
[TiltRF5B.AddReg]
HKCU,%ProductKey%"\ResourceDLL","ResourceNameToSelect",0, "TiltRF5BMouse"
HKLM,%ProductKey%"\ResourceDLL","ResourceNameToSelect",0, "TiltRF5BMouse"
[Tilt5B.AddReg]
HKCU,%ProductKey%"\ResourceDLL","ResourceNameToSelect",0, "TiltWheelMouse"
HKLM,%ProductKey%"\ResourceDLL","ResourceNameToSelect",0, "TiltWheelMouse"
[PMouse.AddUninstReg.NT]
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%NTServiceRootKey%"\pelmouse",0,0
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%NTServiceRootKey%"\pelusblf",0,0
HKLM,%UninstallKey%"\DeleteKey",%NTServiceRootKey%"\pelmouse",0,""
HKLM,%UninstallKey%"\DeleteKey",%NTServiceRootKey%"\pelusblf",0,""
HKLM,%UNINSTALL_SHARED_FILE%"\pelmouse.sys",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelmouse.sys,0,"%SYS32_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\pelusblf.sys",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelusblf.sys,0,"%SYS32_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\Pmuninnt.exe",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",Pmuninnt.exe,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\Pelsetup.dll",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",Pelsetup.dll,0,""
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_0461&PID_4D41.Desc%,0,"@HID"
HKLM,%UninstallKey%"\RestoreDriver\"%Provider%, %USB\VID_0461&PID_4D42.Desc%,0,"@HID"
[PMouse.AddUninstReg]
HKLM,%UninstallKey%,SetupTitle,0, %ProductName%" Uninstall"
HKLM,%UninstallKey%,FontName,0, "Times New Roman Italic"
HKLM,%UninstallKey%,FontColor,0, "White"
HKLM,%UninstallKey%,NeedRestart,0, "TRUE"
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,"Mouse Suite 98 Daemon"
HKLM,%UninstallKey%"\DeleteValue",%SystemRunKey%,0,"Mouse Suite 98 Daemon"
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%MouseCPLXKey%"\Mouse Suite 98 PPM",0,0
HKLM,%UninstallKey%"\DeleteKey",%MouseCPLXKey%"\Mouse Suite 98 PPM",0,""
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%MouseCPLXKey%"\Mouse Suite 98 BDO",0,0
HKLM,%UninstallKey%"\DeleteKey",%MouseCPLXKey%"\Mouse Suite 98 BDO",0,""
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%MouseCPLXKey%"\Mouse Suite 98 WHEEL",0,0
HKLM,%UninstallKey%"\DeleteKey",%MouseCPLXKey%"\Mouse Suite 98 WHEEL",0,""
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_CLASSES_ROOT","CLSID\"%CPLXPPMCLSID%,0,0
HKLM,%UninstallKey%"\DeleteKey","CLSID\"%CPLXPPMCLSID%,0,HKEY_CLASSES_ROOT
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_CLASSES_ROOT","CLSID\"%CPLXBDOCLSID%,0,0
HKLM,%UninstallKey%"\DeleteKey","CLSID\"%CPLXBDOCLSID%,0,HKEY_CLASSES_ROOT
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_CLASSES_ROOT","CLSID\"%CPLXWHEELCLSID%,0,0
HKLM,%UninstallKey%"\DeleteKey","CLSID\"%CPLXWHEELCLSID%,0,HKEY_CLASSES_ROOT
; Delete daemon
HKLM,%UninstallKey%"\DeleteFiles",ICO.exe,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\ICONSPY.exe",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",ICONSPY.exe,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\pelmiced.exe",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelmiced.exe,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\pelcomm.dll",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelcomm.dll,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\pelutil.dll",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelutil.dll,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\pelhooks.dll",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelhooks.dll,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\pelscrll.dll",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelscrll.dll,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\pelzoom.dll",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelzoom.dll,0,""
;HKLM,%UNINSTALL_SHARED_FILE%"\pelrdkey.dll",%UninstallKeyName%,0,0
;HKLM,%UninstallKey%"\DeleteFiles",pelrdkey.dll,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\Pmuninst.exe",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",Pmuninst.exe,0,""
HKLM,%UninstallKey%"\DeleteFiles",NOTIFIER.DLL,0,"%SYS32_DIR%"
; Delete control panel
HKLM,%UNINSTALL_SHARED_FILE%"\HPBDO.dll",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",HPBDO.dll,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\HPPPM.dll",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",HPPPM.dll,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\HPWHEEL.dll",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",HPWHEEL.dll,0,""
HKLM,%UninstallKey%"\DeleteFiles",x64.cab,0,"%SYS32_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",ms99.cat,0,"%SYS32_DIR%"
; Delete Help
HKLM,%UNINSTALL_SHARED_FILE%"\"%ExtResDll%,%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",%ExtResDll%,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\"%3D5BExtResDll%,%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",%3D5BExtResDll%,0,""
HKLM,%UninstallKey%"\DeleteFiles",%3D4BExtResDll%,0,""
;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]
pelusblf.sys,,,0x00000004
[PMouse.Copy.NT.SYS]
PELMOUSE.SYS,,,0x00000004
[PMouse.Copy.HLP]
; ----------------------------------------
; User-visible Strings
[Strings]
Provider = "Dynex"
Mfg = "Dynex"
; ======= Disk Name ==========
PMouseDisk = "Mouse Suite Driver Disk"
; ======= Product Name ==========
ProductName = "Mouse Suite"
ProductVersion = "1.4.3.9"
; ======= Product Misc. Info. ==========
2DMouseButtonNumber = "2"
OEMLogoNumber = "99"
DefaultMouseID = "A0"
; ======= Resource DLL ==========
ExtResDll = "PMPOPO.DLL"
3D5BExtResDll = "Dynex5B.DLL"
3D4BExtResDll = "Twister.DLL"
RF3D4BExtResDll = "Twister.DLL"
TILTRF5BExtResDll = "Dynex5B.DLL"
; ======= Product Name =======
TiltWheel.Product = "Tilt Wheel Mouse"
Tilt4BWheel.Product = "Tilt Wheel 4BMouse"
SP4D.Product = "ScrollPoint III"
2D.Product = "Standard Mouse"
3D.Product = "Mini Mouse"
Ergo.Product = "Programmable Mouse"
3D5B.Product = "Dynex Optical Mouse"
; ======= Device Names ==========
USB\VID_0461&PID_4D41.Desc = "Dynex Wireless Optical Mouse (HID)"
USB\VID_0461&PID_4D42.Desc = "Dynex Optical Mouse (HID)"
; ======= Service Names =======
PELUSBLF.SvcDesc = "USB Mouse Low Filter Driver"
PELMOUSE.SvcDesc = "Mouse Suite Driver"
HID.ClassName = "Human Interface Devices"
ProductKey = "SOFTWARE\Primax\Mouse Suite 98"
UninstallKeyName = "MouseSuite98"
UninstallKey = "Software\Microsoft\Windows\CurrentVersion\Uninstall\MouseSuite98"
AppManagement = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache"
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"
Approved = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Approved"
CPLXPPMCLSID = "{02D613BA-B0E9-4DE0-A98E-6AA317EE731E}"
CPLXBDOCLSID = "{FECA2FBB-CA2B-49ED-9AEE-B1B731D1B6E7}"
CPLXWHEELCLSID = "{30ABC82B-5ADB-4312-B398-12A20C9722A0}"
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
REG_BINARY = 0x00000001
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.