home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.9 / 1997-12_Disc_3.9_No._1.bin / DIRECTX / DRIVERS / USA / DXMM3DFX.INF < prev    next >
Windows Setup INFormation  |  1997-07-14  |  2KB  |  69 lines

  1. ;
  2. ; 3Dfx Display INF
  3. ;
  4. [version]
  5. signature="$CHICAGO$"
  6. Class=MEDIA
  7. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  8. Provider=%M S%
  9.  
  10. [DestinationDirs]
  11. DefaultDestDir  =11        ;LDID_SYS
  12. Driver.Copy     =11
  13.  
  14.  
  15. ; Manufacturers
  16. ; ---------------------------------------------------------
  17. [Manufacturer]
  18. %3Dfx%   =Mfg.3Dfx
  19.  
  20.  
  21. ; Driver Sections
  22. ; ---------------------------------------------------------
  23.  
  24. [Mfg.3Dfx]
  25. %PCI\VEN_121A&DEV_0001.DeviceDesc%=3Dfx, PCI\VEN_121A&DEV_0001 ; 3Dfx VooDoo
  26.  
  27.  
  28. ; Install Sections
  29. ; ---------------------------------------------------------
  30.  
  31.  
  32. ; -------------- 3Dfx Voodoo
  33. [3Dfx]
  34. CopyFiles=3Dfx.Copy,
  35. AddReg=3Dfx.AddReg
  36. DelReg=3Dfx.DelReg
  37.  
  38. [3Dfx.Copy]
  39. mm3dfx.vxd,,,12
  40. mm3dfx.drv,,,12
  41. mm3dfx16.dll,,,12
  42. mm3dfx32.dll,,,12
  43.  
  44. [3Dfx.AddReg]
  45. HKLM,"hardware\DirectDrawDrivers\3a0cfd01-9320-11cf-ac-a1-00-a0-24-13-c2-e2",
  46. HKLM,"hardware\DirectDrawDrivers\3a0cfd01-9320-11cf-ac-a1-00-a0-24-13-c2-e2","Description",,"3Dfx Interactive DirectX Driver"
  47. HKLM,"hardware\DirectDrawDrivers\3a0cfd01-9320-11cf-ac-a1-00-a0-24-13-c2-e2","DriverName",,"mm3dfx"
  48.  
  49. [3Dfx.DelReg]
  50. HKLM,"hardware\DirectDrawDrivers\ABA52F41-F744-11cf-B4-52-00-00-1D-1B-41-26",
  51.  
  52.  
  53. ; User visible strings
  54. ; ---------------------------------------------------------
  55. [Strings]
  56. MS="Microsoft"
  57. 3Dfx="3Dfx Interactive, Inc."
  58. PCI\VEN_121A&DEV_0001.DeviceDesc="3Dfx Interactive Inc. (VooDoo)" ; 3Dfx VooDoo
  59.  
  60. [SourceDisksNames]
  61. 222="DirectX Drivers Disk","",1
  62.  
  63. [SourceDisksFiles]
  64. mm3dfx.vxd=222
  65. mm3dfx.drv=222
  66. mm3dfx16.dll=222
  67. mm3dfx32.dll=222
  68.  
  69.