;------------------------------------------------------------------------- ; ; DWMirror64.inf ; ; DameWare Development, LLC ; Copyright (x) 1995-1999 Microsoft Corporation. All rights reserved ; Copyright (c) 1991-2008 Dameware Development LLC. All rights reserved ; ; Description ; Installation inf for the DameWare Development 64-bit Mirror Driver (graphics adapter). ; ; Modified Date: March 14, 2008 ; Version: 1.1.0.0 ; ;------------------------------------------------------------------------- [Version] Signature="$Windows NT$" Provider=%DAMEWARE% ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318} Class=Display DriverVer=03/14/2008,1.1.0.0 CatalogFile=DWMirror64.cat [DestinationDirs] DefaultDestDir = 11 DwMirror.Miniport = 12 ; drivers DwMirror.Display = 11 ; system32 inf_file = 17 ; inf Uninstall.Copyfiles = 11 ;DwMirror.App = 10 ; windows ; ; Driver information ; [Manufacturer] %DAMEWARE% 64 = DwMirror_mfg,ntamd64 ; for a hardware device, this is where the PCI ID goes. Since there is no ; PCI ID, we can just pick a string. If you change this string, you must ; also change the string the installer uses. ; [DwMirror_mfg.ntamd64] %DwMirrorDrv% 64-bit = DwMirror, DAMEWARE_MIRROR_DEVICE ; ; General installation section ; [DwMirror.ntamd64] ;CopyFiles=DwMirror.Miniport, DwMirror.Display, DwMirror.App, inf_file CopyFiles=DwMirror.Miniport, DwMirror.Display ; ; File sections ; [DwMirror.Miniport] DamewareMini.sys [DwMirror.Display] DamewareDisp.dll ;[DwMirror.App] ;MirrorApp64.exe [inf_file] DwMirror64.inf ; ; Service Installation ; [DwMirror.ntamd64.Services] AddService = DwMirror, 0x00000002, DwMirror_Service_Inst, DwMirror_EventLog_Inst [DwMirror_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 1 ; SERVICE_SYSTEM_START ErrorControl = 0 ; SERVICE_ERROR_IGNORE LoadOrderGroup = Video ServiceBinary = %12%\DamewareMini.sys [DwMirror_EventLog_Inst] AddReg = DwMirror_EventLog_AddReg [DwMirror_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\DamewareMini.sys" HKR,,TypesSupported,0x00010001,7 ; ; Software Installation ; [DwMirror.SoftwareSettings] AddReg = DwMirror_SoftwareDeviceSettings [DwMirror_SoftwareDeviceSettings] HKR,, MirrorDriver, %REG_DWORD%, 1 HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, DamewareDisp HKR,, VgaCompatible, %REG_DWORD%, 0 HKR,, Attach.ToDesktop, %REG_DWORD%, 1 ;;;HKR,, Attach.ToDesktop, %REG_DWORD%, 0 ; ; Un-install entry (so driver components can be removed via Add/Remove Programs ; HKLM,%UNINST%, "DisplayName", %REG_SZ%, "DameWare Development Mirror Driver 64 Uninstall" HKLM,%UNINST%, "UninstallString", %REG_SZ%, "rundll32.exe setupapi.dll,InstallHinfSection DefaultUninstall 130 DwMirror64.inf" ; ; Not currently used: ; ; ;[DwMirror.GeneralConfigData] ;MaximumNumberOfDevices = 1 ;KeepExistingDriverEnabled = 1 ; ; Source file information ; [SourceDisksNames.amd64] 1 = %DiskId%,,,"" [SourceDisksFiles.amd64] DamewareMini.sys = 1 DamewareDisp.dll = 1 ;MirrorApp64.exe = 1 ;DwMirror64.inf = 1 ; ; Uninstall ; [DefaultUninstall] ;DelFiles=DwMirror.Miniport,DwMirror.Display,DwMirror.App,inf_file DelFiles=DwMirror.Miniport,DwMirror.Display,inf_file DelReg=DwMirror.Del.Reg [DwMirror.Del.Reg] HKLM, %UNINST%, "DisplayName" HKLM, %UNINST%, "UninstallString" HKLM, %UNINST% HKLM, "SYSTEM\CurrentControlSet\Services\DwMirror" HKLM, "SYSTEM\CurrentControlSet\Services\Eventlog\System\DwMirror" [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 = "DameWare Development 64bit Mirror Driver Installation DISK (VIDEO)" GraphAdap = "Graphics Adapter" DAMEWARE = "DameWare Development" DwMirrorDrv = "DameWare Development Mirror Driver" UNINST="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DamewareMirror"