home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 June
/
PCWorld_1998-06_cd.bin
/
hardware
/
ovladace
/
video
/
stb
/
riva128
/
nt4
/
STBV128.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1998-01-18
|
3KB
|
125 lines
;
; stb Display INF file
;
[Version]
Signature="$Windows NT$"
Provider=%STB%
LayoutFile=layout.inf
Class=Display
;
; Dest directories are \windows\system32 and \windows\system32\drivers
;
[DestinationDirs]
DefaultDestDir = 11
stb.Miniport = 12
stb.Display = 11
;
; The Manufacturer section lists all of the manufacturers that we will
; display in the Dialog box. DEVICE sections are specified.
;
[Manufacturer]
%STB% = STB.Mfg
;
; Device section. Each section here corresponds with an entry listed in the
; [Manufacturer] section, above. The models will be displayed in the order
; that they appear in the INF file. This section identifies
; the corresponding INSTALL sections.
;
[STB.Mfg]
%STB% Velocity 128 3D (NVidia RIVA 128) = stb
;---------------------------------------------------------------------
; stb Driver INSTALL Section. This INSTALL section specifies
; what files are to to be copied (File List sections)
;---------------------------------------------------------------------
[stb]
CopyFiles=stb.Miniport, stb.Display
;
; stb Driver INSTALL Section. This INSTALL section specifies
; what registry fields are to be modified (ADD Registry section)
;
[stb.SoftwareSettings]
AddReg = stb_SoftwareDeviceSettings
DelReg = stb.CleanRegistry
;
; stb Service Installation
;
[stb.Services]
AddService = stb, 0x00000002, stb_Generic_Service_Inst, stb_EventLog_Inst
[stb_EventLog_Inst]
AddReg = stb_EventLog_AddReg
[stb_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\stbv128m.sys"
HKR,,TypesSupported,0x00010001,7
[stb_Generic_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\stbv128m.sys
;
; File List sections for stb.Display and stb.Miniport
;
[stb.Display]
stbv128.dll
[stb.Miniport]
stbv128m.sys
;
; STB Add registry section
;
[stb_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, stbv128
HKR,, VgaCompatible, %REG_DWORD%, 0
HKR,, EnableDMA, %REG_MULTI_SZ%, ""
;
; STB Del registry section
;
[stb.CleanRegistry]
HKR,, ValidRefreshRatesInHz
[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
;
STB = "STB Systems, Inc."
DiskId="STB NT 4.0 Display driver installation disk"
drvlib="STB NT Driver Library"