home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 July / VPR9707B.ISO / BIOS / SOYO / 686 / 325-nt40.exe / S3.INF < prev    next >
Windows Setup INFormation  |  1996-10-29  |  14KB  |  119 lines

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