home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January (DVD) / VPR980100.ISO / DRIVER / WEP / WINNT40 / S3.INF next >
Windows Setup INFormation  |  1996-10-10  |  2KB  |  117 lines

  1. ; S3.inf
  2. ; Microsoft Windows NT 4.00 driver version 1.00.11
  3. ; for S3 Virge and Virge/VX/DX/GX.
  4. ; Installation inf for the S3 Incorporated S3ViRGE graphics adapter.
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%S3%
  10. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  11. Class=Display
  12.  
  13. [DestinationDirs]
  14. DefaultDestDir   = 11
  15. S3ViRGE.Miniport  = 12  ; drivers
  16. S3ViRGE.Display   = 11  ; system32
  17.  
  18. ;
  19. ; Driver information
  20. ;
  21.  
  22. [Manufacturer]
  23. %S3%   = S3.Mfg
  24.  
  25. [S3.Mfg]
  26. %S3% ViRGE = S3ViRGE
  27. %S3% ViRGE/DX = S3ViRGE
  28. %S3% ViRGE/GX = S3ViRGE
  29. %S3% ViRGE/VX = S3ViRGE
  30.  
  31.  
  32. ;
  33. ; General installation section
  34. ;
  35.  
  36. [S3ViRGE]
  37. CopyFiles=S3ViRGE.Miniport, S3ViRGE.Display
  38.  
  39. ;
  40. ; File sections
  41. ;
  42.  
  43. [S3ViRGE.Miniport]
  44. S3ViRGE.sys
  45.  
  46. [S3ViRGE.Display]
  47. S3ViRGE.dll
  48.  
  49.  
  50. ;
  51. ; Service Installation
  52. ;
  53.  
  54. [S3ViRGE.Services]
  55. AddService = S3ViRGE, 0x00000002, S3ViRGE_Service_Inst, S3ViRGE_EventLog_Inst
  56.  
  57. [S3ViRGE_Service_Inst]
  58. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  59. StartType      = 1                  ; SERVICE_SYSTEM_START
  60. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  61. LoadOrderGroup = Video
  62. ServiceBinary  = %12%\S3ViRGE.sys
  63.  
  64. [S3ViRGE_EventLog_Inst]
  65. AddReg = S3ViRGE_EventLog_AddReg
  66.  
  67. [S3ViRGE_EventLog_AddReg]
  68. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\S3ViRGE.sys"
  69. HKR,,TypesSupported,0x00010001,7
  70.  
  71.  
  72. ;
  73. ; Software Installation
  74. ;
  75.  
  76. [S3ViRGE.SoftwareSettings]
  77. AddReg = S3ViRGE_SoftwareDeviceSettings
  78.  
  79. [S3ViRGE_SoftwareDeviceSettings]
  80. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, S3ViRGE
  81. HKR,, VgaCompatible,               %REG_DWORD%,    0
  82.  
  83.  
  84. ;
  85. ; Source file information
  86. ;
  87.  
  88. [SourceDisksNames.x86]
  89. 1 = %DiskId%,,,""
  90.  
  91. [SourceDisksFiles]
  92. S3ViRGE.sys  = 1
  93. S3ViRGE.dll = 1
  94.  
  95.  
  96.  
  97. [Strings]
  98.  
  99. ;
  100. ; Non-Localizable Strings
  101. ;
  102.  
  103. REG_SZ         = 0x00000000
  104. REG_MULTI_SZ   = 0x00010000
  105. REG_EXPAND_SZ  = 0x00020000
  106. REG_BINARY     = 0x00000001
  107. REG_DWORD      = 0x00010001
  108. SERVICEROOT    = System\CurrentControlSet\Services
  109.  
  110. ;
  111. ; Localizable Strings
  112. ;
  113.  
  114. DiskId       = "S3 Incorporated Installation DISK (VIDEO)"
  115. GraphAdap    = "Graphics Adapter"
  116. S3      = "S3 Incorporated"
  117.