home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 September
/
VPR9709B.ISO
/
DRIVER
/
IODATA
/
Dxdv101
/
DISK.EXE
/
WINNT40
/
GAPGDX.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1997-02-06
|
2KB
|
117 lines
; gapgdx.inf
;
; Installation inf for the
; GA-PGDXx/PCI シリーズ
; of graphics adapters.
;
[Version]
Signature="$CHICAGO$"
Provider=%iodata_pg3d%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
[DestinationDirs]
DefaultDestDir = 11
iodata_pg3d.Miniport = 12 ; drivers
iodata_pg3d.Display = 11 ; system32
;
; Driver information
;
[Manufacturer]
%iodata_pg3d% = iodata_pg3d.Mfg
[iodata_pg3d.Mfg]
"GA-PGDXx/PCI グラフィックアクセラレータ" = iodata_pg3d
;
; General installation section
;
[iodata_pg3d]
CopyFiles=iodata_pg3d.Miniport, iodata_pg3d.Display
;
; File sections
;
[iodata_pg3d.Miniport]
gapgdx.sys , gapgdx.sy_
[iodata_pg3d.Display]
gapgdx.dll , gapgdx.dl_
;
; Service Installation
;
[iodata_pg3d.Services]
AddService = iodata_pg3d, 0x00000002, iodata_pg3d_Service_Inst, iodata_pg3d_EventLog_Inst
[iodata_pg3d_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\gapgdx.sys
[iodata_pg3d_EventLog_Inst]
AddReg = gapg3d_EventLog_AddReg
[iodata_pg3d_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\gapgdx.sys"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;
[iodata_pg3d.SoftwareSettings]
AddReg = iodata_pg3d_SoftwareDeviceSettings
[iodata_pg3d_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, vga, gapgdx, framebuf
HKR,, VgaCompatible, %REG_DWORD%, 1
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId%,,,""
[SourceDisksFiles]
; vga.dll = 1 ; always shipped and preinstalled by NT itself - no need to copy
; framebuf.dll = 1 ; always shipped and preinstalled by NT itself - no need to copy
gapgdx.dl_ = 1
gapgdx.sy_ = 1
[Strings]
;
; Non-Localizable Strings
;
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
SERVICEROOT = System\CurrentControlSet\Services
;
; Localizable Strings
;
DiskId="GA-PGDXxシリーズ サポートソフト"
GraphAdap="Graphics Adapter"
iodata_pg3d="I-O DATA DEVICE,INC."