; 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%
DriverVer=04/25/2007,%ProductVersion%
CatalogFile=x64.cat
[ClassInstall32.ntamd64]
AddReg=mouse_class_addreg
[mouse_class_addreg]
HKR,,Icon,,"-2"
HKR,,Installer32,,"SysSetup.Dll,MouseClassInstaller"
HKR,,NoInstallClass,,"1"
[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS
PMouse.Copy = 11
PMouse.Copy.NT.SYS = 12
PMouse.Copy.NT.DLL = 11
PMouse.Copy.HLP = 18
coinst.CopyFiles = 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.
;
;SharedDriver=PS2Mouse.Inst,%PS2_Inst.SharedDriverMsg%
ExcludeFromSelect.ntamd64=*PNP0F13,*PNP0F03,*PNP0F0E,*PNP0F12,*PNP0F0B,*PNP0F19
[SourceDisksNames]
91=%PMouseDisk%,"Ms98.cab"
[SourceDisksFiles]
PELMOUSE.SYS = 91
PELPS2M.SYS = 91
; Manufacturer Sections
; ----------------------------------------
[Manufacturer]
%Mfg%=PMouse,ntamd64
[PMouse.ntamd64]
%PS2Mouse.Desc%=PS2Mouse.Inst,*PNP0F13,*PNP0F03,*PNP0F0E,*PNP0F12,*PNP0F0B,*PNP0F19,PS2_MOUSE
;--------------------------------------------------
; PS2 Mouse Windows NT
;--------------------------------------------------
[PS2Mouse.Inst.ntamd64]
AddReg = PMouse.AddReg, SelectDLL.AddReg, SP.AddReg, DefResourceDLL.AddReg, PMouse.AddUninstReg, PMouse.AddUninstReg.NT
CopyFiles = PMouse.Copy, PS2.Copy.NT, PMouse.Copy.NT.SYS, PMouse.Copy.NT.DLL, PMouse.Copy.HLP
[PS2Mouse.Inst.ntamd64.CoInstallers]
CopyFiles=coinst.CopyFiles
AddReg=coinst.AddReg
[PS2Mouse.Inst.ntamd64.Services]
AddService = pelps2m,, pelps2m.Service.Inst.NT, pelps2m.EventLog.Inst.NT ; Port Driver
AddService = pelmouse,, pelmouse.Service.Inst.NT, pelmouse.EventLog.Inst.NT ; Parent Driver
Include=msmouse.inf
Needs=PS2_Inst.Services
[PS2Mouse.Inst.ntamd64.HW]
AddReg = PS2Mouse.Inst.NT.HW.AddReg
Include=msmouse.inf
Needs=PS2_Inst.HW
;--------------------------------
[coinst.CopyFiles]
;Pelsetup.dll,,,2
[coinst.AddReg]
[PS2Mouse.Inst.NT.HW.AddReg]
HKR,,"UpperFilters",0x00010000,"pelps2m"
;----------------------------------------
; PELps2m Service Install - Windows NT
;----------------------------------------
[pelps2m.Service.Inst.NT]
DisplayName = %PS2.SvcDesc.NT%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\pelps2m.sys
LoadOrderGroup = Pointer Port
[pelps2m.EventLog.Inst.NT]
AddReg = pelps2m.EventLog.AddReg.NT
[pelps2m.EventLog.AddReg.NT]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\pelps2m.sys"
HKR,,TypesSupported,0x00010001,7
;----------------------------------------
; PELMouse Service Install - Windows NT
;----------------------------------------
[pelmouse.Service.Inst.NT]
DisplayName = %PMOUSE.SvcDesc.NT%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\pelmouse.sys
LoadOrderGroup = Pointer Class
[pelmouse.EventLog.Inst.NT]
AddReg = pelmouse.EventLog.AddReg.NT
[pelmouse.EventLog.AddReg.NT]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\pelmouse.sys"
HKR,,TypesSupported,0x00010001,7
;--------------------------------------
; Common - AddReg section
[PMouse.AddReg]
; Add Run Key...
HKLM,%SystemRunKey%,"Mouse Suite 98 Daemon",0,"ICO.EXE"
HKCU,%CoInstallerKey%,"Run",0,"ICONSPY.EXE"
HKCU,%CoInstallerKey%,"MouseType",0x00010001,1
; Add CPLX Key...
HKLM,%MouseCPLXKey%"\Mouse Suite 98 BDO",,0,%CPLXBDOCLSID%
HKCR,"CLSID\"%CPLXBDOCLSID%,,0,"Mouse Suite 98 BDO"
HKCR,"CLSID\"%CPLXBDOCLSID%"\InProcServer32",,0,PELBDO.DLL
HKCR,"CLSID\"%CPLXBDOCLSID%"\InProcServer32",ThreadingModel,0,Apartment
HKLM,%MouseCPLXKey%"\Mouse Suite 98 WHEEL",,0,%CPLXWHEELCLSID%
HKCR,"CLSID\"%CPLXWHEELCLSID%,,0,"Mouse Suite 98 WHEEL"
HKCR,"CLSID\"%CPLXWHEELCLSID%"\InProcServer32",,0,PELWHEEL.DLL
HKCR,"CLSID\"%CPLXWHEELCLSID%"\InProcServer32",ThreadingModel,0,Apartment
HKLM,%MouseCPLXKey%"\Mouse Suite 98 PPM",,0,%CPLXPPMCLSID%
HKCR,"CLSID\"%CPLXPPMCLSID%,,0,"Mouse Suite 98 PPM"
HKCR,"CLSID\"%CPLXPPMCLSID%"\InProcServer32",,0,PELPPM.DLL
HKCR,"CLSID\"%CPLXPPMCLSID%"\InProcServer32",ThreadingModel,0,Apartment
HKLM,%ProductKey%,"ProductName",0,%ProductName%
;;HKLM,%ProductKey%,"Version",0,%ProductVersion%
;;HKCU,%ProductKey%,"Version",0,%ProductVersion%
HKLM,%ProductKey%,"DriverUID",0,1
HKLM,%ProductKey%,"MenuNum", 0x00010001, 0x03
HKLM,%ProductKey%,"UseXmouseCpl", 0x00010001, 0x01
HKCU,%ProductKey%,"EnableTooltips",0x00010001,1
HKCU,%ProductKey%,"ShowUseDefaultPage",0x00010001,0
HKCU,%ProductKey%"\Mouse\2DMouse","DefaultProductName",0,%2D.Product%
HKLM,%ProductKey%"\Mouse\2DMouse","DefaultProductName",0,%2D.Product%
HKCU,%ProductKey%"\Mouse\3DMouse","DefaultProductName",0,%3D.Product%
HKLM,%ProductKey%"\Mouse\3DMouse","DefaultProductName",0,%3D.Product%
HKCU,%ProductKey%"\Mouse\Ergo","DefaultProductName",0,%Ergo.Product%
HKLM,%ProductKey%"\Mouse\Ergo","DefaultProductName",0,%Ergo.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",0x00010001,0
HKLM,%ProductKey%"\ButtonFunctions\HyperLink","Flag",0x00010001,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",0x00010001,2
HKLM,%ProductKey%"\ButtonFunctions\Zooming","Flag",0x00010001,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"
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"
; 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%
; For Remote Desktop Connect
; Server
HKLM,%RemoteDesktopServerKey%,"Name",0,"FSRremoS.EXE"
HKLM,%RemoteDesktopServerKey%,"Type",0x00010001,3
; Client
HKCU,%RemoteDesktopClientKey%,"Name",0,"FSRremoC.DLL"
[SP.AddReg]
; 4D SPMouse only...
HKLM,%ProductKey%,"MinDblClkSpeed",0x00010001,0xC8
HKCU,%ProductKey%"\Wheel","Max Lines",0x00010001,0x15
HKCU,%ProductKey%"\Wheel","PageRequire",0x00010001,0x0A
HKCU,%ProductKey%"\Wheel","PagePerMickey",0x00010001,0x07
HKCU,"Control Panel\desktop","WheelScrollLines",0,"3"
HKCU,%ProductKey%,"UseComboBox",0,"1"
HKCU,%ProductKey%,"InfoAddSearchSPString",0,"1"
[Wheel.AddReg]
HKLM,%ProductKey%,"MinDblClkSpeed",0x00010001,0xC8
HKCU,"Control Panel\desktop","WheelScrollLines",0,"3"
HKCU,%ProductKey%,"UseComboBox",0,"1"
HKCU,%ProductKey%,"InfoAddSearchSPString",0,"1"
[DefResourceDLL.AddReg]
; Select Resource Dll for OEM
HKLM,%ProductKey%,"2DExternalResourceDll",0,%2DExtResDll%
HKCU,%ProductKey%,"2DExternalResourceDll",0,%2DExtResDll%
HKLM,%ProductKey%\ResourceDLL,"2DExternalResourceDll",0,%2DExtResDll%
HKCU,%ProductKey%\ResourceDLL,"2DExternalResourceDll",0,%2DExtResDll%
HKLM,%ProductKey%,"Tilt5BExternalResourceDll",0,"Prumie5b.dll"
HKCU,%ProductKey%,"Tilt5BExternalResourceDll",0,"Prumie5b.dll"
[SelectDLL.AddReg]
; Select Resource Dll for OEM
HKCU,%ProductKey%"\ResourceDLL","EnableSelect",0,"1"
HKLM,%ProductKey%"\ResourceDLL","EnableSelect",0,"1"
HKCU,%ProductKey%"\ResourceDLL","SelectResourceDll",0,%SelExtResDll%
HKLM,%ProductKey%"\ResourceDLL","SelectResourceDll",0,%SelExtResDll%
HKCU,%ProductKey%"\ResourceDLL","SelectResourceDllFunc",0,%SelResFuncEntry%
HKLM,%ProductKey%"\ResourceDLL","SelectResourceDllFunc",0,%SelResFuncEntry%
HKLM,%ProductKey%"\ResourceDLL","DefaultLocal",65537,0,0,0,0
; Use external resource dll for OEM
[PMouse.AddUninstReg.NT]
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%NTServiceRootKey%"\pelps2m",0,0
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%NTServiceRootKey%"\pelmouse",0,0
HKLM,%UninstallKey%"\DeleteKey",%NTServiceRootKey%"\pelps2m",0,""
HKLM,%UninstallKey%"\DeleteKey",%NTServiceRootKey%"\pelmouse",0,""
HKLM,%UNINSTALL_SHARED_FILE%"\pelmouse.sys",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelmouse.sys,0,"%SYS32_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\pelps2m.sys",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelps2m.sys,0,"%SYS32_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\Pmuninnt.exe",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",Pmuninnt.exe,0,""
HKLM,%UninstallKey%"\RestoreDriver\"%Provider%,%PS2Mouse.Desc%,0,"Standard PS/2 Port Mouse"
[PMouse.AddUninstReg]
;HKLM,%UninstallKey%,DisplayName,0,%ProductName%
;HKLM,%UninstallKey%,UninstallString,0,"PMUninst.exe MouseSuite98"
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",%RemoteDesktopServerKey%,0,0
HKLM,%UninstallKey%"\DeleteKey",%RemoteDesktopServerKey%,0,""
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_CURRENT_USER",%RemoteDesktopClientKey%"\",0,0
HKLM,%UninstallKey%"\DeleteKey",%RemoteDesktopClientKey%"\",0,HKEY_CURRENT_USER
HKLM,%UninstallKey%"\DeleteKey",%CoInstallerKey%"\",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
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%"\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,%UNINSTALL_SHARED_FILE%"\pelzoom.dll",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelzoom.dll,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\Pmuninst.exe",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",Pmuninst.exe,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\ICONSPY.exe",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",ICONSPY.exe,0,""
HKLM,%UninstallKey%"\DeleteFiles",ICO.exe,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\PMMILG.DLL",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",PMMILG.DLL,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\PMIBM.DLL",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",PMIBM.DLL,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\PMBDO.DLL",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",PMBDO.DLL,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\FSRremoS.EXE",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",FSRremoS.EXE,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\FSRremoC.DLL",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",FSRremoC.DLL,0,""
HKLM,%UninstallKey%"\DeleteFiles",ms98.cab,0,"%SYS32_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",ms99.cat,0,"%SYS32_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98ACHS.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98ACHS.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98ACHT.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98ACHT.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98ADAN.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98ADAN.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98ADUT.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98ADUT.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98AENG.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98AENG.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98AFIN.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98AFIN.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98AFRE.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98AFRE.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98AGER.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98AGER.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98AITA.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98AITA.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98AJPA.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98AJPA.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98ANOR.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98ANOR.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98APOR.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98APOR.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98ASPA.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98ASPA.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\MS98ASWE.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",MS98ASWE.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUSE.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUSE.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUSE.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUSE.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUSE.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUCHT.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUCHT.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUCHT.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUCHT.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUCHT.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUCHS.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUCHS.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUCHS.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUCHS.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUCHS.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUDAN.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUDAN.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUDAN.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUDAN.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUDAN.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUDUT.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUDUT.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUDUT.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUDUT.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUDUT.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUFIN.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUFIN.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUFIN.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUFIN.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUFIN.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUFRE.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUFRE.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUFRE.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUFRE.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUFRE.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUGER.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUGER.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUGER.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUGER.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUGER.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUITA.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUITA.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUITA.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUITA.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUITA.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUJPA.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUJPA.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUJPA.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUJPA.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUJPA.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUNOR.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUNOR.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUNOR.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUNOR.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUNOR.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUPOR.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUPOR.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUPOR.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUPOR.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUPOR.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUSPA.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUSPA.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUSPA.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUSPA.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUSPA.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUSWE.HLP",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUSWE.HLP,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\SPMOUSWE.CNT",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",SPMOUSWE.CNT,0,"%HELP_DIR%"
HKLM,%UninstallKey%"\DeleteFiles",SPMOUSWE.GID,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\"%2DExtResDll%,%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",%2DExtResDll%,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\"%3DExtResDll%,%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",%3DExtResDll%,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\"%SelExtResDll%,%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",%SelExtResDll%,0,""
; ----------------------------------------
; Copy Files Section
[PMouse.Copy]
[PMouse.Copy.NT.DLL]
[PMouse.Copy.NT.SYS]
PELMouse.SYS
[PMouse.Copy.HLP]
[PS2.Copy.NT]
pelps2m.sys
; ----------------------------------------
; 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 = "04"
;;WebLink = ""
;;EmailLink = ""
ExtResDll = "PELBDO.DLL"
2DExtResDll = "PMRESHP.DLL"
3DExtResDll = "PMMO32R.DLL"
3D5BExtResDll = "Dynex5b.DLL"
SelExtResDll = "PELRESS.dll"
SelResFuncEntry = "ResDlg"
; ======= Device Names ==========
;SerialMouse.Desc= "Serial Pointing Device"
PS2Mouse.Desc= "Dynex Optical Mouse"
; Product Name
2D.Product = "Standard Mouse"
Ergo.Product = "Cyber Navigator"
;MouseClassName = "Mouse"
; Service Names
PMOUSE.SvcDesc.NT = "Mouse Suite Driver"
PS2.SvcDesc.NT = "PS/2 Mouse Filter Driver"
Serial.SvcDesc.NT = "Serial Mouse Driver"
; Description of device also controlled by a shared driver
PS2_Inst.SharedDriverMsg = "Keyboard Port"
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"
StaticVxDRootKey = "System\CurrentControlSet\Services\VXD"
NTServiceRootKey = "System\CurrentControlSet\Services"
RemoteDesktopServerKey = "System\CurrentControlSet\Control\Terminal Server\AddIns\FSRremote"
RemoteDesktopClientKey = "Software\Microsoft\Terminal Server Client\Default\AddIns\FSRremote"
Approved = "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Approved"
UNINSTALL_ROOT_KEY = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
UNINSTALL_SHARED_FILE = "Software\Primax\Uninstall\SharedFile"
UNINSTALL_SHARED_REG = "Software\Primax\Uninstall\SharedReg"
ProductKey = "SOFTWARE\Primax\Mouse Suite 98"
CoInstallerKey = "SOFTWARE\\Primax\\CoInstaller"
CPLXPPMCLSID = "{02D613BA-B0E9-4DE0-A98E-6AA317EE731E}"
CPLXBDOCLSID = "{FECA2FBB-CA2B-49ED-9AEE-B1B731D1B6E7}"
CPLXWHEELCLSID = "{30ABC82B-5ADB-4312-B398-12A20C9722A0}"
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.