home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 33 / XENIATGM33.iso / e-mail / vicchius / nt420017.exe / SW.EXE / S3.INF < prev    next >
Windows Setup INFormation  |  1997-07-24  |  4KB  |  175 lines

  1. ; S3.INF
  2. ;
  3. ; Installation inf for the S3 Incorporated display driver.
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Provider=%S3%
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  10. Class=Display
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir  = 11
  14. S3Inc.Miniport  = 12  ; drivers
  15. S3Inc.Display   = 11  ; system32
  16. S3Inc.ConfigFile= 12  ; config files to the drivers directory
  17. ;COLORcopy.sys   = 11
  18. ;COLORcopy.hlp   = 18
  19.  
  20. ;
  21. ; Driver information
  22. ;
  23.  
  24. [Manufacturer]
  25. %S3%   = S3.Mfg
  26.  
  27. ;
  28. ; This section should be modified to reflect the chip strings the
  29. ; user will see in the Displays applet when the new driver is being
  30. ; installed from the driver diskette.
  31. ;
  32. [S3.Mfg]
  33. %S3% Display Driver v2.00.17 = S3Inc
  34.  
  35. ;
  36. ; General installation section
  37. ;
  38.  
  39. [S3Inc]
  40. CopyFiles=S3Inc.Miniport, S3Inc.Display, S3Inc.ConfigFile, COLORcopy.sys, COLORcopy.hlp
  41.  
  42. ;
  43. ; File sections
  44. ;
  45.  
  46. [S3Inc.Miniport]
  47. s3mini.sys      ; miniport driver
  48.  
  49. [S3Inc.Display]
  50. s3disp.dll      ; standard display driver
  51. s3virge.dll     ; ViRGE display driver
  52.  
  53. ;**************************************************************************
  54. ; Mode/Configuration File Installation
  55. ; ====================================
  56. ;
  57. ; To install a mode/refresh configuration file with the drivers:
  58. ;
  59. ; 1) Remove the leading ";" from the "%S3ConfigFile%" line in the
  60. ;    [S3Inc.ConfigFile] section below.  This will allow the configuration
  61. ;    file to be copied from the driver diskette to the target system.
  62. ; 2) Remove the leading ";" in the "HKR..." line in the [S3Inc_Configuration]
  63. ;    section below.  This will place the configuration file name in the
  64. ;    Registry.
  65. ; 3) Set S3ConfigFile to the mode/refresh filename in the [Strings] section
  66. ;    at the bottom of this file.
  67. ;
  68. ;**************************************************************************
  69.  
  70. [S3Inc.ConfigFile]
  71. ;%S3ConfigFile%     ; **** copy config file ****
  72.  
  73. ;[COLORcopy.sys]
  74. ;S3COLOR.cpl,,,1
  75. ;S3COLOR.cfg
  76.  
  77. ;[COLORcopy.hlp]
  78. ;S3COLOR.hlp
  79.  
  80.  
  81. ;
  82. ; Service Installation
  83. ;
  84.  
  85. [S3Inc.Services]
  86. AddService = S3Inc, 0x00000002, S3Inc_Service_Inst, S3Inc_EventLog_Inst
  87.  
  88. [S3Inc_Service_Inst]
  89. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  90. StartType      = 1                  ; SERVICE_SYSTEM_START
  91. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  92. LoadOrderGroup = Video
  93. ServiceBinary  = %12%\s3mini.sys
  94.  
  95. [S3Inc_EventLog_Inst]
  96. AddReg = S3Inc_EventLog_AddReg
  97.  
  98. [S3Inc_EventLog_AddReg]
  99. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\s3mini.sys"
  100. HKR,,TypesSupported,0x00010001,7
  101.  
  102.  
  103. ;
  104. ; Software Installation
  105. ;
  106.  
  107. [S3Inc.SoftwareSettings]
  108. AddReg = S3Inc_SoftwareDeviceSettings
  109. AddReg = S3Inc_Configuration   ; mode/refresh config file section
  110. ;AddReg = S3COLOR.AddReg
  111.  
  112. ;
  113. ; This section is used to place the mode/refresh configuration filename
  114. ; in the Registry. (See [S3Inc.ConfigFile] section above)
  115. ;
  116.  
  117. [S3Inc_Configuration]
  118. ;HKR, , ModeCfgFile, %REG_EXPAND_SZ%, \SystemRoot\system32\drivers\%S3ConfigFile%
  119.  
  120.  
  121. [S3Inc_SoftwareDeviceSettings]
  122. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, s3disp, s3virge
  123. HKR,, VgaCompatible,               %REG_DWORD%,    0
  124.  
  125. ;
  126. ; Source file information
  127. ;
  128.  
  129. [SourceDisksNames.x86]
  130. 1 = %DiskId%,,,""
  131.  
  132. [SourceDisksFiles]
  133. s3mini.sys      = 1     ; all files on Disk 1
  134. s3disp.dll      = 1
  135. s3virge.dll     = 1
  136. %S3ConfigFile%  = 1
  137. ;S3COLOR.cpl     = 1
  138. ;S3COLOR.cfg     = 1
  139. ;S3COLOR.hlp     = 1
  140.  
  141. ;[S3COLOR.AddReg]
  142. ;HKLM,Software\S3\S3COLOR
  143. ;HKLM,Software\S3\S3COLOR,Installed,0,1
  144.  
  145.  
  146. [Strings]
  147.  
  148. ;
  149. ; Non-Localizable Strings
  150. ;
  151.  
  152. REG_SZ         = 0x00000000
  153. REG_MULTI_SZ   = 0x00010000
  154. REG_EXPAND_SZ  = 0x00020000
  155. REG_BINARY     = 0x00000001
  156. REG_DWORD      = 0x00010001
  157. SERVICEROOT    = System\CurrentControlSet\Services
  158.  
  159. ;
  160. ; Localizable Strings
  161. ;
  162.  
  163. DiskId      = "S3 Incorporated Installation DISK (VIDEO)"
  164. GraphAdap   = "Graphics Adapter"
  165. S3          = "S3 Incorporated"
  166.  
  167. ;
  168. ; Add the name of the mode/refresh configuration file here. (See the
  169. ; [S3Inc.Configuration] section above.  If no configuration file is used,
  170. ; set S3ConfigFile = "".
  171. ;
  172. ; ex.   S3ConfigFile = "modes765.cfg"
  173. ;
  174. S3ConfigFile = ""
  175.