home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January (DVD) / VPR980100.ISO / DRIVER / CREATIVE / 3DBPCIBT / 3DBPCIBT.EXE / 3DBPCI.INF < prev    next >
Windows Setup INFormation  |  1997-04-22  |  13KB  |  114 lines

  1. ; 3dbpci.inf                                                                                                               
  2. ;                                                                                                                      
  3. ; Installation inf for the Microsoft verite graphics adapter.                                                                   
  4. ;                                                                                                                      
  5.                                                                                                                        
  6. [Version]                                                                                                              
  7. Signature="$CHICAGO$"                                                                                                
  8. Provider=%3dbpci%                                                                                                        
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}                                                                       
  10. Class=Display                                                                                                          
  11.                                                                                                                        
  12. [DestinationDirs]                                                                                                      
  13. DefaultDestDir   = 11                                                                                                  
  14. 3dbpci.Miniport  = 12  ; drivers                                                                                           
  15.                                                                                       
  16.                                                                                                                        
  17. ;                                                                                                                      
  18. ; Driver information                                                                                                   
  19. ;                                                                                                                      
  20.                                                                                                                        
  21. [Manufacturer]                                                                                                         
  22. %3dbpci%   = 3dbpci.Mfg                                                                                                      
  23.                                                                                                                        
  24. [3dbpci.Mfg]                                                                                                               
  25. "Creative Technology Ltd- 3D Blaster PCI" = 3dbpci
  26.                                                                                                                        
  27.                                                                                                                        
  28. ;                                                                                                                      
  29. ; General installation section                                                                                         
  30. ;                                                                                                                      
  31.                                                                                                                        
  32. [3dbpci]                                                                                                                   
  33. CopyFiles=3dbpci.Miniport, 3dbpci.Display                                                                 
  34.                                                                                                                        
  35. ;                                                                                                                      
  36. ; File sections                                                                                                        
  37. ;                                                                                                                      
  38.                                                                                                                        
  39. [3dbpci.Miniport]                                                                                                          
  40. 3dbpcim.sys                                                                                                                 
  41.                                                                                                                        
  42. [3dbpci.Display]
  43. 3dbpci.dll                                                                                                        
  44. 3db2d.uc
  45.                                                                                                                      
  46. ;                                                                                                                      
  47. ; Service Installation                                                                                                 
  48. ;                                                                                                                      
  49.                                                                                                                        
  50. [3dbpci.Services]                                                                                                          
  51. AddService = 3dbpci, 0x00000002, 3dbpci_Service_Inst, 3dbpci_EventLog_Inst                                                         
  52.                                                                                                                        
  53. [3dbpci_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%\3dbpcim.sys                                                                                        
  59.                                                                                                                        
  60. [3dbpci_EventLog_Inst]                                                                                                     
  61. AddReg = 3dbpci_EventLog_AddReg                                                                                            
  62.                                                                                                                        
  63. [3dbpci_EventLog_AddReg]                                                                                                   
  64. HKR,,EventMessageFile, %REG_EXPAND_SZ% ,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\3dbpcim.sys"  
  65. HKR,,TypesSupported, %REG_DWORD% ,7                                                                                       
  66.                                                                                                                        
  67.                                                                                                                        
  68. ;                                                                                                                      
  69. ; Software Installation                                                                                                
  70. ;                                                                                                                      
  71.                                                                                                                        
  72. [3dbpci.SoftwareSettings]                                                                                                  
  73. AddReg = 3dbpci_SoftwareDeviceSettings                                                                                     
  74.                                                                                                                        
  75. [3dbpci_SoftwareDeviceSettings]                                                                                            
  76. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, 3dbpci                                                                
  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. 3dbpcim.sys  = 1                                                                                                            
  89. 3dbpci.dll = 1
  90. 3db2d.uc = 1
  91.                                                                                                                        
  92.                                                                                                                        
  93.                                                                                                                        
  94. [Strings]                                                                                                              
  95.                                                                                                                        
  96. ;                                                                                                                      
  97. ; Non-Localizable Strings                                                                                              
  98. ;                                                                                                                      
  99.                                                                                                                        
  100. REG_SZ         = 0x00000000                                                                                            
  101. REG_MULTI_SZ   = 0x00010000                                                                                            
  102. REG_EXPAND_SZ  = 0x00020000                                                                                            
  103. REG_BINARY     = 0x00000001                                                                                            
  104. REG_DWORD      = 0x00010001                                                                                            
  105. SERVICEROOT    = System\CurrentControlSet\Services                                                                   
  106.                                                                                                                        
  107. ;                                                                                                                      
  108. ; Localizable Strings                                                                                                  
  109. ;                                                                                                                      
  110.                                                                                                                        
  111. DiskId       = "3D Blaster PCI Driver Disk"                                                                                                                                     
  112. rendition       = "Rendition"
  113. 3dbpci    = "Creative Technology Ltd - 3D Blaster PCI"    
  114.