Home > OS >  The mirror driver installation errors
The mirror driver installation errors

Time:10-16

My mirror. J inf file content as follows, to install, prompt system can not find the specified file, don't know whether I inf file problem, environment is Windows 7 64

; Mirror. J inf
;
; The Installation inf for the Mirror graphics adapter.
;
; Copyright (x) 1995-1999 Microsoft Corporation. All rights reserved
;

[Version]
Signature="$$" CHICAGO
Microsoft Provider=% %
ClassGUID={4 d36e968 - E325 ce - BFC1-08002-11 be10318}
Class=Display
DriverVer=01/11/2008, 2.0.105.0

[DestinationDirs]
Mirror. Miniport=12; Drivers
Mirror. Display=11; System32

;
; Driver information
;

(Manufacturer)
Microsoft % %=Mirror. The 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. The Display

;
; The File sections
;

[mirror. Miniport]
Mirror. Sys

[mirror. The Display]
Mirror. DLL


;
; The Service Installation
;

[mirror. Services]
The AddService=mirror, 0 x00000002, 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. The 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=0 x00000000
REG_MULTI_SZ=0 x00010000
REG_EXPAND_SZ=0 x00020000
REG_BINARY=0 x00000001
REG_DWORD=0 x00010001
SERVICEROOT="System \ CurrentControlSet \ Services"

;
; Localizable Strings
;

DiskId="Mirror the Installation DISK (VIDEO)"
GraphAdap="Graphics Adapter
"Microsoft="Microsoft"
Mirror="Microsoft Mirror Driver"

  • Related