home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April (Special)
/
Chip-Special_1997-04_cd.bin
/
spea
/
mercury
/
nt4mep10
/
nt4mep10.exe
/
rar
/
DISPOEM.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1996-06-18
|
2KB
|
120 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
bignt40o.Miniport = 12 ; drivers
bignt40o.Display = 11 ; system32
;
; Driver information
;
[Manufacturer]
SPEA = bignt40o.Mfg
[bignt40o.Mfg]
SPEA MERCURY P-64 Video Accelerator = bignt40o
;
; General installation section
;
[bignt40o]
CopyFiles=bignt40o.Miniport, bignt40o.Display
;
; File sections
;
[bignt40o.Miniport]
bignt40o.sys
[bignt40o.Display]
bignt40o.dll
;
; Service Installation
;
[bignt40o.Services]
AddService = bignt40o, 0x00000002, bignt40o_Service_Inst, bignt40o_EventLog_Inst
[bignt40o_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\bignt40o.sys
[bignt40o_EventLog_Inst]
AddReg = bignt40o_EventLog_AddReg
[bignt40o_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\bignt40o.sys"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;
[bignt40o.SoftwareSettings]
AddReg = bignt40o_SoftwareDeviceSettings
[bignt40o_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, bignt40o
HKR,, VgaCompatible, %REG_DWORD%, 0
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId%,,,""
[SourceDisksFiles]
bignt40o.dll = 1, .
bignt40o.sys = 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"
bignt40o = "SPEA MERCURY P-64"
GraphAdap = "Graphics Adapter"
CompatAdap = "Compatible Graphics Adapter"
DiskId="Windows NT Driver Library installation disk"
drvlib="Windows NT Driver Library"