我的mirror.inf檔案內容如下,安裝的時候提示系統找不到指定檔案,不知道是不是inf檔案的問題,環境是win7 64
; mirror.inf
;
; Installation inf for the Mirror graphics adapter.
;
; Copyright (x) 1995-1999 Microsoft Corporation. All rights reserved
;
[Version]
Signature="$CHICAGO$"
Provider=%Microsoft%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
DriverVer=01/11/2008,2.0.105.0
[DestinationDirs]
mirror.Miniport = 12 ; drivers
mirror.Display = 11 ; system32
;
; Driver information
;
[Manufacturer]
%Microsoft% = Mirror.Mfg, NTx86, NTamd64
[Mirror.Mfg.NTx86]
%Mirror% = mirror, Microsoft_Mirror_Sample1
[Mirror.Mfg.NTamd64]
%Mirror% = mirror, Microsoft_Mirror_Sample1
;
; General installation section
;
[mirror]
CopyFiles=mirror.Miniport, mirror.Display
;
; File sections
;
[mirror.Miniport]
mirror.sys
[mirror.Display]
mirror.dll
;
; Service Installation
;
[mirror.Services]
AddService = mirror, 0x00000002, mirror_Service_Inst, mirror_EventLog_Inst
[mirror_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 1 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\mirror.sys
[mirror_EventLog_Inst]
AddReg = mirror_EventLog_AddReg
[mirror_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\mirror.sys"
HKR,,TypesSupported,%REG_DWORD%,7
;
; Software Installation
;
[mirror.SoftwareSettings]
AddReg = mirror_SoftwareDeviceSettings
[mirror_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, mirror
HKR,, Attach.ToDesktop, %REG_DWORD%, 1
HKR,, VgaCompatible, %REG_DWORD%, 0
HKR,, MirrorDriver, %REG_DWORD%, 1
[mirror.GeneralConfigData]
MaximumNumberOfDevices = 1
KeepExistingDriverEnabled = 1
[SourceDisksNames]
1 = %DiskId%
[SourceDisksFiles.x86]
mirror.sys = 1,\x86
mirror.dll = 1,\x86
[SourceDisksFiles.amd64]
mirror.sys = 1,\x64
mirror.dll = 1,\x64
[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 = "Mirror Installation DISK (VIDEO)"
GraphAdap = "Graphics Adapter"
Microsoft = "Microsoft"
Mirror = "Microsoft Mirror Driver"
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/130666.html
標籤:網絡管理與配置
