home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / ovladace / drivers / nt4_370.exe / nt4370 / mga64.inf < prev    next >
Windows Setup INFormation  |  1998-12-23  |  14KB  |  122 lines

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