home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 July / VPR9607B.BIN / driver / epson / escp2731 / e_escp27.inf next >
Windows Setup INFormation  |  1995-10-20  |  2KB  |  79 lines

  1. ; E_ESCP27.INF
  2.  
  3. [Version]
  4. Signature="$CHICAGO$"
  5. Class=Printer
  6. Provider=%EPSON%
  7. LayoutFile=layout.inf
  8.  
  9. ;
  10. ; The Manufacturer section lists all of the manufacturers that we will
  11. ; display in the Dialog box
  12.  
  13. [Manufacturer]
  14. "EPSON"
  15.  
  16. [EPSON]
  17. "EPSON ESC/P24(80)"  = E_ESCP27.DRV,EPSON_ESC/P24(80)
  18. "EPSON ESC/P24(136)" = E_ESCP27.DRV,EPSON_ESC/P24(136)
  19. "EPSON ESC/P48"      = E_ESCP27.DRV,EPSON_ESC/P48
  20.  
  21. ;
  22. ; Installer Sections
  23. ;
  24. ; These sections control file installation, and reference all files that
  25. ; need to be copied. The section name will be assumed to be the driver
  26. ; file, unless there is an explicit DriverFile section listed.
  27. ;
  28.  
  29. [E_ESCP27.DRV]
  30. CopyFiles=@E_ESCP27.DRV,UNICLR
  31. DataSection=UNI_DATA
  32.  
  33. ; Special section to copy just UNIDRV and its dependent files
  34. [UNIDRV_ONLY]
  35. CopyFiles=UNICLR
  36.  
  37. ; Copy Sections
  38. ;
  39. ; Lists of files that are actually copied. These sections are referenced
  40. ; from the installer sections, above. Only create a section if it contains
  41. ; two or more files (if we only copy a single file, identify it in the
  42. ; installer section, using the @filename notation)
  43. ;
  44.  
  45. [UNICLR]
  46. UNIDRV.DLL
  47. UNIDRV.HLP
  48. DMCOLOR.DLL
  49. ICONLIB.DLL
  50.  
  51. ;
  52. ; Data Sections
  53. ;
  54. ; These sections contain data that is shared between devices.
  55. ;
  56.  
  57. [UNI_DATA]
  58. HelpFile=UNIDRV.HLP
  59. DefaultDataType=EMF
  60.  
  61. ;
  62. ; All files go to the system directory
  63. ;
  64.  
  65. [DestinationDirs]
  66. DefaultDestDir=11
  67.  
  68. [SourceDisksNames]
  69. 99="EPSONプリンタ ユーティリティディスク",,1
  70.  
  71. [SourceDisksFiles]
  72. E_ESCP27.DRV=99,WIN95
  73.  
  74. ;
  75. ; Localizable Strings
  76. ;
  77. [Strings]
  78. EPSON="EPSON"
  79.