home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 September / VPR0009B.BIN / DRIVER / CANOPUS / SPNT501D / spnt501_drv.exe / SPCTD.INF < prev    next >
Windows Setup INFormation  |  2000-06-26  |  6KB  |  234 lines

  1. /****************************************************************************
  2. *                                                                           *
  3. * Copyright (C) 1998-1999 Canopus.  All Rights Reserved.                    *
  4. *                                                                           *
  5. ****************************************************************************/
  6.  
  7. ; INF file for Canopus SPECTRA Series WinNT 4.0 display driver
  8.  
  9. [Version]
  10. Signature="$CHICAGO$"
  11. Provider=%CANOPUS%
  12. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  13. Class=Display
  14.  
  15. ;
  16. ; Dest directories are \windows\system32 and \windows\system32\drivers
  17. ;
  18.  
  19. [DestinationDirs]
  20. DefaultDestDir  = 11
  21. TTD.Display     = 11  ; system32
  22. TTD.Miniport    = 12  ; drivers
  23. TTD.Icd         = 11
  24.  
  25. ;
  26. ; The Manufacturer section lists all of the manufacturers that we will
  27. ; display in the Dialog box. DEVICE sections are specified.
  28. ;
  29.  
  30. [Manufacturer]
  31. %CANOPUS%   = CANOPUS.Mfg
  32.  
  33. ;
  34. ; Device section. Each section here corresponds with an entry listed in the
  35. ; [Manufacturer] section, above. The models will be displayed in the order
  36. ; that they appear in the INF file. This section identifies
  37. ; the corresponding INSTALL sections.
  38. ;
  39.  
  40.  
  41. [CANOPUS.Mfg]
  42. %CANOPUS% SPECTRA 2500   = TTD
  43. %CANOPUS% SPECTRA 3200   = TTG
  44. %CANOPUS% SPECTRA 5400   = TT2
  45. %CANOPUS% SPECTRA 7400   = GF
  46. %CANOPUS% SPECTRA 8400   = G2A
  47. %CANOPUS% SPECTRA Light T32 = TTL
  48.  
  49. ;---------------------------------------------------------------------
  50. ; TTD Driver INSTALL Section. This INSTALL section specifies
  51. ; what files are to to be copied (File List sections)
  52. ;---------------------------------------------------------------------
  53. [TTD]
  54. CopyFiles=TTD.Miniport, TTD.Display, TTD.Icd
  55. [TTG]
  56. CopyFiles=TTD.Miniport, TTD.Display, TTD.Icd
  57. [TT2]
  58. CopyFiles=TTD.Miniport, TTD.Display, TTD.Icd
  59. [GF]
  60. CopyFiles=TTD.Miniport, TTD.Display, TTD.Icd
  61. [G2A]
  62. CopyFiles=TTD.Miniport, TTD.Display, TTD.Icd
  63. [TTL]
  64. CopyFiles=TTD.Miniport, TTD.Display, TTD.Icd
  65.  
  66. ;
  67. ; TTD Driver INSTALL Section. This INSTALL section specifies
  68. ; what registry fields are to be modified (ADD Registry section)
  69. ;
  70. [TTD.SoftwareSettings]
  71. AddReg = TTD_SoftwareDeviceSettings
  72. AddReg = TTD_IcdSoftwareSettings
  73. DelReg = TTD_ClearRegistrySettings
  74. [TTG.SoftwareSettings]
  75. AddReg = TTD_SoftwareDeviceSettings
  76. AddReg = TTD_IcdSoftwareSettings
  77. DelReg = TTD_ClearRegistrySettings
  78. [TT2.SoftwareSettings]
  79. AddReg = TTD_SoftwareDeviceSettings
  80. AddReg = TTD_IcdSoftwareSettings
  81. DelReg = TTD_ClearRegistrySettings
  82. [GF.SoftwareSettings]
  83. AddReg = TTD_SoftwareDeviceSettings
  84. AddReg = TTD_IcdSoftwareSettings
  85. DelReg = TTD_ClearRegistrySettings
  86. [G2A.SoftwareSettings]
  87. AddReg = TTD_SoftwareDeviceSettings
  88. AddReg = TTD_IcdSoftwareSettings
  89. DelReg = TTD_ClearRegistrySettings
  90. [TTL.SoftwareSettings]
  91. AddReg = TTD_SoftwareDeviceSettings
  92. AddReg = TTD_IcdSoftwareSettings
  93. DelReg = TTD_ClearRegistrySettings
  94.  
  95. ;
  96. ; TTD Service Installation
  97. ;
  98. [TTD.Services]
  99. AddService = "SPECTRA 2500", 0x00000002, TTD_Generic_Service_Inst, TTD_EventLog_Inst
  100. DelService = "SPECTRA 3200"
  101. DelService = "SPECTRA 5400"
  102. DelService = "SPECTRA 7400"
  103. DelService = "SPECTRA 8400"
  104. DelService = "SPECTRA Light"
  105.  
  106. [TTG.Services]
  107. AddService = "SPECTRA 3200", 0x00000002, TTD_Generic_Service_Inst, TTD_EventLog_Inst
  108. DelService = "SPECTRA 2500"
  109. DelService = "SPECTRA 5400"
  110. DelService = "SPECTRA 7400"
  111. DelService = "SPECTRA 8400"
  112. DelService = "SPECTRA Light"
  113.  
  114. [TT2.Services]
  115. AddService = "SPECTRA 5400", 0x00000002, TTD_Generic_Service_Inst, TTD_EventLog_Inst
  116. DelService = "SPECTRA 2500"
  117. DelService = "SPECTRA 3200"
  118. DelService = "SPECTRA 7400"
  119. DelService = "SPECTRA 8400"
  120. DelService = "SPECTRA Light"
  121.  
  122. [GF.Services]
  123. AddService = "SPECTRA 7400", 0x00000002, TTD_Generic_Service_Inst, TTD_EventLog_Inst
  124. DelService = "SPECTRA 2500"
  125. DelService = "SPECTRA 3200"
  126. DelService = "SPECTRA 5400"
  127. DelService = "SPECTRA 8400"
  128. DelService = "SPECTRA Light"
  129.  
  130. [G2A.Services]
  131. AddService = "SPECTRA 8400", 0x00000002, TTD_Generic_Service_Inst, TTD_EventLog_Inst
  132. DelService = "SPECTRA 2500"
  133. DelService = "SPECTRA 3200"
  134. DelService = "SPECTRA 5400"
  135. DelService = "SPECTRA 7400"
  136. DelService = "SPECTRA Light"
  137.  
  138. [TTL.Services]
  139. AddService = "SPECTRA Light", 0x00000002, TTD_Generic_Service_Inst, TTD_EventLog_Inst
  140. DelService = "SPECTRA 2500"
  141. DelService = "SPECTRA 3200"
  142. DelService = "SPECTRA 5400"
  143. DelService = "SPECTRA 7400"
  144. DelService = "SPECTRA 8400"
  145.  
  146. [TTD.GeneralConfigData]
  147. MaximumDeviceMemoryConfiguration=80
  148. [TTG.GeneralConfigData]
  149. MaximumDeviceMemoryConfiguration=80
  150. [TT2.GeneralConfigData]
  151. MaximumDeviceMemoryConfiguration=80
  152. [GF.GeneralConfigData]
  153. MaximumDeviceMemoryConfiguration=80
  154. [G2A.GeneralConfigData]
  155. MaximumDeviceMemoryConfiguration=80
  156. [TTL.GeneralConfigData]
  157. MaximumDeviceMemoryConfiguration=80
  158.  
  159. [TTD_EventLog_Inst]
  160. AddReg = TTD_EventLog_AddReg
  161.  
  162. [TTD_EventLog_AddReg]
  163. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ttdvm.sys"
  164. HKR,,TypesSupported,0x00010001,7
  165.  
  166. [TTD_Generic_Service_Inst]
  167. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  168. StartType      = 1                  ; SERVICE_SYSTEM_START
  169. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  170. LoadOrderGroup = Video
  171. ServiceBinary  = %12%\ttdvm.sys
  172.  
  173. ;
  174. ; File List sections for TTD.Display, TTD.Miniport and TTD.Icd
  175. ;
  176.  
  177. [TTD.Display]
  178. ttddisp.dll
  179. ttddiswt.dll
  180.  
  181. [TTD.Miniport]
  182. ttdvm.sys
  183.  
  184. [TTD.Icd]
  185. ttdoglnt.dll
  186.  
  187. ;
  188. ; TTD Add registry section
  189. ;
  190.  
  191. [TTD_SoftwareDeviceSettings]
  192. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, ttddisp
  193. HKR,, VgaCompatible,               %REG_DWORD%,    0
  194.  
  195. [TTD_IcdSoftwareSettings]
  196. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, ttdoglnt
  197.  
  198. [TTD_ClearRegistrySettings]
  199. HKR,, ModeDisabled
  200. HKR,, EnableOpenGL
  201.  
  202. ;-------------
  203. ;
  204. ; Source file information
  205. ;
  206.  
  207. [SourceDisksNames.x86]
  208. 1 = %DiskId%,,,""
  209.  
  210. [SourceDisksFiles]
  211. ttddisp.dll     = 1
  212. ttddiswt.dll    = 1
  213. ttdvm.sys       = 1
  214. ttdoglnt.dll    = 1
  215.  
  216. [Strings]
  217. ;
  218. ; Non-Localizable Strings
  219. ;
  220.  
  221. REG_SZ         = 0x00000000
  222. REG_MULTI_SZ   = 0x00010000
  223. REG_EXPAND_SZ  = 0x00020000
  224. REG_BINARY     = 0x00000001
  225. REG_DWORD      = 0x00010001
  226. serviceroot    = System\CurrentControlSet\Services
  227.  
  228. ;
  229. ; Localizable Strings
  230. ;
  231.  
  232. DiskId       = "Canopus SPECTRA Series Installation DISK"
  233. CANOPUS      = "Canopus"
  234.