; GoPad.inf - INF for GoPad
;==============================================================================
;
[Version]
CatalogFile=joystick.cat
layoutfile=layout.inf, layout1.inf, layout2.inf
signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%IAI%
[ClassInstall]
Addreg=Class.AddReg
[Class.AddReg]
HKR,,,,%MediaClassName%
HKR,,Icon,,"-1"
HKR,,Installer,,mmci.dll
[Manufacturer]
%IAI%=mfg
[mfg]
%USB\VID_05fd&PID_3000.DeviceDesc%=HIDUSBGoPad, USB\VID_05fd&PID_3000
;;%HID\VID_05fd&PID_3000.DeviceDesc%=IAIGoPad, HID\VID_05fd&PID_3000
%IAIVIRTUALMOUSE.DeviceDesc% = IAIVirtualMouse, VIRTUAL\InterActVirtualMouse
[PreCopySection]
HKR,,NoSetupUI,,1
[DestinationDirs]
MSJSTICK.CopyList = 11 ;LDID_SYS
GAMEPORT.CopyList = 11 ;LDID_SYS
IAIGoPad.CopyList = 11 ;LDID_SYS
STDUSBJSTICK.CopyFiles = 10,system32\drivers
STDUSBJSTICK.DelFiles = 11
;--------------------------------------------------------------------------
; Normal Joystick setting for gaming devices
;--------------------------------------------------------------------------
[MSJSTICK]
LogConfig=BasicJoyStick.LC0,BasicJoystick.LC1
CopyFiles=MSJSTICK.CopyList, GAMEPORT.CopyList
AddReg=JOYSTICK.AddReg, MSJSTICK.AddReg
UpdateInis=MSJSTICK.UpdateInis
[MSJSTICK.CopyList]
vjoyd.vxd,,
msjstick.drv,,
[GAMEPORT.CopyList]
msanalog.vxd,,
[JOYSTICK.AddReg]
HKR,,DevLoader,,mmdevldr.vxd
HKR,Drivers,MIGRATED,,0
HKR,Drivers\joystick,,,
[MSJSTICK.AddReg]
HKR,,Driver,,vjoyd.vxd
HKR,Drivers\joystick\msjstick.drv,Description,,%*PNPB02F.DeviceDesc%
HKR,Drivers\joystick\msjstick.drv,Driver,,msjstick.drv
HKR,Drivers,SubClasses,,"joystick"
[MSJSTICK.UpdateInis]
system.ini,drivers,"joystick="
;--------------------------------------------------------------------------
; Standard HID Game Pad
;--------------------------------------------------------------------------
[HIDUSBGoPad]
CopyFiles=IAIGoPad.CopyList,STDUSBJSTICK.CopyFiles
DelFiles=STDUSBJSTICK.DelFiles
AddReg=HIDUSBGoPad.AddReg
UpdateInis=MSJSTICK.UpdateInis
[HIDUSBGoPad.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"hidusb.sys"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000,OEMName,,%USB\VID_05fd&PID_3000.DeviceDesc%
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000,OEMCallOut,,joyhid.vxd
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000,OEMData,3,02,00,00,00,08,00,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000,ConfigCLSID,FLG_ADDREG_TYPE_SZ,{8A9DCAE2-AE2B-11d3-BB34-005004CFE9DD}
;--------------------------------------------------------------------------
; Add Registry entries for custom Control Panel
;--------------------------------------------------------------------------
HKCR,CLSID\{8A9DCAE2-AE2B-11d3-BB34-005004CFE9DD},,FLG_ADDREG_TYPE_SZ,"Control panel of InterAct GoPad"
HKCR,CLSID\{8A9DCAE2-AE2B-11d3-BB34-005004CFE9DD}\InProcHandler32,,FLG_ADDREG_TYPE_SZ,%11%"\Gchand.dll"
HKCR,CLSID\{8A9DCAE2-AE2B-11d3-BB34-005004CFE9DD}\InProcServer32,,FLG_ADDREG_TYPE_SZ,%11%"\IAIGoPad.DLL"
HKCR,CLSID\{8A9DCAE2-AE2B-11d3-BB34-005004CFE9DD}\ProgID,,FLG_ADDREG_TYPE_SZ,"InterAct GoPad Plug In Server"
;--------------------------------------------------------------------------
; Add Registry entries for Rumble engine
;--------------------------------------------------------------------------
HKCR,CLSID\{E45C40C1-75C3-11d3-876E-00105A66CE4B},,FLG_ADDREG_TYPE_SZ,"InterAct GoPad"
HKCR,CLSID\{E45C40C1-75C3-11d3-876E-00105A66CE4B}\InProcServer32,,FLG_ADDREG_TYPE_SZ,%11%"\iair_usb.dll"
HKCR,CLSID\{E45C40C1-75C3-11d3-876E-00105A66CE4B}\InProcServer32,ThreadingModel,FLG_ADDREG_TYPE_SZ,"Both"
;--------------------------------------------------------------------------
; Add Registry entries for Force Feedback (axis info.)
;--------------------------------------------------------------------------
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Axes\0,,FLG_ADDREG_TYPE_SZ,"X axis"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Axes\0,Attributes,3,01,81,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Axes\0,FFAttributes,3,0a,00,00,00,00,01,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Axes\1,,FLG_ADDREG_TYPE_SZ,"Y axis"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Axes\1,Attributes,3,01,81,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Axes\1,FFAttributes,3,0a,00,00,00,0,01,00,00
;--------------------------------------------------------------------------
; Add Registry entries for Force Feedback (button info.)
;--------------------------------------------------------------------------
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\0,,FLG_ADDREG_TYPE_SZ,"Button A"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\0,Attributes,3,02,80,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\1,,FLG_ADDREG_TYPE_SZ,"Button B"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\1,Attributes,3,02,80,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\2,,FLG_ADDREG_TYPE_SZ,"Button C"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\2,Attributes,3,02,80,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\3,,FLG_ADDREG_TYPE_SZ,"Button D"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\3,Attributes,3,02,80,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\4,,FLG_ADDREG_TYPE_SZ,"Button E"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\4,Attributes,3,02,80,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\5,,FLG_ADDREG_TYPE_SZ,"Button F"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\5,Attributes,3,02,80,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\6,,FLG_ADDREG_TYPE_SZ,"Button G"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\6,Attributes,3,02,80,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\7,,FLG_ADDREG_TYPE_SZ,"Button H"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\Buttons\7,Attributes,3,02,80,00,00
;--------------------------------------------------------------------------
; Add Registry entries for Force Feedback (OEM ForceFeedback setting)
;--------------------------------------------------------------------------
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback,Attributes,3,00,00,00,00,e8,03,00,00,e8,03,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback,CLSID,FLG_ADDREG_TYPE_SZ,"{E45C40C1-75C3-11d3-876E-00105A66CE4B}"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C20-8E33-11D0-9AD0-00A0C9A06E35},,FLG_ADDREG_TYPE_SZ,"Constant Force"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C20-8E33-11D0-9AD0-00A0C9A06E35},Attributes,3,65,00,02,00,01,00,00,00,ed,01,00,00,cd,01,00,00,30,00,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C21-8E33-11D0-9AD0-00A0C9A06E35},,FLG_ADDREG_TYPE_SZ,"Ramp Force"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C21-8E33-11D0-9AD0-00A0C9A06E35},Attributes,3,6a,00,02,00,02,00,00,00,ef,01,00,00,cf,01,00,00,30,00,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C22-8E33-11D0-9AD0-00A0C9A06E35},,FLG_ADDREG_TYPE_SZ,"Square"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C22-8E33-11D0-9AD0-00A0C9A06E35},Attributes,3,69,00,02,00,03,00,00,00,ef,01,00,00,cf,01,00,00,30,00,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C23-8E33-11D0-9AD0-00A0C9A06E35},,FLG_ADDREG_TYPE_SZ,"Sine"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C23-8E33-11D0-9AD0-00A0C9A06E35},Attributes,3,66,00,02,00,03,00,00,00,ef,01,00,00,cf,01,00,00,30,00,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C24-8E33-11D0-9AD0-00A0C9A06E35},,FLG_ADDREG_TYPE_SZ,"Triangle"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C24-8E33-11D0-9AD0-00A0C9A06E35},Attributes,3,6c,00,02,00,03,00,00,00,ef,01,00,00,cf,01,00,00,30,00,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C25-8E33-11D0-9AD0-00A0C9A06E35},,FLG_ADDREG_TYPE_SZ,"SawtoothUp"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C25-8E33-11D0-9AD0-00A0C9A06E35},Attributes,3,6e,00,02,00,03,00,00,00,ef,01,00,00,cf,01,00,00,30,00,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C26-8E33-11D0-9AD0-00A0C9A06E35},,FLG_ADDREG_TYPE_SZ,"SawtoothDown"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C26-8E33-11D0-9AD0-00A0C9A06E35},Attributes,3,6f,00,02,00,03,00,00,00,ef,01,00,00,cf,01,00,00,30,00,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C27-8E33-11D0-9AD0-00A0C9A06E35},,FLG_ADDREG_TYPE_SZ,"Spring"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C27-8E33-11D0-9AD0-00A0C9A06E35},Attributes,3,01,00,01,00,04,00,00,00,29,01,00,00,09,01,00,00,30,00,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C28-8E33-11D0-9AD0-00A0C9A06E35},,FLG_ADDREG_TYPE_SZ,"Damper"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C28-8E33-11D0-9AD0-00A0C9A06E35},Attributes,3,03,00,01,00,04,00,00,00,29,01,00,00,09,01,00,00,30,00,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C29-8E33-11D0-9AD0-00A0C9A06E35},,FLG_ADDREG_TYPE_SZ,"Inertia"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C29-8E33-11D0-9AD0-00A0C9A06E35},Attributes,3,05,00,01,00,04,00,00,00,29,01,00,00,09,01,00,00,30,00,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C2A-8E33-11D0-9AD0-00A0C9A06E35},,FLG_ADDREG_TYPE_SZ,"Friction"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C2A-8E33-11D0-9AD0-00A0C9A06E35},Attributes,3,07,00,01,00,04,00,00,00,29,01,00,00,09,01,00,00,30,00,00,00
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C2B-8E33-11D0-9AD0-00A0C9A06E35},,FLG_ADDREG_TYPE_SZ,"Custom Force"
HKLM,System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_05fd&PID_3000\OEMForceFeedback\Effects\{13541C2B-8E33-11D0-9AD0-00A0C9A06E35},Attributes,3,C9,00,03,00,05,00,00,00,6F,01,00,00,4F,01,00,00,30,00,00,00
[HIDUSBGoPad.HW]
AddReg = IAIGoPad.AddReg.HW
[HIDUSBGoPad.AddReg.HW]
HKR,,LowerFilters,,"IAIGoPad.sys"
;-------------------------------------------
; install filter driver
;-------------------------------------------
;[IAIGoPad]
;Include=joystick.inf
;Needs=HIDGameDevice
;
;
;[IAIGoPad.HW]
;AddReg = IAIGoPad.AddReg.HW
[IAIGoPad.AddReg.HW]
HKR,,UpperFilters,,"IAIUpper.sys"
HKR,,LowerFilters,,"IAIGD150.sys"
[IAIGoPad.CopyList]
IAIUPPER.SYS
IAIGD150.SYS
IAIR_USB.DLL
IAIVMou.sys
IAIGoPad.DLL
[STDUSBJSTICK.CopyFiles]
hidusb.sys
hidclass.sys
hidparse.sys
[STDUSBJSTICK.DelFiles]
hidusb.sys
hidclass.sys
hidparse.sys
;--------------------------------------------------------------------------
; GoPad Virtual Mouse
;--------------------------------------------------------------------------
[IAIVirtualMouse]
AddREg = IAIVirtualMouse.AddReg
[IAIVirtualMouse.AddReg]
HKR,,DevLoader,,"*ntkern,mmdevldr.vxd"
HKR,,NTMPDriver,,"IAIVMou.sys"
HKR,,Driver,,IAIVMou.sys
;--------------------------------------------------------------------------
; File copying / string
;--------------------------------------------------------------------------
[SourceDisksNames]
92="CD-ROM : IAI_GO_PAD",,1
[SourceDisksFiles]
IAIUPPER.SYS=92
IAIGD150.SYS=92
IAIR_USB.DLL=92
IAIVMou.sys=92
IAIGoPad.DLL=92
[Strings]
IAI="InterAct Accessories, INC"
USB\VID_05fd&PID_3000.DeviceDesc="InterAct GoPad"
;;HID\VID_05fd&PID_3000.DeviceDesc="InterAct GoPad"
MediaClassName="Sound, video and game controllers"
IAIVIRTUALMOUSE.DeviceDesc = "InterAct Virtual Mouse"
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.