home *** CD-ROM | disk | FTP | other *** search
- ; UltraMonMirror.inf
- ;
- ; Installation inf for the UltraMon mirror display driver
- ;
- ; Copyright 2001-2002 by Realtime Soft
- ;
-
- [Version]
- Signature="$Windows NT$"
- Provider=%Company%
- ClassGUID={95E2738D-AF5F-4E7B-8E22-F0050B0427A7}
- Class=DisplayMirror
- DriverVer=11/05/2002,2.0.15.0
-
- [ClassInstall32]
- AddReg=display_class_addreg
-
- [display_class_addreg]
- HKR,,,,%DisplayClassName%
- HKR,,Installer32,,"Desk.Cpl,DisplayClassInstaller"
- HKR,,Icon,,"-1"
- HKR,,DeviceType,0x10001,0x0023 ; File_device_video
- HKR,,DeviceCharacteristics,0x10001,0x0100 ; file_device_secure_open
- HKR,,Security,,"D:P(A;;GA;;;SY)" ; Only system can open
- HKR,,NoDisplayClass,,1
-
- [DestinationDirs]
- DefaultDestDir = 11
- mirror.Miniport = 12 ; drivers
- mirror.Display = 11 ; system32
-
- ;
- ; Driver information
- ;
-
- [Manufacturer]
- %Company% = Mirror.Mfg
-
- [Mirror.Mfg]
- %Mirror% = mirror, UltraMonMirror
-
- ;
- ; General installation section
- ;
-
- [mirror]
- ;CopyFiles=mirror.Miniport, mirror.Display
-
- ;
- ; File sections
- ;
-
- [mirror.Miniport]
- UltraMonMirror.sys
-
- [mirror.Display]
- UltraMonMirror.dll
-
-
- ;
- ; Service Installation
- ;
-
- [mirror.Services]
- AddService = UltraMonMirror, 0x00000002, mirror_Service_Inst, mirror_EventLog_Inst
-
- [mirror_Service_Inst]
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 1 ; SERVICE_SYSTEM_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- LoadOrderGroup = Video Save
- ServiceBinary = %12%\UltraMonMirror.sys
-
- [mirror_EventLog_Inst]
- AddReg = mirror_EventLog_AddReg
-
- [mirror_EventLog_AddReg]
- HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\UltraMonMirror.sys"
- HKR,,TypesSupported,0x00010001,7
-
-
- ;
- ; Software Installation
- ;
-
- [mirror.SoftwareSettings]
- AddReg = mirror_SoftwareDeviceSettings
-
- [mirror_SoftwareDeviceSettings]
- HKR,, MirrorDriver, %REG_DWORD%, 1
- HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, UltraMonMirror
- HKR,, VgaCompatible, %REG_DWORD%, 0
- HKR,, Attach.ToDesktop, %REG_DWORD%, 1
-
- [mirror.OpenGLSoftwareSettings]
- AddReg = mirror_OpenGLSoftwareSettings
-
- [mirror_OpenGLSoftwareSettings]
-
- ;
- ; Not currently used:
- ;
-
- [mirror.GeneralConfigData]
- MaximumNumberOfDevices = 1
- KeepExistingDriverEnabled = 1
-
- ;
- ; Source file information
- ;
-
- [SourceDisksNames.x86]
- 1 = %DiskId%,,,""
-
- [SourceDisksFiles]
- UltraMonMirror.sys = 1,%12%
- UltraMonMirror.dll = 1,%11%
-
- [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 = "UltraMon Mirror Installation DISK (VIDEO)"
- Company = "Realtime Soft"
- Mirror = "UltraMon Display Mirror Driver"
- DisplayClassName = "Display Mirror Driver"
-