[Version]
; Copyright (C) 1999-2000 Wish Technologies, Inc.
layoutfile=layout.inf,layout1.inf,layout2.inf
Signature=$CHICAGO$
Class=HID
ClassGUID={745a17a0-74d3-11d0-b6fe-00a0c90f57da}
Provider=%Wish%
DriverVer=05/19/2000,1.2.78.0
[SourceDisksNames]
931="Adaptoid Driver Disk",,0
932="Adaptoid Driver Disk","wishna1.cab",0
[SourceDisksFiles]
wishna1.inf=931
wishna1.sys=931
wishna1f.dll=931
wishna1m.dll=931
[DestinationDirs]
WishDrv = 10,system32\drivers
UsbDrv = 10,system32\drivers
FFDrv = 11
MPDrv = 11
HID_Inst.CopyFiles.NT = 12
HID_Inst.CopyFilesDLL.NT = 11
InfFiles = 17
Database = 17
HidClassCopy = 11
HidClassDel = 25
[Manufacturer]
%Wish%=Wish
[Wish]
%DeviceDescU%=WISHUSB,USB\VID_06F7&PID_0001
;-------------------------------------------------
; Win98 class install section
[ClassInstall]
AddReg=HIDClassReg
CopyFiles=HidClassCopy
DelFiles=HidClassDel
[HIDClassReg]
HKR,,,0,%HIDClassDescription%
HKR,,Icon,,-24
HKR,,Installer,,hidci.dll
[HidClassCopy]
hidci.dll
[HidClassDel]
hidci.dll
;-------------------------------------------------
; Win98 inf install section
[DefaultInstall]
CopyFiles=InfFiles,WishDrv,FFDrv,MPDrv
AddReg=FFDrv.AddReg,MPDrv.AddReg
DelFiles=Database
DelReg=MeFix.DelReg
[MeFix.DelReg]
HKLM,"SOFTWARE\Microsoft\Driver Signing\Classes\HWID","HID_DEVICE_SYSTEM_GAME"
[DefaultUninstall]
DelFiles=Database,InfFiles,WishDrv,FFDrv,MPDrv
DelReg=FFDrv.DelReg,MPDrv.DelReg
[InfFiles]
wishna1.inf
[Database]
drvdata.bin
drvidx.bin
;-------------------------------------------------
; Win98 device install section
[WISHUSB]
CopyFiles=UsbDrv ; , WishDrv, FFDrv ; setup keeps looking for these on the Win CD! Why???
AddReg=FFDrv.AddReg, Device.AddReg
DriverVer=05/19/2000,1.2.78
[UsbDrv]
hidclass.sys,,,16
hidusb.sys,,,16
hidparse.sys,,,16
[Device.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,"hidusb.sys"
[WISHUSB.HW]
AddReg=WISHUSB.AddReg.HW
[WISHUSB.AddReg.HW]
HKR,,"LowerFilters",0x00010000,"wishna1.sys"
;-------------------------------------------------
; NT inf install section
[DefaultInstall.NT]
CopyFiles=WishDrv,FFDrv,MPDrv,InfFiles
AddReg=FFDrv.AddReg,MPDrv.AddReg
[DefaultUninstall.NT]
DelFiles=WishDrv,FFDrv,MPDrv,InfFiles
DelReg=FFDrv.DelReg,MPDrv.DelReg
;-------------------------------------------------
; NT class install section
[ClassInstall.NT]
AddReg=ClassNT.AddReg
[ClassInstall32.NT]
Addreg=ClassNT.AddReg
[ClassNT.AddReg]
HKR,,,,"Human Interface Devices"
HKR,,Icon,,-24
HKR,,NoInstallClass,,1
;-------------------------------------------------
; NT device install section
[WISHUSB.NT]
Include=input.inf
Needs=HID_Inst.NT
;CopyFiles = WishDrv,FFDrv ; setup keeps looking for these on the Win CD! Why???
AddReg = FFDrv.AddReg
[WISHUSB.NT.Services]
Include=input.inf
Needs=HID_Inst.NT.Services
AddService = wishna1,,WishNA1_Service_Inst
[WishNA1_Service_Inst]
DisplayName = "Adaptoid Device Driver"
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 2 ;%SERVICE_AUTO_START%
ErrorControl = 0 ;%SERVICE_ERROR_IGNORE%
ServiceBinary = %12%\wishna1.sys
LoadOrderGroup = extended base
[WISHUSB.NT.HW]
AddReg = WishDrvHW.AddReg.NT
[WishDrvHW.AddReg.NT]
HKR,,"LowerFilters",0x00010000,"wishna1"
;-------------------------------------------------
; Common section
[UninstallMP]
DelFiles=MPDrv
DelReg=MPDrv.DelReg
[WishDrv]
wishna1.sys,,,4
[FFDrv]
wishna1f.dll,,wishna1f.001,4
[MPDrv]
wishna1m.dll,,wishna1m.001,4
[FFDrv.AddReg]
HKCR,CLSID\%FF_CLSID%,,,%FFDrv.CLSID.Desc%
HKCR,CLSID\%FF_CLSID%\InProcServer32,,,%11%\wishna1f.dll
HKCR,CLSID\%FF_CLSID%\InProcServer32,ThreadingModel,,"Both"
HKLM,%KEY_OEM%\%OEM_NAME%,OEMName,,%DeviceDesc%
HKLM,%KEY_OEM%\%OEM_NAME%\Axes\0,,,"X axis"
HKLM,%KEY_OEM%\%OEM_NAME%\Axes\0,Attributes,1,01,01,00,00,01,00,30,00
HKLM,%KEY_OEM%\%OEM_NAME%\Axes\0,FFAttributes,1,0A,00,00,00,00,01,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\Axes\1,,,"Y axis"
HKLM,%KEY_OEM%\%OEM_NAME%\Axes\1,Attributes,1,01,01,00,00,01,00,31,00
HKLM,%KEY_OEM%\%OEM_NAME%\Axes\1,FFAttributes,1,0A,00,00,00,00,01,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\0,,,"A"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\0,Attributes,1,00,00,00,00,09,00,01,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\1,,,"C-Down"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\1,Attributes,1,00,00,00,00,09,00,02,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\2,,,"C-Right"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\2,Attributes,1,00,00,00,00,09,00,03,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\3,,,"B"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\3,Attributes,1,00,00,00,00,09,00,04,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\4,,,"C-Left"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\4,Attributes,1,00,00,00,00,09,00,05,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\5,,,"C-Up"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\5,Attributes,1,00,00,00,00,09,00,06,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\6,,,"L"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\6,Attributes,1,00,00,00,00,09,00,07,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\7,,,"R"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\7,Attributes,1,00,00,00,00,09,00,08,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\8,,,"Start"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\8,Attributes,1,00,00,00,00,09,00,09,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\9,,,"Z"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\9,Attributes,1,00,00,00,00,09,00,0A,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\10,,,"D-Up"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\10,Attributes,1,00,00,00,00,09,00,0B,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\11,,,"D-Down"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\11,Attributes,1,00,00,00,00,09,00,0C,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\12,,,"D-Left"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\12,Attributes,1,00,00,00,00,09,00,0D,00
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\13,,,"D-Right"
HKLM,%KEY_OEM%\%OEM_NAME%\Buttons\13,Attributes,1,00,00,00,00,09,00,0E,00
HKLM,%KEY_OEM%\%OEM_NAME%\OEMForceFeedback,Attributes,1,00,00,00,00,E8,03,00,00,E8,03,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\OEMForceFeedback,CLSID,,"%FF_CLSID%"
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C20-8E33-11D0-9AD0-00A0C9A06E35},,,"ConstantForce"
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C20-8E33-11D0-9AD0-00A0C9A06E35},Attributes,1, 10,00,00,00, 01,3e,00,00, 65,01,00,00, 65,01,00,00, 30,00,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C21-8E33-11D0-9AD0-00A0C9A06E35},,,"RampForce"
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C21-8E33-11D0-9AD0-00A0C9A06E35},Attributes,1, 20,00,00,00, 02,3e,00,00, 65,01,00,00, 65,01,00,00, 30,00,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C22-8E33-11D0-9AD0-00A0C9A06E35},,,"Square"
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C22-8E33-11D0-9AD0-00A0C9A06E35},Attributes,1, 30,00,00,00, 03,3e,00,00, 65,01,00,00, 65,01,00,00, 30,00,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C23-8E33-11D0-9AD0-00A0C9A06E35},,,"Sine"
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C23-8E33-11D0-9AD0-00A0C9A06E35},Attributes,1, 31,00,00,00, 03,3e,00,00, 65,01,00,00, 65,01,00,00, 30,00,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C24-8E33-11D0-9AD0-00A0C9A06E35},,,"Triangle"
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C24-8E33-11D0-9AD0-00A0C9A06E35},Attributes,1, 32,00,00,00, 03,3e,00,00, 65,01,00,00, 65,01,00,00, 30,00,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C25-8E33-11D0-9AD0-00A0C9A06E35},,,"SawtoothUp"
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C25-8E33-11D0-9AD0-00A0C9A06E35},Attributes,1, 33,00,00,00, 03,3e,00,00, 65,01,00,00, 65,01,00,00, 30,00,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C26-8E33-11D0-9AD0-00A0C9A06E35},,,"SawtoothDown"
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C26-8E33-11D0-9AD0-00A0C9A06E35},Attributes,1, 34,00,00,00, 03,3e,00,00, 65,01,00,00, 65,01,00,00, 30,00,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C27-8E33-11D0-9AD0-00A0C9A06E35},,,"Spring"
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C27-8E33-11D0-9AD0-00A0C9A06E35},Attributes,1, 40,00,00,00, 04,3e,00,00, 65,01,00,00, 65,01,00,00, 30,00,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C28-8E33-11D0-9AD0-00A0C9A06E35},,,"Damper"
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C28-8E33-11D0-9AD0-00A0C9A06E35},Attributes,1, 41,00,00,00, 04,3e,00,00, 65,01,00,00, 65,01,00,00, 30,00,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C29-8E33-11D0-9AD0-00A0C9A06E35},,,"Inertia"
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C29-8E33-11D0-9AD0-00A0C9A06E35},Attributes,1, 42,00,00,00, 04,3e,00,00, 65,01,00,00, 65,01,00,00, 30,00,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C2A-8E33-11D0-9AD0-00A0C9A06E35},,,"Friction"
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C2A-8E33-11D0-9AD0-00A0C9A06E35},Attributes,1, 43,00,00,00, 04,3e,00,00, 65,01,00,00, 65,01,00,00, 30,00,00,00
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C2B-8E33-11D0-9AD0-00A0C9A06E35},,,"CustomForce"
HKLM,%KEY_OEM%\%OEM_NAME%\%EFFECTS%\{13541C2B-8E33-11D0-9AD0-00A0C9A06E35},Attributes,1, 50,00,00,00, 05,3e,00,00, 65,01,00,00, 65,01,00,00, 30,00,00,00
[MPDrv.AddReg]
HKCR,CLSID\%MP_CLSID%,,,%DeviceDesc%
HKCR,CLSID\%MP_CLSID%\InProcServer32,,,%11%\wishna1m.dll
HKCR,CLSID\%MP_CLSID%\InProcServer32,ThreadingModel,,"Apartment"
HKCR,CLSID\%MP_CLSID%\DefaultIcon,,,"%11%\wishna1m.dll,0"
HKCR,CLSID\%MP_CLSID%\ShellFolder,Attributes,1,00,00,00,A0
HKLM,%NSD_KEY%\%MP_CLSID%,,,%DeviceDesc%
HKLM,%UNINST_KEY%,"DisplayName",,"Adaptoid Desktop Icon (Mempak Driver)"
HKLM,%UNINST_KEY%,"UninstallString",,"RunDll32 setupapi.dll,InstallHinfSection UninstallMP 0 wishna1.inf"
[FFDrv.DelReg]
HKCR,CLSID\%FF_CLSID%
HKLM,%KEY_OEM%\%OEM_NAME%
[MPDrv.DelReg]
HKCR,CLSID\%MP_CLSID%
HKLM,%NSD_KEY%\%MP_CLSID%
HKLM,%NSM_KEY%\%MP_CLSID%
HKLM,%UNINST_KEY%
;-------------------------------------------------
; Strings section
[Strings]
Wish="Wish Technologies"
DeviceDesc="Adaptoid"
DeviceDescU="Adaptoid (USB)"
OEM_NAME="VID_06F7&PID_0001"
HIDClassDescription="Human Interface Devices"
FFDrv.CLSID.Desc="Adaptoid Rumble Driver"
NSD_KEY="Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace"
NSM_KEY="Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace"
KEY_OEM="System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM"
EFFECTS="OEMForceFeedback\Effects"
UNINST_KEY="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\wishna1m"
FF_CLSID="{C9BB1D41-B9A2-11d3-8527-00A0C99B19DF}"
MP_CLSID="{CCD67C21-B733-11d3-8527-00A0C99B19DF}"
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.