home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910B.BIN / DRIVER / CANOPUS / SPNT4DRV / spnt4drv.exe / SPCTD.INF next >
Windows Setup INFormation  |  1999-07-08  |  5KB  |  183 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.  
  43. %CANOPUS% SPECTRA 5400   = TT2
  44. %CANOPUS% SPECTRA 3200   = TTG
  45. %CANOPUS% SPECTRA 2500   = TTD
  46.  
  47. ;---------------------------------------------------------------------
  48. ; TTD Driver INSTALL Section. This INSTALL section specifies
  49. ; what files are to to be copied (File List sections)
  50. ;---------------------------------------------------------------------
  51.  
  52. [TTD]
  53. CopyFiles=TTD.Miniport, TTD.Display, TTD.Icd
  54.  
  55. [TTG]
  56. CopyFiles=TTD.Miniport, TTD.Display, TTD.Icd
  57.  
  58. [TT2]
  59. CopyFiles=TTD.Miniport, TTD.Display, TTD.Icd
  60. ;
  61. ; TTD Driver INSTALL Section. This INSTALL section specifies
  62. ; what registry fields are to be modified (ADD Registry section)
  63. ;
  64.  
  65. [TTD.SoftwareSettings]
  66. AddReg = TTD_SoftwareDeviceSettings
  67. AddReg = TTD_IcdSoftwareSettings
  68. DelReg = TTD_ClearRegistrySettings
  69.  
  70. [TTG.SoftwareSettings]
  71. AddReg = TTD_SoftwareDeviceSettings
  72. AddReg = TTD_IcdSoftwareSettings
  73. DelReg = TTD_ClearRegistrySettings
  74.  
  75. [TT2.SoftwareSettings]
  76. AddReg = TTD_SoftwareDeviceSettings
  77. AddReg = TTD_IcdSoftwareSettings
  78. DelReg = TTD_ClearRegistrySettings
  79.  
  80. ;
  81. ; TTD Service Installation
  82. ;
  83.  
  84. [TTD.Services]
  85. AddService = "SPECTRA 2500", 0x00000002, TTD_Generic_Service_Inst, TTD_EventLog_Inst
  86. DelService = "SPECTRA 3200"
  87. DelService = "SPECTRA 5400"
  88.  
  89. [TTG.Services]
  90. AddService = "SPECTRA 3200", 0x00000002, TTD_Generic_Service_Inst, TTD_EventLog_Inst
  91. DelService = "SPECTRA 2500"
  92. DelService = "SPECTRA 5400"
  93.  
  94. [TT2.Services]
  95. AddService = "SPECTRA 5400", 0x00000002, TTD_Generic_Service_Inst, TTD_EventLog_Inst
  96. DelService = "SPECTRA 2500"
  97. DelService = "SPECTRA 3200"
  98.  
  99. [TTD.GeneralConfigData]
  100. MaximumDeviceMemoryConfiguration=80
  101.  
  102. [TTG.GeneralConfigData]
  103. MaximumDeviceMemoryConfiguration=80
  104.  
  105. [TT2.GeneralConfigData]
  106. MaximumDeviceMemoryConfiguration=80
  107.  
  108. [TTD_EventLog_Inst]
  109. AddReg = TTD_EventLog_AddReg
  110.  
  111. [TTD_EventLog_AddReg]
  112. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ttdvm.sys"
  113. HKR,,TypesSupported,0x00010001,7
  114.  
  115. [TTD_Generic_Service_Inst]
  116. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  117. StartType      = 1                  ; SERVICE_SYSTEM_START
  118. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  119. LoadOrderGroup = Video
  120. ServiceBinary  = %12%\ttdvm.sys
  121.  
  122. ;
  123. ; File List sections for TTD.Display, TTD.Miniport and TTD.Icd
  124. ;
  125.  
  126. [TTD.Display]
  127. ttddisp.dll
  128. ttddiswt.dll
  129.  
  130. [TTD.Miniport]
  131. ttdvm.sys
  132.  
  133. [TTD.Icd]
  134. ttdoglnt.dll
  135.  
  136. ;
  137. ; TTD Add registry section
  138. ;
  139.  
  140. [TTD_SoftwareDeviceSettings]
  141. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, ttddisp
  142. HKR,, VgaCompatible,               %REG_DWORD%,    0
  143.  
  144. [TTD_IcdSoftwareSettings]
  145. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, ttdoglnt
  146.  
  147. [TTD_ClearRegistrySettings]
  148. HKR,, ModeDisabled
  149. HKR,, EnableOpenGL
  150.  
  151. ;-------------
  152. ;
  153. ; Source file information
  154. ;
  155.  
  156. [SourceDisksNames.x86]
  157. 1 = %DiskId%,,,""
  158.  
  159. [SourceDisksFiles]
  160. ttddisp.dll     = 1
  161. ttddiswt.dll    = 1
  162. ttdvm.sys       = 1
  163. ttdoglnt.dll    = 1
  164.  
  165. [Strings]
  166. ;
  167. ; Non-Localizable Strings
  168. ;
  169.  
  170. REG_SZ         = 0x00000000
  171. REG_MULTI_SZ   = 0x00010000
  172. REG_EXPAND_SZ  = 0x00020000
  173. REG_BINARY     = 0x00000001
  174. REG_DWORD      = 0x00010001
  175. serviceroot    = System\CurrentControlSet\Services
  176.  
  177. ;
  178. ; Localizable Strings
  179. ;
  180.  
  181. DiskId       = "Canopus SPECTRA Series Installation DISK"
  182. CANOPUS      = "Canopus"
  183.