home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 July
/
VPR9707B.ISO
/
DRIVER
/
IODATA
/
DTV98110
/
DISK.EXE
/
WINNT40
/
GADR98P.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1997-01-08
|
3KB
|
119 lines
; gadr98p.inf
;
; Installation inf for the
; GA-DRTVx/98PCI シリーズ
; of graphics adapters.
;
[Version]
Signature="$CHICAGO$"
Provider=%iodata_trident%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
[DestinationDirs]
DefaultDestDir = 11
iodata_trident.Miniport = 12 ; drivers
iodata_trident.Display = 11 ; system32
;
; Driver information
;
[Manufacturer]
%iodata_trident% = iodata_trident.Mfg
[iodata_trident.Mfg]
"GA-DRTVx/98PCI グラフィックアクセラレータ" = iodata_trident
;
; General installation section
;
[iodata_trident]
CopyFiles=iodata_trident.Miniport, iodata_trident.Display
;
; File sections
;
[iodata_trident.Miniport]
gadr98p.sys , gadr98p.sy_
[iodata_trident.Display]
gadr98p.dll , gadr98p.dl_
iccvid.dll , iccvid.dl_
;
; Service Installation
;
[iodata_trident.Services]
AddService = iodata_trident, 0x00000002, iodata_trident_Service_Inst, iodata_trident_EventLog_Inst
[iodata_trident_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\gadr98p.sys
[iodata_trident_EventLog_Inst]
AddReg = gadr_EventLog_AddReg
[iodata_trident_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\gadr98p.sys"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;
[iodata_trident.SoftwareSettings]
AddReg = iodata_trident_SoftwareDeviceSettings
[iodata_trident_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, vga, gadr98p, 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
gadr98p.dl_ = 1
gadr98p.sy_ = 1
iccvid.dl_ = 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-DRTVx/98PCI サポートソフト"
GraphAdap="Graphics Adapter"
iodata_trident="I-O DATA DEVICE,INC."