mirror of
https://github.com/djhackersdev/bemanitools-supplement.git
synced 2026-03-21 17:34:13 -05:00
92 lines
1.8 KiB
INI
92 lines
1.8 KiB
INI
;
|
|
; Created by GenINF.
|
|
;
|
|
;
|
|
|
|
|
|
|
|
[Version]
|
|
Signature = "$Windows NT$"
|
|
Class=USB
|
|
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
|
|
Provider=%KDE-J%
|
|
DriverVer= 10/27/2016
|
|
CatalogFile=p3io.cat
|
|
|
|
[DestinationDirs]
|
|
DefaultDestDir = 12
|
|
|
|
[SourceDisksNames]
|
|
1=%Desc_x860%,,,\x86
|
|
2=%Desc_x860%,,,\amd64
|
|
|
|
[SourceDisksFiles.x86]
|
|
p3io.sys = 1
|
|
|
|
[SourceDisksFiles.amd64]
|
|
p3io.sys = 2
|
|
|
|
[SourceDisksFiles.ia64]
|
|
|
|
|
|
[Manufacturer]
|
|
%KDE-J%=KDE-J,NTx86,NTamd64
|
|
|
|
; For WindowsXP 32bit
|
|
[KDE-J.NTx86]
|
|
%p3ioDesc%=p3io_Inst,USB\VID_0000&PID_5731
|
|
%p3ioDesc%=p3io_Inst,USB\VID_1CCF&PID_8008
|
|
|
|
; For Windows7 64bit
|
|
[KDE-J.NTamd64]
|
|
%p3ioDesc%=p3io_Inst,USB\VID_0000&PID_5731
|
|
%p3ioDesc%=p3io_Inst,USB\VID_1CCF&PID_8008
|
|
|
|
[p3io_Inst]
|
|
CopyFiles = p3io.Files.Ext
|
|
|
|
[p3io_Inst.Services]
|
|
AddService = p3io,0x00000002,p3io_Service_Inst
|
|
|
|
[p3io_Service_Inst]
|
|
ServiceType = %SERVICE_KERNEL_DRIVER%
|
|
StartType = %SERVICE_DEMAND_START%
|
|
ErrorControl = %SERVICE_ERROR_NORMAL%
|
|
ServiceBinary = %12%\p3io.sys
|
|
|
|
|
|
[p3io.Files.Ext]
|
|
p3io.sys
|
|
|
|
[p3io_EventLog_Inst]
|
|
AddReg = p3io_EventLog_Inst.AddReg
|
|
|
|
[p3io_EventLog_Inst.AddReg]
|
|
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
|
|
HKR,,TypesSupported,%REG_DWORD%,7
|
|
|
|
|
|
[Strings]
|
|
|
|
; *******Localizable Strings*******
|
|
KDE-J= "Konami Degital Entertainment"
|
|
Desc_x860= "Konami Degital Entertainment USBdrivers"
|
|
p3ioDesc= "python3 I/O board (DDRX custom)"
|
|
|
|
; *******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
|
|
|
|
REG_EXPAND_SZ = 0x00020000
|
|
REG_DWORD = 0x00010001
|