home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2003 January / maximum-cd-2003-01.iso / Software / Utilities / UltraMon / UltraMon20.msi / FileMirrorInf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-11-05  |  2.9 KB  |  140 lines

  1. ; UltraMonMirror.inf
  2. ;
  3. ; Installation inf for the UltraMon mirror display driver
  4. ;
  5. ; Copyright 2001-2002 by Realtime Soft
  6. ;
  7.  
  8. [Version]
  9. Signature="$Windows NT$"
  10. Provider=%Company%
  11. ClassGUID={95E2738D-AF5F-4E7B-8E22-F0050B0427A7}
  12. Class=DisplayMirror
  13. DriverVer=11/05/2002,2.0.15.0
  14.  
  15. [ClassInstall32]
  16. AddReg=display_class_addreg
  17.  
  18. [display_class_addreg]
  19. HKR,,,,%DisplayClassName%
  20. HKR,,Installer32,,"Desk.Cpl,DisplayClassInstaller"
  21. HKR,,Icon,,"-1"
  22. HKR,,DeviceType,0x10001,0x0023                    ; File_device_video
  23. HKR,,DeviceCharacteristics,0x10001,0x0100         ; file_device_secure_open
  24. HKR,,Security,,"D:P(A;;GA;;;SY)"                  ; Only system can open
  25. HKR,,NoDisplayClass,,1
  26.  
  27. [DestinationDirs]
  28. DefaultDestDir   = 11
  29. mirror.Miniport  = 12  ; drivers
  30. mirror.Display   = 11  ; system32
  31.  
  32. ;
  33. ; Driver information
  34. ;
  35.  
  36. [Manufacturer]
  37. %Company%   = Mirror.Mfg
  38.  
  39. [Mirror.Mfg]
  40. %Mirror% = mirror, UltraMonMirror
  41.  
  42. ;
  43. ; General installation section
  44. ;
  45.  
  46. [mirror]
  47. ;CopyFiles=mirror.Miniport, mirror.Display
  48.  
  49. ;
  50. ; File sections
  51. ;
  52.  
  53. [mirror.Miniport]
  54. UltraMonMirror.sys
  55.  
  56. [mirror.Display]
  57. UltraMonMirror.dll
  58.  
  59.  
  60. ;
  61. ; Service Installation
  62. ;
  63.  
  64. [mirror.Services]
  65. AddService = UltraMonMirror, 0x00000002, mirror_Service_Inst, mirror_EventLog_Inst
  66.  
  67. [mirror_Service_Inst]
  68. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  69. StartType      = 1                  ; SERVICE_SYSTEM_START
  70. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  71. LoadOrderGroup = Video Save
  72. ServiceBinary  = %12%\UltraMonMirror.sys
  73.  
  74. [mirror_EventLog_Inst]
  75. AddReg = mirror_EventLog_AddReg
  76.  
  77. [mirror_EventLog_AddReg]
  78. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\UltraMonMirror.sys"
  79. HKR,,TypesSupported,0x00010001,7
  80.  
  81.  
  82. ;
  83. ; Software Installation
  84. ;
  85.  
  86. [mirror.SoftwareSettings]
  87. AddReg = mirror_SoftwareDeviceSettings
  88.  
  89. [mirror_SoftwareDeviceSettings]
  90. HKR,, MirrorDriver,                %REG_DWORD%,    1
  91. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, UltraMonMirror
  92. HKR,, VgaCompatible,               %REG_DWORD%,    0
  93. HKR,, Attach.ToDesktop,            %REG_DWORD%,    1
  94.  
  95. [mirror.OpenGLSoftwareSettings]
  96. AddReg = mirror_OpenGLSoftwareSettings
  97.  
  98. [mirror_OpenGLSoftwareSettings]
  99.  
  100. ;
  101. ; Not currently used:
  102. ;
  103.  
  104. [mirror.GeneralConfigData]
  105. MaximumNumberOfDevices = 1
  106. KeepExistingDriverEnabled = 1
  107.  
  108. ;
  109. ; Source file information
  110. ;
  111.  
  112. [SourceDisksNames.x86]
  113. 1 = %DiskId%,,,""
  114.  
  115. [SourceDisksFiles]
  116. UltraMonMirror.sys  = 1,%12%
  117. UltraMonMirror.dll = 1,%11%
  118.  
  119. [Strings]
  120.  
  121. ;
  122. ; Non-Localizable Strings
  123. ;
  124.  
  125. REG_SZ         = 0x00000000
  126. REG_MULTI_SZ   = 0x00010000
  127. REG_EXPAND_SZ  = 0x00020000
  128. REG_BINARY     = 0x00000001
  129. REG_DWORD      = 0x00010001
  130. SERVICEROOT    = "System\CurrentControlSet\Services"
  131.  
  132. ;
  133. ; Localizable Strings
  134. ;
  135.  
  136. DiskId = "UltraMon Mirror Installation DISK (VIDEO)"
  137. Company = "Realtime Soft"
  138. Mirror = "UltraMon Display Mirror Driver"
  139. DisplayClassName = "Display Mirror Driver"
  140.