home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 November / Chip_1999-11_cd.bin / servis / ovladace / drivers / 3dbbnt4.exe / 3DBBNT4.INF < prev    next >
Windows Setup INFormation  |  1998-10-20  |  3KB  |  151 lines

  1. ; 3dbbnt4.inf
  2. ;
  3. ; Installation inf file for the Creative 3D Blaster Banshee graphics adapter.
  4. ;
  5.  
  6. [Version]
  7. Signature="$Windows NT$"
  8. Provider=%Creative%
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  10. Class=Display
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir    = 11
  14. banshee.Miniport  = 12  ; drivers
  15. banshee.Display   = 11  ; system32
  16. banshee.inf       = 17  ; INF
  17.  
  18. BCCard.DLL        = 11
  19. BCCard.Help       = 18
  20.  
  21. ;
  22. ; Driver information
  23. ;
  24.  
  25. [Manufacturer]
  26. %Creative%   = Creative.Mfg
  27.  
  28. [Creative.Mfg]
  29. 3D Blaster Banshee = banshee
  30.  
  31.  
  32. ;
  33. ; General installation section
  34. ;
  35.  
  36. [banshee]
  37. CopyFiles=banshee.Miniport, banshee.Display, BCCard.DLL, BCCard.Help, banshee.inf
  38.  
  39.  
  40. ;
  41. ; File sections
  42. ;
  43.  
  44. [banshee.Miniport]
  45. 3dbbnt4.sys
  46.  
  47. [banshee.Display]
  48. 3dbbnt4.dll
  49. regsvr32.exe
  50.  
  51.  
  52. [BCCard.DLL]
  53. bcbsntx.dll
  54. bcbsntx.crl
  55.  
  56. [BCCard.Help]
  57. banshee.hlp
  58. banshee.cnt
  59.  
  60.  
  61. [banshee.inf]
  62. 3dbbnt4.inf
  63.  
  64.  
  65. [Prev.DelReg]
  66. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,BcbsInstall
  67.  
  68. ;
  69. ; Service Installation
  70. ;
  71.  
  72.  
  73. [banshee.Services]
  74. AddService = 3dbbnt4, 0x00000002, banshee_Service_Inst, banshee_EventLog_Inst
  75.  
  76. [banshee_Service_Inst]
  77. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  78. StartType      = 1                  ; SERVICE_SYSTEM_START
  79. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  80. LoadOrderGroup = Video
  81. ServiceBinary  = %12%\3dbbnt4.sys
  82.  
  83. [banshee_EventLog_Inst]
  84. AddReg = banshee_EventLog_AddReg
  85.  
  86.  
  87. [banshee_EventLog_AddReg]
  88. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\3dbbnt4.sys"
  89. HKR,,TypesSupported,0x00010001,7
  90.  
  91. ;
  92. ; General config information
  93. ;
  94. [banshee.GeneralConfigData]
  95. MaximumDeviceMemoryConfiguration=68
  96.  
  97. ;
  98. ; Software Installation
  99. ;
  100.  
  101. [banshee.SoftwareSettings]
  102. AddReg = banshee_SoftwareDeviceSettings
  103.  
  104. [banshee_SoftwareDeviceSettings]
  105. HKR,, InstalledDisplayDrivers,    %REG_MULTI_SZ%, 3dbbnt4
  106. HKR,, VgaCompatible,              %REG_DWORD%,    0
  107. HKR,, UseNonBIOSModeSet,          %REG_DWORD%,    1
  108. HKR,, DefMemClock,          %REG_SZ%,      "95 125 1 100"
  109. HKR,, DefGrxClock,          %REG_SZ%,      "95 125 1 100"
  110. HKR,, DefMemLatency,          %REG_SZ%,      "1 3 1 3"
  111. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,BcbsInstall,2,"RegSvr32.EXE  /s ""%11%\bcbsntx.dll"""
  112.  
  113. ;
  114. ; Source file information
  115. ;
  116.  
  117. [SourceDisksNames]
  118. 1 = %DiskId1%,,,""
  119.  
  120.  
  121. [SourceDisksFiles]
  122. 3dbbnt4.sys  = 1
  123. 3dbbnt4.dll  = 1
  124. regsvr32.exe = 1
  125. bcbsntx.dll = 1
  126. bcbsntx.crl = 1
  127. banshee.hlp = 1
  128. banshee.cnt = 1
  129. 3dbbnt4.inf = 1
  130.                                                                                                                        
  131.  
  132. [Strings]
  133.  
  134. ;
  135. ; Non-Localizable Strings
  136. ;
  137.  
  138. REG_SZ         = 0x00000000
  139. REG_MULTI_SZ   = 0x00010000
  140. REG_EXPAND_SZ  = 0x00020000
  141. REG_BINARY     = 0x00000001
  142. REG_DWORD      = 0x00010001
  143. SERVICEROOT    = System\CurrentControlSet\Services
  144.  
  145. ;
  146. ; Localizable Strings
  147. ;
  148.  
  149. DiskId1       = "3D Blaster Banshee NT4 Display Driver Installation"
  150. Creative     = "Creative Technology Ltd."
  151.