home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 March / VPR0003B.ISO / drvlib / video / x86 / s3virge / s3.inf next >
Windows Setup INFormation  |  1999-10-14  |  13KB  |  113 lines

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