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