home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / diamond / stealth / 3d2nt4_1 / 3d2nt4_1.exe / rar / OEMSETUP.INF < prev    next >
Windows Setup INFormation  |  1996-06-11  |  13KB  |  113 lines

  1. ; oemsetup.inf                                                                                                               
  2. ;                                                                                                                      
  3. ; Installation inf for the Diamond Multimedia Systems, Inc. stlth3d graphics adapter.                                                                   
  4. ;                                                                                                                      
  5.                                                                                                                        
  6. [Version]                                                                                                              
  7. Signature="$CHICAGO$"                                                                                                
  8. Provider=%Diamond%                                                                                                        
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}                                                                       
  10. Class=Display                                                                                                          
  11.                                                                                                                        
  12. [DestinationDirs]                                                                                                      
  13. DefaultDestDir   = 11                                                                                                  
  14. stlth3d.Miniport  = 12  ; drivers                                                                                           
  15. stlth3d.Display   = 11  ; system32                                                                                          
  16.                                                                                                                        
  17. ;                                                                                                                      
  18. ; Driver information                                                                                                   
  19. ;                                                                                                                      
  20.                                                                                                                        
  21. [Manufacturer]                                                                                                         
  22. %Diamond%   = Diamond.Mfg                                                                                                      
  23.                                                                                                                        
  24. [Diamond.Mfg]                                                                                                               
  25. %Diamond% Stealth 3D 2000 Series = stlth3d
  26.                                                                                                                        
  27.                                                                                                                        
  28. ;                                                                                                                      
  29. ; General installation section                                                                                         
  30. ;                                                                                                                      
  31.                                                                                                                        
  32. [stlth3d]                                                                                                                   
  33. CopyFiles=stlth3d.Miniport, stlth3d.Display                                                                                      
  34.                                                                                                                        
  35. ;                                                                                                                      
  36. ; File sections                                                                                                        
  37. ;                                                                                                                      
  38.                                                                                                                        
  39. [stlth3d.Miniport]                                                                                                          
  40. stlth3d.sys                                                                                                                 
  41.                                                                                                                        
  42. [stlth3d.Display]                                                                                                           
  43. stlth3d.dll
  44.                                                                                                                        
  45.                                                                                                                        
  46. ;                                                                                                                      
  47. ; Service Installation                                                                                                 
  48. ;                                                                                                                      
  49.                                                                                                                        
  50. [stlth3d.Services]                                                                                                          
  51. AddService = stlth3d, 0x00000002, stlth3d_Service_Inst, stlth3d_EventLog_Inst                                                         
  52.                                                                                                                        
  53. [stlth3d_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%\stlth3d.sys                                                                                        
  59.                                                                                                                        
  60. [stlth3d_EventLog_Inst]                                                                                                     
  61. AddReg = stlth3d_EventLog_AddReg                                                                                            
  62.                                                                                                                        
  63. [stlth3d_EventLog_AddReg]                                                                                                   
  64. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\stlth3d.sys"  
  65. HKR,,TypesSupported,0x00010001,7                                                                                       
  66.                                                                                                                        
  67.                                                                                                                        
  68. ;                                                                                                                      
  69. ; Software Installation                                                                                                
  70. ;                                                                                                                      
  71.                                                                                                                        
  72. [stlth3d.SoftwareSettings]                                                                                                  
  73. AddReg = stlth3d_SoftwareDeviceSettings                                                                                     
  74.                                                                                                                        
  75. [stlth3d_SoftwareDeviceSettings]                                                                                            
  76. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, stlth3d                                                                
  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. stlth3d.sys  = 1                                                                                                            
  89. stlth3d.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       = "Diamond Multimedia Systems, Inc. Installation DISK (VIDEO)"                                                                        
  111. GraphAdap    = "Graphics Adapter"                                                                                    
  112. Diamond      = "Diamond Multimedia Systems, Inc."                                                                                                       
  113.