I73002.INF Driver File Contents (sv-6511_2000_xp.t.zip)

; INF file for Windows 2000
; Product: I73002
; Prepared by: George Chung
; Date: 5-3-2001

[Version]
Signature="$WINDOWS NT$"
Class=HIDClass
ClassGuid={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider=%IAI%
DriverVer=03/05/2001,2.00.900.0

[ControlFlags]
ExcludeFromSelect=*

[Manufacturer]
%IAI%=INTERACT
      
[INTERACT]
%USB\VID_05FD&PID_3002.DeviceDesc%=INTERACTUSBJSTICK, USB\VID_05FD&PID_3002
%IAIVIRTUALMOUSE.DeviceDesc% = IAIVIRTUALMOUSE, VIRTUAL\InterActVirtualMouse
%IAIVIRTUALKEYBOARD.DeviceDesc% = IAIVIRTUALKEYBOARD, VIRTUAL\InterActVirtualKeyboard

;---------------------------------------------------------------;

[INTERACTUSBJSTICK.nt]
Include=Input.inf
Needs=HID_Inst.NT
CopyFiles=INTERACTUSBJSTICK.nt.CopyFiles1, INTERACTUSBJSTICK.nt.CopyFiles2
AddReg=INTERACTUSBJSTICK.nt.AddReg

[INTERACTUSBJSTICK.nt.CopyFiles1]
IAIU3002.sys
IAIL3002.sys
IAIVMou.sys
IAIVKey.sys

[INTERACTUSBJSTICK.nt.CopyFiles2]
STDGPCtr.dll
STDGPRes.dll

[INTERACTUSBJSTICK.nt.AddReg]
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05FD&PID_3002,OEMName,,%USB\VID_05FD&PID_3002.DeviceDesc%
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05FD&PID_3002,OEMData,3,23,00,08,00,0A,00,00,00
HKLM,SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05FD&PID_3002,OEMHardwareID,,"USB\VID_05FD&PID_3002"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05FD&PID_3002,ConfigCLSID,FLG_ADDREG_TYPE_SZ,{FA4E84E3-DE0C-11d3-ABDA-444553540000}

;-------------------------------------------------------------------------------------------------------------------------
;          Add Registry entries for Control Panel
;-------------------------------------------------------------------------------------------------------------------------
HKCR,CLSID\{FA4E84E3-DE0C-11d3-ABDA-444553540000}\,,FLG_ADDREG_TYPE_SZ,"Control Panel of InterAct Gaming Device"
HKCR,CLSID\{FA4E84E3-DE0C-11d3-ABDA-444553540000}\InProcServer32,,FLG_ADDREG_TYPE_SZ,%11%"\STDGPCtr.dll"
HKCR,CLSID\{FA4E84E3-DE0C-11d3-ABDA-444553540000}\InProcServer32,ThreadingModel,FLG_ADDREG_TYPE_SZ,"Apartment"

HKCU,Software\InterAct\JoyEdit\I73002,AutoFire,3,00
HKCU,Software\InterAct\JoyEdit\I73002,ButReMap,3,00,01,02,03,04,05,06,07,08,09
HKCU,Software\InterAct\JoyEdit\I73002,MouseMode,3,40

[INTERACTUSBJSTICK.nt.Services]
Include=Input.inf
Needs=HID_Inst.NT.Services
AddService=IAIU3002FilterService,%SPSVCINST_ASSOCSERVICE%,IAIU3002Filter.ServiceInstall
AddService=IAIL3002FilterService,%SPSVCINST_ASSOCSERVICE%,IAIL3002Filter.ServiceInstall

[IAIU3002Filter.ServiceInstall]
DisplayName    = "IAIU3002 Filter Service"
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_DEMAND_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\IAIU3002.sys

[IAIL3002Filter.ServiceInstall]
DisplayName    = "IAIL3002 Filter Service"
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_DEMAND_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\IAIL3002.sys

[INTERACTUSBJSTICK.nt.HW]
AddReg=INTERACTUSBJSTICK.nt.AddReg.HW

[INTERACTUSBJSTICK.nt.AddReg.HW]
HKR,,UpperFilters,0x00010000,"IAIU3002FilterService"
HKR,,LowerFilters,0x00010000,"IAIL3002FilterService"

;--------------------------------------------------------------------------
; InterAct Virtual Mouse
;--------------------------------------------------------------------------

[IAIVIRTUALMOUSE.nt]
CopyFiles=IAIVIRTUALMOUSE.nt.CopyFiles

[IAIVIRTUALMOUSE.nt.CopyFiles]
IAIVMou.sys

[IAIVIRTUALMOUSE.nt.Services]
AddService=IAIVMouService,%SPSVCINST_ASSOCSERVICE%,IAIVMou.ServiceInstall

[IAIVMou.ServiceInstall]
DisplayName    = "IAIVMou Service"
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_AUTO_START%
ErrorControl   = %SERVICE_ERROR_IGNORE%
ServiceBinary  = %12%\IAIVMou.sys
LoadOrderGroup = extended base

;--------------------------------------------------------------------------
; InterAct Virtual Keyboard
;--------------------------------------------------------------------------
[IAIVIRTUALKEYBOARD.nt]
CopyFiles=IAIVIRTUALKEYBOARD.nt.CopyFiles

[IAIVIRTUALKEYBOARD.nt.CopyFiles]
IAIVKey.sys

[IAIVIRTUALKEYBOARD.nt.Services]
AddService=IAIVKeyService,%SPSVCINST_ASSOCSERVICE%,IAIVKey.ServiceInstall

[IAIVKey.ServiceInstall]
DisplayName    = "IAIVKey Service"
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_AUTO_START%
ErrorControl   = %SERVICE_ERROR_IGNORE%
ServiceBinary  = %12%\IAIVKey.sys
LoadOrderGroup = extended base

;---------------------------------------------------------------;

[SourceDisksNames]
92="InterAct USB Device Setup Disk",,1

[SourceDisksFiles]
IAIU3002.sys=92
IAIL3002.sys=92
IAIVMou.sys=92
IAIVKey.sys=92
STDGPCtr.dll=92
STDGPRes.dll=92

[DestinationDirs]
DefaultDestDir=12
INTERACTUSBJSTICK.nt.CopyFiles1=12
INTERACTUSBJSTICK.nt.CopyFiles2=11
IAIVIRTUALMOUSE.nt.CopyFiles=12
IAIVIRTUALKEYBOARD.nt.CopyFiles=12

;---------------------------------------------------------------;

[Strings]
IAI="InterAct Accessories, INC"
USB\VID_05FD&PID_3002.DeviceDesc="InterAct AxisPad (USB)"
IAIVIRTUALMOUSE.DeviceDesc = "InterAct Virtual Mouse"
IAIVIRTUALKEYBOARD.DeviceDesc = "InterAct Virtual Keyboard"

SPSVCINST_ASSOCSERVICE= 0x00000002
SERVICE_KERNEL_DRIVER = 1
SERVICE_AUTO_START    = 2
SERVICE_DEMAND_START  = 3
SERVICE_ERROR_IGNORE  = 0
SERVICE_ERROR_NORMAL  = 1
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: 0.41