home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / ovladace / Drivers / A32V102N.ZIP / asus3200.inf < prev    next >
Windows Setup INFormation  |  1999-01-16  |  5KB  |  168 lines

  1. [Version]
  2. Signature="$Windows NT$"
  3. Provider=%Mfg%
  4. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  5. Class=Display
  6.  
  7. [DestinationDirs]
  8. DefaultDestDir    = 11  ; system32
  9. banshee.Miniport  = 12  ; drivers
  10. banshee.Display   = 11
  11. Control.Panel     = 11
  12. banshee.Inf       = 17
  13.  
  14. ;
  15. ; Driver information
  16. ;
  17.  
  18. [Manufacturer]
  19. %Mfg%   = 3Dfx.Mfg
  20.  
  21. [3Dfx.Mfg]
  22. %Mfg% AGP-V3200 V1.02 Windows NT 4.0 Display Driver = banshee
  23.  
  24.  
  25. ;
  26. ; General installation section
  27. ;
  28.  
  29. [banshee]
  30. CopyFiles=banshee.Miniport, banshee.Display, Control.Panel, banshee.Inf
  31. AddReg=Control.Panel.Addreg, Uninstall.All.Addreg, Uninstall.CP.Addreg
  32.  
  33. [banshee.Uninstall.All]
  34. DelReg=Control.Panel.Addreg, Uninstall.All.Addreg, Uninstall.CP.Addreg
  35. DelService=banshee
  36. DelFiles=banshee.Miniport, banshee.Display, Control.Panel, banshee.Inf.DelFiles
  37. Reboot
  38.  
  39. [banshee.Uninstall.CP]
  40. DelReg=Control.Panel.Addreg, Uninstall.CP.Addreg
  41. DelFiles=Control.Panel
  42.  
  43. ;
  44. ; File sections
  45. ;
  46.  
  47. [banshee.Miniport]
  48. banshee.sys,,,%IN_USE%
  49.  
  50. [banshee.Display]
  51. banshee.dll,,,%IN_USE%
  52. glide2x.dll,,,%IN_USE%
  53. glide3x.dll,,,%IN_USE%
  54. 3DfxSpl3.dll,,,%IN_USE%
  55.  
  56. [Control.Panel]
  57. v32VBps.dll
  58. v32VBps.hlp
  59.  
  60. [banshee.Inf]
  61. asus3200.inf
  62.  
  63. [banshee.Inf.DelFiles]
  64. asus3200.inf,,,%IN_USE%
  65. asus3200.pnf,,,%IN_USE%
  66.  
  67. ;
  68. ; Registry sections
  69. ;
  70.  
  71. [Control.Panel.Addreg]
  72. HKCR,"CLSID\{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}","",,"3Dfx Voodoo Banshee Property Sheet"
  73. HKCR,"CLSID\{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}\InProcServer32","",,"v32VBps.dll"
  74. HKCR,"CLSID\{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}\InProcServer32",ThreadingModel,,"Apartment"
  75. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\Banshee",,,"{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}"
  76. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved","{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}",,"3Dfx Voodoo Banshee Property Sheet"
  77.  
  78. [Uninstall.All.Addreg]
  79. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\AGP-V3200",,,
  80. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\AGP-V3200","DisplayName",,"ASUS AGP-V3200 V1.02 Display Driver and Control Panel"
  81. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\AGP-V3200","UninstallString",,"%11%\rundll32.exe setupapi.dll,InstallHinfSection banshee.Uninstall.All 132 %17%\asus3200.inf"
  82. HKLM,"SYSTEM\CurrentControlSet\Services\banshee"
  83.  
  84. [Uninstall.CP.Addreg]
  85. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\AGP-V3200 CP",,,
  86. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\AGP-V3200 CP","DisplayName",,"ASUS AGP-V3200 V1.02 Control Panel"
  87. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\AGP-V3200 CP","UninstallString",,"%11%\rundll32.exe setupapi.dll,InstallHinfSection banshee.Uninstall.CP 132 %17%\asus3200.inf"
  88.  
  89. ;
  90. ; Service Installation
  91. ;
  92.  
  93. [banshee.Services]
  94. AddService = banshee, 0x00000002, banshee_Service_Inst, banshee_EventLog_Inst
  95.  
  96. [banshee_Service_Inst]
  97. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  98. StartType      = 1                  ; SERVICE_SYSTEM_START
  99. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  100. LoadOrderGroup = Video
  101. ServiceBinary  = %12%\banshee.sys
  102.  
  103. [banshee_EventLog_Inst]
  104. AddReg = banshee_EventLog_AddReg
  105.  
  106. [banshee_EventLog_AddReg]
  107. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\banshee.sys"
  108. HKR,,TypesSupported,0x00010001,7
  109.  
  110. ;
  111. ; General config information
  112. ;
  113. [banshee.GeneralConfigData]
  114. MaximumDeviceMemoryConfiguration=68
  115.  
  116. ;
  117. ; Software Installation
  118. ;
  119.  
  120. [banshee.SoftwareSettings]
  121. AddReg = banshee_SoftwareDeviceSettings
  122.  
  123. [banshee_SoftwareDeviceSettings]
  124. HKR,, InstalledDisplayDrivers,    %REG_MULTI_SZ%, banshee
  125. HKR,, VgaCompatible,              %REG_DWORD%,    0
  126. HKR,, UseNonBIOSModeSet,          %REG_DWORD%,    1
  127. ;HKR,, memclocking,                %REG_DWORD%,    100
  128.  
  129. ;
  130. ; Source file information
  131. ;
  132.  
  133. [SourceDisksNames.x86]
  134. 1 = %DiskId%,,,""
  135.  
  136. [SourceDisksFiles]
  137. banshee.sys  = 1
  138. banshee.dll  = 1
  139. glide2x.dll  = 1
  140. glide3x.dll  = 1
  141. 3DBBps.dll   = 1                                                               
  142. 3DBBps.hlp   = 1                                                               
  143. 3DBBps.crl   = 1
  144. 3DfxSpl3.dll = 1
  145. asus3200.inf  = 1
  146.  
  147. [Strings]
  148.  
  149. ;
  150. ; Non-Localizable Strings
  151. ;
  152.  
  153. IN_USE         = 0x00010000
  154. REG_SZ         = 0x00000000
  155. REG_MULTI_SZ   = 0x00010000
  156. REG_EXPAND_SZ  = 0x00020000
  157. REG_BINARY     = 0x00000001
  158. REG_DWORD      = 0x00010001
  159. SERVICEROOT    = System\CurrentControlSet\Services
  160.  
  161. ;
  162. ; Localizable Strings
  163. ;
  164.  
  165. DiskId       = "ASUS AGP-V3200 V1.02 Windows NT 4.0 Installation Disk"
  166. GraphAdap    = "Graphics Adapter"
  167. Mfg          = "ASUS"
  168.