Pmouse.inf Driver File Contents (PPMouse_W2k_XP.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%
DriverVer=11/01/2001,%ProductVersion%
CatalogFile=ms99.cat

[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
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.ntx86=*PNP0F03,*PNP0F13,*PNP0F0E,*PNP0F12,*PNP0F0B,*PNP0F19

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


[SourceDisksFiles]
PELMOUSE.SYS = 91
PELPS2M.SYS = 91
;PELSERM.SYS = 91
PELUSBLF.SYS = 91

PELMICED.EXE = 91
PELCOMM.DLL = 91
PELUTIL.DLL = 91
PELHOOKS.DLL = 91
PELSCRLL.DLL = 91
PELBDO.DLL = 91
PELPPM.DLL = 91
PELWHEEL.DLL = 91
PELZOOM.DLL = 91
;PELRDKEY.DLL = 91
PELSETUP.DLL = 91

PMCHERY.DLL = 91

PMUninst.exe = 91
PMUninNT.exe = 91
ICONSPY.EXE = 91

MS98ACHS.HLP = 91
MS98ACHT.HLP = 91
MS98ADAN.HLP = 91
MS98ADUT.HLP = 91
MS98AENG.HLP = 91
MS98AFIN.HLP = 91
MS98AFRE.HLP = 91
MS98AGER.HLP = 91
MS98AITA.HLP = 91
MS98AJPA.HLP = 91
MS98ANOR.HLP = 91
MS98APOR.HLP = 91
MS98ASPA.HLP = 91
MS98ASWE.HLP = 91

PPMouEng.chm = 91
PPMouFra.chm = 91
PPMouGer.chm = 91
PPMouIta.chm = 91
PPMouNl.chm = 91
PPMouSpa.chm = 91

;pelsetup.sys = 91			; For AutoSetup Function


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

[PMouse]
%PS2Mouse.Desc%=PS2Mouse.Inst,*PNP0F03,*PNP0F13,*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, PMouse.Copy.HLP
;Include=msmouse.inf
;Needs=PS2_Inst

[PS2Mouse.Inst.NT.CoInstallers]
CopyFiles=coinst.CopyFiles
AddReg=coinst.AddReg

[coinst.CopyFiles]
Pelsetup.dll,,,2

[coinst.AddReg]
HKR,,CoInstallers32,0x00010000,"Pelsetup.dll"

[PS2Mouse.Inst.NT.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.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,"pelps2m"
;HKR,,"UpperFilters",0x00010000,"pelmouse"



;----------------------------------------
; 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,PELMICED.EXE
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%

HKCU,%ProductKey%,"EnableTooltips",0x00010001,1
;HKCU,%ProductKey%"\Wheel","Use Shift for Horizontal Scroll",0x00010001,0
HKCU,%ProductKey%"\Mouse\2DMouse","DefaultProductName",0,%2D.Product%
;HKCU,%ProductKey%"\Mouse\2DMouse","ID",0x00010001,0,0,0,0
HKCU,%ProductKey%"\Mouse\3DMouse","DefaultProductName",0,%3D.Product%
;HKCU,%ProductKey%"\Mouse\3DMouse","ID",0x00010001,3,0,0,0
HKCU,%ProductKey%"\Mouse\Ergo","DefaultProductName",0,%Ergo.Product%
;HKCU,%ProductKey%"\Mouse\Ergo","ID",0x00010001,e3,0,0,0

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

; Record Key DLL for OEM
;HKLM,%ProductKey%"\ButtonFunctions\RecordKey","Call On",0x00010001,0,0,0,0
;HKLM,%ProductKey%"\ButtonFunctions\RecordKey","Desc Entry",0,"RdKeyGetDescript"
;HKLM,%ProductKey%"\ButtonFunctions\RecordKey","Desc Name", 0, "Record Macro Key"
;HKLM,%ProductKey%"\ButtonFunctions\RecordKey","Dll Path",0,"PelRdKey"
;HKLM,%ProductKey%"\ButtonFunctions\RecordKey","Flag",0x00010001,0,0,0,0
;HKLM,%ProductKey%"\ButtonFunctions\RecordKey","Function Entry",0,"OnKeyMapping"
;HKLM,%ProductKey%"\ButtonFunctions\RecordKey","Local Name Entry",0,"RdKeyGetLocalName"
;HKLM,%ProductKey%"\ButtonFunctions\RecordKey","Setting Entry",0,"OpenRdKeyDlg"

; 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%
; Support Information
HKLM,%ProductKey%,"Web",0,%WebLink%
HKCU,%ProductKey%,"Web",0,%WebLink%
HKLM,%ProductKey%,"Mail",0,%EmailLink%
HKCU,%ProductKey%,"Mail",0,%EmailLink%



; Use external resource dll for OEM
HKLM,%ProductKey%,"ExternalResourceDll",0,%ExtResDll%
HKCU,%ProductKey%,"ExternalResourceDll",0,%ExtResDll%


; 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,%ProductKey%"\Mouse\4DMouse","ProductName",0,%SP4D.Product%
;HKCU,%ProductKey%"\Mouse\4DMouse","DefaultProductName",0,%SP4D.Product%
;HKCU,%ProductKey%"\Mouse\4DMouse","ID",0x00010001,0xA1
;HKCU,"Control Panel\desktop","WheelScrollLines",0,"1"
;HKCU,%ProductKey%,"UseComboBox",0,"1"
;HKCU,%ProductKey%,"InfoAddSearchSPString",0,"1"








[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%"\pelserm.sys",%UninstallKeyName%,0,0
;HKLM,%UninstallKey%"\DeleteFiles",pelserm.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,%UninstallKey%"\RestoreDriver\"%Provider%,%PS2Mouse.Desc%,0,"Standard PS/2 Port Mouse"
;HKLM,%UninstallKey%"\KillDriver\"%Provider%,%SerialMouse.Desc%,0,""


[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,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_LOCAL_MACHINE",%ProductKey%,0,0
HKLM,%UninstallKey%"\DeleteKey",%OEMKey%,0,""
HKLM,%UNINSTALL_SHARED_REG%"\"%UninstallKeyName%"\HKEY_CURRENT_USER",%ProductKey%"\",0,0
HKLM,%UninstallKey%"\DeleteKey",%OEMKey%"\",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%"\ICONSPY.exe",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",ICONSPY.exe,0,""
HKLM,%UninstallKey%"\DeleteFiles",ICO.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%"\pelbdo.dll",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelbdo.dll,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\pelppm.dll",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelppm.dll,0,""
HKLM,%UNINSTALL_SHARED_FILE%"\pelwheel.dll",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",pelwheel.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,%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%"\PPMouEng.chm",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",PPMouEng.chm,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\PPMouFra.chm",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",PPMouFra.chm,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\PPMouGer.chm",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",PPMouGer.chm,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\PPMouIta.chm",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",PPMouIta.chm,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\PPMouNl.chm",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",PPMouNl.chm,0,"%HELP_DIR%"
HKLM,%UNINSTALL_SHARED_FILE%"\PPMouSpa.chm",%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",PPMouSpa.chm,0,"%HELP_DIR%"

HKLM,%UNINSTALL_SHARED_FILE%"\"%ExtResDll%,%UninstallKeyName%,0,0
HKLM,%UninstallKey%"\DeleteFiles",%ExtResDll%,0,""



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]
PELMICED.EXE
PELCOMM.DLL
PELUTIL.DLL
PELHOOKS.DLL
PELSCRLL.DLL
PELBDO.DLL
PELPPM.DLL
PELWHEEL.DLL
PELZOOM.DLL
;PELRDKEY.DLL
PMUNINST.EXE

PMCHERY.DLL
ICONSPY.EXE

[PMouse.Copy.NT.DLL]
PMUNINNT.EXE

[PMouse.Copy.NT.SYS]
PELMouse.SYS

[PMouse.Copy.HLP]
MS98ACHS.HLP
MS98ACHT.HLP
MS98ADAN.HLP
MS98ADUT.HLP
MS98AENG.HLP
MS98AFIN.HLP
MS98AFRE.HLP
MS98AGER.HLP
MS98AITA.HLP
MS98AJPA.HLP
MS98ANOR.HLP
MS98APOR.HLP
MS98ASPA.HLP
MS98ASWE.HLP
PPMouEng.chm
PPMouFra.chm
PPMouGer.chm
PPMouIta.chm
PPMouNl.chm
PPMouSpa.chm



[PS2.Copy.NT]
pelps2m.sys


; ----------------------------------------
; User-visible Strings

[Strings]
Provider = "Cherry GmbH"
Mfg	 = "Cherry GmbH"

; ======= Disk Name ==========
PMouseDisk="Cherry Power Pad Mouse"

; ======= Product Name ==========
ProductName = "Cherry Power Pad Mouse"
ProductVersion = "1.04"

; ======= Product Misc. Info. ==========
2DMouseButtonNumber = "2"
OEMLogoNumber = "1"
DefaultMouseID = "e9"
WebLink = ""
EmailLink = ""
ExtResDll = "PMCHERY.DLL"

SelResDll_1 = ""
SelResDll_2 = ""
SelExtResDll = ""
SelResFuncEntry = ""

SelResDll_1_ProductName_4D = ""
SelResDll_2_ProductName_4D = ""

; ======= Device Names ==========
;SerialMouse.Desc= "Serial Pointing Device"
PS2Mouse.Desc = "Cherry Power Pad Mouse PS/2"

; Product Name
SP4D.Product = "4-D Mouse"
2D.Product = "Standard Mouse"
3D.Product = "Scroll Mouse"
Ergo.Product = "Cyber Navigator"


;MouseClassName = "Mouse"

; Service Names
PMOUSE.SvcDesc.NT = "Cherry Power Pad Mouse"
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"
MouseCPLXKey = "SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Mouse\shellex\PropertySheetHandlers"
StaticVxDRootKey = "System\CurrentControlSet\Services\VXD"
NTServiceRootKey = "System\CurrentControlSet\Services"
CoInstallerKey = "SOFTWARE\\Primax\\CoInstaller"

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"
OEMKey = "SOFTWARE\Primax"

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

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: web5, load: 1.45