home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April (Special)
/
Chip-Special_1997-04_cd.bin
/
spea
/
mirage
/
nt4mit10
/
nt4mit10.exe
/
rar
/
DISPOEM.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1996-06-18
|
3KB
|
138 lines
; dispoem.inf
;
; Installation inf for third party (OEM) graphics drivers
;
[Version]
Signature="$CHICAGO$"
Provider=%drvlib%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
[DestinationDirs]
DefaultDestDir = 11
bignt40.Miniport = 12 ; drivers
bignt40.Display = 11 ; system32
bignt40.DAT = 11 ; system32
;
; Driver information
;
[Manufacturer]
SPEA = bignt40.Mfg
[bignt40.Mfg]
SPEA MIRAGE P-64 Video Accelerator = bignt40
;
; General installation section
;
[bignt40]
CopyFiles=bignt40.Miniport, bignt40.Display ,bignt40.DAT
;
; File sections
;
[bignt40.Miniport]
bignt40.sys
[bignt40.Display]
bignt40.dll
[bignt40.DAT]
ergo-640.dat
ergo-641.dat
ergo-642.dat
ergo-643.dat
ergo-644.dat
ergo-645.dat
ergo-646.dat
;
; Service Installation
;
[bignt40.Services]
AddService = bignt40, 0x00000002, bignt40_Service_Inst, bignt40_EventLog_Inst
[bignt40_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\bignt40.sys
[bignt40_EventLog_Inst]
AddReg = bignt40_EventLog_AddReg
[bignt40_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\bignt40.sys"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;
[bignt40.SoftwareSettings]
AddReg = bignt40_SoftwareDeviceSettings
[bignt40_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, bignt40
HKR,, VgaCompatible, %REG_DWORD%, 0
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId%,,,""
[SourceDisksFiles]
bignt40.dll = 1, .
bignt40.sys = 1, .
ergo-640.dat=1, .
ergo-641.dat=1, .
ergo-642.dat=1, .
ergo-643.dat=1, .
ergo-644.dat=1, .
ergo-645.dat=1, .
ergo-646.dat=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
;
MS="Microsoft"
autodetect="Autodetect driver"
vgacompat="VGA compatible display adapter"
bignt40 = "SPEA MIRAGE P-64"
GraphAdap = "Graphics Adapter"
CompatAdap = "Compatible Graphics Adapter"
DiskId="Windows NT Driver Library installation disk"
drvlib="Windows NT Driver Library"