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