; Setup INF file for Mouse Suite
; Copyright (C) 1998-1999, All rights reserved.
[Version]
Signature="$CHICAGO$"
Class=HID
ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider=%Provider%
LayoutFile=layout.inf
[DestinationDirs]
DefaultDestDir = 11
HID_Inst.Copy = 10,system32\drivers
HID_Inst.Copy.NT = 12
HID_Inst.CopyDLL = 11
HID_Inst.CopyDLL.NT = 11
; Manufacturer Sections
; ----------------------------------------
[Manufacturer]
%Mfg%=PMouse
[PMouse]
%USB2DMouse.Desc%=USBMouse.Inst,USB\VID_0461&PID_4D00,USB\VID_0461&PID_4D01
%USB3DMouse.Desc%=USBMouse.Inst,USB\VID_0461&PID_4D02,USB\VID_0461&PID_4D03
;------------------ HID Class Install -------------
[ClassInstall]
Addreg=HIDClassReg
[HIDClassReg]
HKR,,,,%HID.ClassName%
HKR,,Icon,,-20
[ClassInstall32]
Addreg=HIDClassReg32
[HIDClassReg32]
HKR,,,,%HID.ClassName%
HKR,,Icon,,-24
;------------------ USB Mouse Win9x -------------
[USBMouse.Inst]
AddReg=HID_Inst.AddReg
CopyFiles=HID_Inst.Copy, HID_Inst.CopyDLL
[HID_Inst.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"hidusb.sys"
;------------------ USB Mouse Win2000 -------------
[USBMouse.Inst.NT]
CopyFiles = HID_Inst.Copy.NT, HID_Inst.CopyDLL.NT
[USBMouse.Inst.NT.Services]
AddService = HidUsb,0x00000002,HID_Service_Inst
[HID_Service_Inst]
DisplayName = %HID.SvcDesc%
ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
StartType = 2 ; %SERVICE_AUTO_START%
ErrorControl = 1 ; %SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\hidusb.sys
LoadOrderGroup = extended base
;--------------------------------------
; Common - AddReg section
[Prev.DelReg]
HKR,,DevLoader
HKR,,MouseDriver
[HID_Inst.Copy]
hidusb.sys
hidclass.sys
hidparse.sys
[HID_Inst.CopyDLL]
hid.dll
[HID_Inst.Copy.NT]
hidusb.sys
hidclass.sys
hidparse.sys
[HID_INST.CopyDLL.NT]
hid.dll
; ----------------------------------------
; User-visible Strings
[Strings]
Provider = "RadioShack"
Mfg = "RadioShack"
; ======= Device Names ==========
USB2DMouse.Desc = "USB Mouse (HID)"
USB3DMouse.Desc = "USB Scroll Mouse (HID)"
MouseClassName = "Mouse"
HID.ClassName = "Human Interface Devices (HID)"
HID.SvcDesc = "Standard HID Class Driver"
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.