home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / drivers / disply / 8514 / 8514.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1996-02-12  |  1.4 KB  |  79 lines

  1. ; INF file for 8514/A display driver.
  2. ; Copyright 1994, Microsoft Corporation
  3.  
  4. [version]
  5. Class=DISPLAY
  6. signature="$CHICAGO$"
  7. Provider=%Mfg%
  8.  
  9. [SourceDisksNames]
  10. 51="Win95 8514/A Driver Disk",,1
  11.  
  12. [SourceDisksFiles]
  13. 8514.drv=51
  14. vdd8514.386=51
  15.  
  16. ;----------------------------------------
  17. ; Manufacturers 
  18.  
  19. [Manufacturer]
  20. "%Mfg%"=Mfg
  21.  
  22. ;----------------------------------------
  23. ; Driver sections
  24.  
  25. [Mfg]
  26. %8514.DeviceDesc%=8514
  27.  
  28. ;----------------------------------------
  29. ; Install sections
  30.  
  31. [8514]
  32. CopyFiles=8514_CopyFiles
  33. DelReg=DEL_CURRENT_REG
  34. AddReg=8514_AddReg
  35.  
  36. ;----------------------------------------
  37. ; Common AddReg sections
  38.  
  39. [DEL_CURRENT_REG]
  40. HKR,,DevLoader
  41. HKR,,Ver
  42. HKR,DEFAULT
  43. HKR,MODES
  44. HKR,CURRENT
  45.  
  46. ;----------------------------------------
  47. ; Model AddReg sections
  48.  
  49. [8514_AddReg]
  50. HKR,,Ver,,3.1
  51. HKR,DEFAULT,Mode,,"8,1024,768"
  52. HKR,DEFAULT,drv,,8514.drv
  53. HKR,DEFAULT,vdd,,vdd8514.386
  54. HKR,"MODES\4\640,480",drv,,vga.drv
  55. HKR,"MODES\4\640,480",vdd,,*vdd
  56. HKR,"MODES\8\1024,768"
  57.  
  58. ;----------------------------------------
  59. ; File Update References
  60.  
  61. [DestinationDirs]
  62. DefaultDestDir=11               ; LDID_SYS
  63.  
  64. ;----------------------------------------
  65. ; CopyFiles sections
  66.  
  67. [8514_CopyFiles]
  68. 8514.drv
  69. vdd8514.386
  70.  
  71. ;----------------------------------------
  72. ; User visible strings
  73.  
  74. [Strings]
  75. ClassName="Display"
  76. Mfg="Microsoft"
  77. 8514.DeviceDesc="8514/A compatible"
  78.  
  79.