home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / Chip_1999-07_cd.bin / ovladace / drivers / nt4_407.exe / nt4_407 / mga64.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1999-03-16  |  13.5 KB  |  123 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% Millennium G200 LE = mga64
  28. %Matrox% Mystique G200 = mga64
  29. %Matrox% Mystique G200-Video = mga64
  30. %Matrox% MGA-G200 = mga64
  31. %Matrox% Productiva G100 = mga64
  32. %Matrox% MGA-G100 = mga64
  33. %Matrox% Millennium II = mga64
  34.                                                                                                                        
  35. ;                                                                                                                      
  36. ; General installation section                                                                                         
  37. ;                                                                                                                      
  38.                                                                                                                        
  39. [mga64]                                                                                                                   
  40. CopyFiles=mga64.Miniport, mga64.Display                                                                                      
  41.                                                                                                                        
  42. ;                                                                                                                      
  43. ; File sections                                                                                                        
  44. ;                                                                                                                      
  45.                                                                                                                        
  46. [mga64.Miniport]                                                                                                          
  47. mga64.sys                                                                                                                 
  48.                                                                                                                        
  49. [mga64.Display]                                                                                                           
  50. mga64.dll
  51.                                                                                                                        
  52.                                                                                                                        
  53. ;                                                                                                                      
  54. ; Service Installation                                                                                                 
  55. ;                                                                                                                      
  56.                                                                                                                        
  57. [mga64.Services]                                                                                                          
  58. AddService = mga64, 0x00000002, mga64_Service_Inst, mga64_EventLog_Inst                                                         
  59.                                                                                                                        
  60. [mga64_Service_Inst]                                                                                                      
  61. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER                                                            
  62. StartType      = 1                  ; SERVICE_SYSTEM_START                                                             
  63. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE                                                             
  64. LoadOrderGroup = Video                                                                                                 
  65. ServiceBinary  = %12%\mga64.sys                                                                                        
  66.                                                                                                                        
  67. [mga64_EventLog_Inst]                                                                                                     
  68. AddReg = mga64_EventLog_AddReg                                                                                            
  69.                                                                                                                        
  70. [mga64_EventLog_AddReg]                                                                                                   
  71. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\mga64.sys"  
  72. HKR,,TypesSupported,0x00010001,7                                                                                       
  73.                                                                                                                        
  74.                                                                                                                        
  75. ;                                                                                                                      
  76. ; Software Installation                                                                                                
  77. ;                                                                                                                      
  78.                                                                                                                        
  79. [mga64.SoftwareSettings]                                                                                                  
  80. AddReg = mga64_SoftwareDeviceSettings                                                                                     
  81.                                                                                                                        
  82. [mga64_SoftwareDeviceSettings]                                                                                            
  83. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, mga64                                                                
  84. HKR,, VgaCompatible,               %REG_DWORD%,    0                                                                
  85.                                                                                                                        
  86.                                                                                                                        
  87. [mga64.OpenGLSoftwareSettings]                                                                                            
  88.                                                                                                                        
  89.                                                                                                                        
  90. ;                                                                                                                      
  91. ; Source file information                                                                                              
  92. ;                                                                                                                      
  93.                                                                                                                        
  94. [SourceDisksNames.x86]                                                                                                  
  95. 1 = %DiskId%,,,""                                                                                                  
  96.                                                                                                                        
  97. [SourceDisksFiles]                                                                                                     
  98. mga64.sys  = 1                                                                                                            
  99. mga64.dll = 1
  100.                                                                                                                        
  101.                                                                                                                        
  102.                                                                                                                        
  103. [Strings]                                                                                                              
  104.                                                                                                                        
  105. ;                                                                                                                      
  106. ; Non-Localizable Strings                                                                                              
  107. ;                                                                                                                      
  108.                                                                                                                        
  109. REG_SZ         = 0x00000000                                                                                            
  110. REG_MULTI_SZ   = 0x00010000                                                                                            
  111. REG_EXPAND_SZ  = 0x00020000                                                                                            
  112. REG_BINARY     = 0x00000001                                                                                            
  113. REG_DWORD      = 0x00010001                                                                                            
  114. SERVICEROOT    = System\CurrentControlSet\Services                                                                   
  115.                                                                                                                        
  116. ;                                                                                                                      
  117. ; Localizable Strings                                                                                                  
  118. ;                                                                                                                      
  119.                                                                                                                        
  120. DiskId       = "Matrox Graphics Installation DISK (VIDEO)"                                                                        
  121. GraphAdap    = "Graphics Adapter"                                                                                    
  122. Matrox      = "Matrox Graphics"                                                                                                       
  123.