home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January (DVD) / VPR980100.ISO / DRIVER / ATI / NT40 / ATI.INF < prev    next >
Windows Setup INFormation  |  1997-01-10  |  3KB  |  146 lines

  1. ; ATI.INF
  2. ;
  3. ; Installation inf for the ATI Technologies Inc. ati graphics adapter.
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%ATI%
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  10. Class=Display
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir   = 11
  14. ati.Miniport  = 12  ; drivers
  15. ati.Display   = 11  ; system32
  16. ati.Scrnsave  = 11  ; system32
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %ATI%   = ATI.Mfg
  24.  
  25. [ATI.Mfg]
  26. %ATI% 3D RAGE II = ati
  27. %ATI% 3D PRO TURBO PC2TV = ati
  28. %ATI% 3D PRO TURBO = ati
  29. %ATI% 3D XPRESSION+ PC2TV = ati
  30. %ATI% 3D XPRESSION+ = ati
  31. %ATI% 3D XPRESSION = ati
  32. %ATI% VIDEO XPRESSION+ = ati
  33. %ATI% VIDEO XPRESSION = ati
  34. %ATI% GRAPHICS PRO TURBO 1600 = ati
  35. %ATI% GRAPHICS PRO TURBO = ati
  36. %ATI% GRAPHICS XPRESSION = ati
  37. %ATI% WINTURBO = ati
  38. %ATI% WINBOOST = ati
  39. %ATI% mach64 Graphics Accelerator = ati
  40. %ATI% GRAPHICS ULTRA PRO = ati
  41. %ATI% GRAPHICS ULTRA+ = ati
  42. %ATI% GRAPHICS WONDER = ati
  43. %ATI% mach32 Graphics Accelerator = ati
  44. %ATI% GRAPHICS ULTRA = ati
  45. %ATI% GRAPHICS VANTAGE = ati
  46. %ATI% 8514/ULTRA = ati
  47. %ATI% mach8 Graphics Accelerator = ati
  48.  
  49.  
  50. ;
  51. ; General installation section
  52. ;
  53.  
  54. [ati]
  55. CopyFiles=ati.Miniport, ati.Display, ati.Scrnsave
  56.  
  57. ;
  58. ; File sections
  59. ;
  60.  
  61. [ati.Miniport]
  62. ati.sys
  63.  
  64. [ati.Display]
  65. ati.dll
  66.  
  67. [ati.Scrnsave]
  68. ssdpms.scr
  69. ssgpcdef.rsc
  70. ssgpcdef.hlp
  71.  
  72.  
  73. ;
  74. ; Service Installation
  75. ;
  76.  
  77. [ati.Services]
  78. AddService = ati, 0x00000002, ati_Service_Inst, ati_EventLog_Inst
  79.  
  80. [ati_Service_Inst]
  81. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  82. StartType      = 1                  ; SERVICE_SYSTEM_START
  83. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  84. LoadOrderGroup = Video
  85. ServiceBinary  = %12%\ati.sys
  86.  
  87. [ati_EventLog_Inst]
  88. AddReg = ati_EventLog_AddReg
  89.  
  90. [ati_EventLog_AddReg]
  91. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\ati.sys"
  92. HKR,,TypesSupported,0x00010001,7
  93.  
  94.  
  95. ;
  96. ; Software Installation
  97. ;
  98.  
  99. [ati.SoftwareSettings]
  100. AddReg = ati_SoftwareDeviceSettings
  101.  
  102. [ati_SoftwareDeviceSettings]
  103. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, ati, 8514a
  104. HKR,, VgaCompatible,               %REG_DWORD%,    0
  105. HKR,, BiosClaimSize,               %REG_DWORD%,    1
  106.  
  107.  
  108. ;
  109. ; Source file information
  110. ;
  111.  
  112. [SourceDisksNames.x86]
  113. 1 = %DiskId%,,,""
  114.  
  115. [SourceDisksFiles]
  116. ati.sys  = 1
  117. ati.dll = 1
  118. ssdpms.scr = 1
  119. ssgpcdef.rsc = 1
  120. ssgpcdef.hlp = 1
  121. ;8514a.dll = 1
  122.  
  123.  
  124.  
  125. [Strings]
  126.  
  127. ;
  128. ; Non-Localizable Strings
  129. ;
  130.  
  131. REG_SZ         = 0x00000000
  132. REG_MULTI_SZ   = 0x00010000
  133. REG_EXPAND_SZ  = 0x00020000
  134. REG_BINARY     = 0x00000001
  135. REG_DWORD      = 0x00010001
  136. SERVICEROOT    = System\CurrentControlSet\Services
  137.  
  138. ;
  139. ; Localizable Strings
  140. ;
  141.  
  142. DiskId       = "ATI Technologies Inc. Installation DISK (VIDEO)"
  143. GraphAdap    = "Graphics Adapter"
  144. ATI      = "ATI Technologies Inc."
  145.  
  146.