127 lines
2.2 KiB
INI
127 lines
2.2 KiB
INI
; mnmdd.inf
|
|
;
|
|
; Installation inf for the Microsoft graphics adapter.
|
|
;
|
|
|
|
[Version]
|
|
Signature="$CHICAGO$"
|
|
Provider=%Microsoft%
|
|
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
|
|
Class=Display
|
|
|
|
[DestinationDirs]
|
|
DefaultDestDir = 11
|
|
mnmdd.Miniport = 12 ; drivers
|
|
mnmdd.Display = 11 ; system32
|
|
|
|
;
|
|
; Driver information
|
|
;
|
|
|
|
[Manufacturer]
|
|
%Microsoft% = Microsoft.Mfg
|
|
|
|
[Microsoft.Mfg]
|
|
%Microsoft% NetMeeting graphics driver = mnmdd
|
|
|
|
|
|
;
|
|
; General installation section
|
|
;
|
|
|
|
[mnmdd]
|
|
CopyFiles=mnmdd.Miniport, mnmdd.Display
|
|
|
|
;
|
|
; File sections
|
|
;
|
|
|
|
[mnmdd.Miniport]
|
|
mnmdd.sys
|
|
|
|
[mnmdd.Display]
|
|
mnmdd.dll
|
|
|
|
|
|
;
|
|
; Service Installation
|
|
;
|
|
|
|
[mnmdd.Services]
|
|
AddService = mnmdd, 0x00000002, mnmdd_Service_Inst, mnmdd_EventLog_Inst
|
|
|
|
[mnmdd_Service_Inst]
|
|
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
|
|
StartType = 1 ; SERVICE_SYSTEM_START
|
|
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
|
|
LoadOrderGroup = Video
|
|
ServiceBinary = %12%\mnmdd.sys
|
|
|
|
[mnmdd_EventLog_Inst]
|
|
AddReg = mnmdd_EventLog_AddReg
|
|
|
|
[mnmdd_EventLog_AddReg]
|
|
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\mnmdd.sys"
|
|
HKR,,TypesSupported,0x00010001,7
|
|
|
|
|
|
;
|
|
; Software Installation
|
|
;
|
|
|
|
[mnmdd.SoftwareSettings]
|
|
AddReg = mnmdd_SoftwareDeviceSettings
|
|
|
|
[mnmdd_SoftwareDeviceSettings]
|
|
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, mnmdd
|
|
HKR,, VgaCompatible, %REG_DWORD%, 0
|
|
HKR,, MirrorDriver, %REG_DWORD%, 1
|
|
HKR,, Attached.ToDesktop, %REG_DWORD%, 1
|
|
|
|
|
|
[mnmdd.OpenGLSoftwareSettings]
|
|
AddReg = mnmdd_OpenGLSoftwareSettings
|
|
|
|
[mnmdd_OpenGLSoftwareSettings]
|
|
|
|
[mnmdd.GeneralConfigData]
|
|
MaximumNumberOfDevices = 1
|
|
KeepExistingDriverEnabled = 1
|
|
|
|
;
|
|
; Source file information
|
|
;
|
|
|
|
[SourceDisksNames.x86]
|
|
1 = %DiskId%,,,""
|
|
|
|
[SourceDisksNames.alpha]
|
|
1 = %DiskId%,,,""
|
|
|
|
[SourceDisksFiles]
|
|
mnmdd.sys = 1
|
|
mnmdd.dll = 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 = "Microsoft Installation DISK (VIDEO)"
|
|
GraphAdap = "Graphics Adapter"
|
|
Microsoft = "Microsoft"
|