Phidmoux.inf Driver File Contents (MOC-305B.zip)

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

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

[DestinationDirs]
DefaultDestDir          = 12
USB.Copy.NT             = 12
PMouse.Copy.NT.SYS      = 12
PMouse.Copy.NT.DLL      = 11
PMouse.Copy.HLP         = 18
PMouse.Copy             = 11

[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.ntamd = USB\VID_0461&PID_4d6f

[SourceDisksNames]
91 = %PMouseDisk%,,,x64

[SourceDisksFiles]
PELMOUSE.SYS = 91
PELUSBLF.SYS = 91


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

[PMouse.ntamd64]
%USB\VID_0461&PID_4d6f.Desc% = USBRFMouse.Inst,USB\VID_0461&PID_4d6f
;------------------ HID Class Install -------------

;[ClassInstall]
;Addreg=HIDClassReg

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

[ClassInstall32.ntamd64]
Addreg      = HIDClassReg

;--------------------------------------------------
;		 USB Mouse Win2000 	
;--------------------------------------------------
[USBRFMouse.Inst.ntamd64]
AddReg      = PMouse.AddReg, BUFFALO.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

[USBRFMouse.Inst.ntamd64.HW]
AddReg		= USBRFMouse.Inst.NTamd64.HW.AddReg

[USBRFMouse.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

[USBRFMouse.Inst.ntamd64.HW.AddReg]
HKR,,"LowerFilters",%REG_MULTI_SZ%,"Pelusblf","pelmouse"

;----------------------------------------
; 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]
HKLM,%SystemRunKey%,"Mouse Suite 98 Daemon",0,	"ICO.EXE"

; 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%
;HKCU,%ProductKey%,"LogoFile",0,                         %LogoFile%
;HKLM,%ProductKey%,"LogoFile",0,                         %LogoFile%
HKLM,%ProductKey%,"MenuNum", %REG_DWORD%,              0x02	
HKLM,%ProductKey%,"UseXmouseCpl", %REG_DWORD%,    	0x01
HKLM,%ProductKey%,"EmphasizeFunction", %REG_DWORD%,    0x00
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%,"ShowUseDefaultPage",%REG_DWORD%,                    1
;HKCU,%ProductKey%"\Wheel","Use Shift for Horizontal Scroll",%REG_DWORD%,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",%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%

; Support Information
;HKLM,%ProductKey%,"Web",0,	%WebLink%
;HKCU,%ProductKey%,"Web",0,	%WebLink%
;HKLM,%ProductKey%,"Mail",0,	%EmailLink%
;HKCU,%ProductKey%,"Mail",0,	%EmailLink%

; Select Resource Dll for OEM
HKCU,%ProductKey%"\ResourceDLL","ResourceNameToSelect",0,   "TiltRF5BMouse"
HKLM,%ProductKey%"\ResourceDLL","ResourceNameToSelect",0,   "TiltRF5BMouse"

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

; 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%,           0x04
HKCU,%ProductKey%"\Wheel","Enable Universal Scrolling",%REG_DWORD%,      0x01
HKCU,%ProductKey%"\Wheel","Scroll one screen per notch",%REG_DWORD%,     0x00
HKCU,%ProductKey%"\Wheel","Reverse Scroll Direction",%REG_DWORD%,        0x00
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"

; USB ID Supported
HKLM,%ProductKey%"\MouseUID","HID\VID_0461&PID_4d6f",%REG_DWORD%,	0x5d

[BUFFALO.AddReg]
HKLM,%ProductKey%,"DefaultMouseID",0,           5d
HKLM,%ProductKey%,"TiltRF5BExternalResourceDll",0,  %TiltRF5BExtResDll%
HKCU,%ProductKey%,"TiltRF5BExternalResourceDll",0,  %TiltRF5BExtResDll%
HKLM,%UninstallKey%"\DeleteFiles",%TiltRF5BExtResDll%,0,""
HKCU,%ProductKey%"\Mouse\TiltRF5BMouse","DefaultProductName",0,   %TiltRF5B.Product%
HKLM,%ProductKey%"\Mouse\TiltRF5BMouse","DefaultProductName",0,   %TiltRF5B.Product%

[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_4d6f.Desc%,0,"@HID"

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

; Delete Help 


;HKLM,%UNINSTALL_SHARED_FILE%"\"%SelExtResDll%,%UninstallKeyName%,0,0
;HKLM,%UninstallKey%"\DeleteFiles",%SelExtResDll%,0,""

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]


[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    = "Pleomax"
Mfg         = "Pleomax"

; ======= Disk Name ==========
PMouseDisk  = "Pleomax 27Mhz Optical Mouse Driver Disk"

; ======= Product Name ==========
ProductName    = "Pleomax 27Mhz Optical Mouse"
ProductVersion = "2.0.0.0"

; ======= Product Misc. Info. ==========
2DMouseButtonNumber = "2"
OEMLogoNumber       = "15"
DefaultMouseID      = "5d"
;WebLink             = ""
;EmailLink           = ""
;LogoFile            = ""
ExtResDll           = "PMPOPO.DLL"
			
Tilt4BExtResDll	    = "PMPOPO2.DLL"
TiltRF5BExtResDll   = "ergo5b.dll"

; ======= Product Name =======
TiltWheel.Product = "Tilt Wheel Mouse"
TiltRF5B.Product  = "Pleomax 27Mhz Optical Mouse"
3D.Product        = "Mini Mouse"

; ======= Device Names ==========
USB\VID_0461&PID_4d6f.Desc = "Pleomax 27Mhz Optical Mouse (HID)"

; ======= Service Names =======
PELUSBLF.SvcDesc = "USB Mouse Low Filter Driver"
PELMOUSE.SvcDesc = "Pleomax 27Mhz Optical Mouse"

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"

CPLXPPMCLSID     = "{02D613BA-B0E9-4DE0-A98E-6AA317EE731E}"
CPLXBDOCLSID     = "{94149CC0-2600-11D2-9D15-00C04F9A1D50}"
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

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.50