Metropoli BBS
VIEWER: stlthii.inf MODE: TEXT (ASCII)
; stlthii.inf
;
; Installation inf for the Diamond Stealth II graphics adapter.
;

[Version]
Signature="$CHICAGO$"
Provider=%Diamond%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display

[DestinationDirs]
DefaultDestDir   = 11
stlthii.Miniport  = 12  ; drivers
stlthii.Display   = 11  ; system32

;
; Driver information
;

[Manufacturer]
%Diamond%   = stlthii.Mfg

[stlthii.Mfg]
%Diamond% Stealth II Series = stlthii

;
; General installation section
;

[stlthii]
CopyFiles=stlthii.Miniport, stlthii.Display

;
; File sections
;

[stlthii.Miniport]
stlthii.sys

[stlthii.Display]
stlthii.dll
v2100.dll
v21002d.uc
v2100dd.dll
v2100gl.uc

;
; Service Installation
;

[stlthii.Services]
AddService = stlthii, 0x00000002, stlthii_Service_Inst, stlthii_EventLog_Inst

[stlthii_Service_Inst]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 1                  ; SERVICE_SYSTEM_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary  = %12%\stlthii.sys

[stlthii_EventLog_Inst]
AddReg = stlthii_EventLog_AddReg

[stlthii_EventLog_AddReg]
HKR,,EventMessageFile, %REG_EXPAND_SZ% ,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\stlthii.sys"
HKR,,TypesSupported, %REG_DWORD% ,7

;
; Software Installation
;

[stlthii.SoftwareSettings]
AddReg = stlthii_SoftwareDeviceSettings

[stlthii_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, stlthii
HKR,, VgaCompatible,               %REG_DWORD%,    0
HKR,, MClkSClkIndex,               %REG_DWORD%,    6
HKR,, V2kModeTableIndex,           %REG_DWORD%,    0
HKR,, GLMipMapMode,            	   %REG_DWORD%,    0
HKR,, GLAALine,                    %REG_DWORD%,    0
HKR,, GLSwapBuffersAsBlts,         %REG_DWORD%,    0

;
; Source file information
;

[SourceDisksNames.x86]
1 = %DiskId%,,,""

[SourceDisksFiles]
stlthii.sys  = 1
stlthii.dll = 1
v2100.dll = 1
v21002d.uc = 1
v2100dd.dll = 1
v2100gl.uc = 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       	= "Diamond Stealth II Driver Disk"
Diamond         = "Diamond Multimedia Systems, Inc."
stlthii		= "Diamond Stealth II"
[ RETURN TO DIRECTORY ]