home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 February / VPR9902A.BIN / DRIVER / CANOPUS / SPNT_DRV / spnt_drv.exe / SPCTD.INF next >
Windows Setup INFormation  |  1998-11-13  |  4KB  |  155 lines

  1. /****************************************************************************
  2. *                                                                           *
  3. * Copyright (C) 1998 Canopus.  All Rights Reserved.                         *
  4. *                                                                           *
  5. ****************************************************************************/
  6.  
  7. ; INF file for Canopus SPECTRA 2500/3200 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 2500 = TTD
  44. %CANOPUS% SPECTRA 3200 = TTG
  45.  
  46. ;---------------------------------------------------------------------
  47. ; TTD Driver INSTALL Section. This INSTALL section specifies
  48. ; what files are to to be copied (File List sections)
  49. ;---------------------------------------------------------------------
  50.  
  51. [TTD]
  52. CopyFiles=TTD.Miniport, TTD.Display, TTD.Icd
  53.  
  54. [TTG]
  55. CopyFiles=TTD.Miniport, TTD.Display, TTD.Icd
  56.  
  57. ;
  58. ; TTD Driver INSTALL Section. This INSTALL section specifies
  59. ; what registry fields are to be modified (ADD Registry section)
  60. ;
  61.  
  62. [TTD.SoftwareSettings]
  63. AddReg = TTD_SoftwareDeviceSettings
  64. AddReg = TTD_IcdSoftwareSettings
  65.  
  66. [TTG.SoftwareSettings]
  67. AddReg = TTD_SoftwareDeviceSettings
  68. AddReg = TTD_IcdSoftwareSettings
  69.  
  70. ;
  71. ; TTD Service Installation
  72. ;
  73.  
  74. [TTD.Services]
  75. AddService = "SPECTRA 2500", 0x00000002, TTD_Generic_Service_Inst, TTD_EventLog_Inst
  76. DelService = "SPECTRA 3200"
  77.  
  78. [TTG.Services]
  79. AddService = "SPECTRA 3200", 0x00000002, TTD_Generic_Service_Inst, TTD_EventLog_Inst
  80. DelService = "SPECTRA 2500"
  81.  
  82. [TTD_EventLog_Inst]
  83. AddReg = TTD_EventLog_AddReg
  84.  
  85. [TTD_EventLog_AddReg]
  86. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ttdvm.sys"
  87. HKR,,TypesSupported,0x00010001,7
  88.  
  89. [TTD_Generic_Service_Inst]
  90. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  91. StartType      = 1                  ; SERVICE_SYSTEM_START
  92. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  93. LoadOrderGroup = Video
  94. ServiceBinary  = %12%\ttdvm.sys
  95.  
  96. ;
  97. ; File List sections for TTD.Display, TTD.Miniport and TTD.Icd
  98. ;
  99.  
  100. [TTD.Display]
  101. ttddisp.dll
  102. ttddiswt.dll
  103.  
  104. [TTD.Miniport]
  105. ttdvm.sys
  106.  
  107. [TTD.Icd]
  108. ttdoglnt.dll
  109.  
  110. ;
  111. ; TTD Add registry section
  112. ;
  113.  
  114. [TTD_SoftwareDeviceSettings]
  115. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, ttddisp
  116. HKR,, VgaCompatible,               %REG_DWORD%,    0
  117. HKR,, DmaBuf,                      %REG_DWORD%,    5
  118. HKR,, IF09,                        %REG_DWORD%,    1
  119.  
  120. [TTD_IcdSoftwareSettings]
  121. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, ttdoglnt
  122.  
  123. ;-------------
  124. ;
  125. ; Source file information
  126. ;
  127.  
  128. [SourceDisksNames.x86]
  129. 1 = %DiskId%,,,""
  130.  
  131. [SourceDisksFiles]
  132. ttddisp.dll     = 1
  133. ttddiswt.dll    = 1
  134. ttdvm.sys       = 1
  135. ttdoglnt.dll    = 1
  136.  
  137. [Strings]
  138. ;
  139. ; Non-Localizable Strings
  140. ;
  141.  
  142. REG_SZ         = 0x00000000
  143. REG_MULTI_SZ   = 0x00010000
  144. REG_EXPAND_SZ  = 0x00020000
  145. REG_BINARY     = 0x00000001
  146. REG_DWORD      = 0x00010001
  147. serviceroot    = System\CurrentControlSet\Services
  148.  
  149. ;
  150. ; Localizable Strings
  151. ;
  152.  
  153. DiskId       = "Canopus SPECTRA 2500/3200 Installation DISK"
  154. CANOPUS      = "Canopus"
  155.