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

  1. ; PHASER.INF - for Tektronix Phaser series printers
  2.  
  3. [Version]
  4. Signature="$CHICAGO$"
  5. Class=Printer
  6. Provider="Tektronix"
  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. "Tektronix"
  15.  
  16. [Tektronix]
  17. "Tektronix Phaser 340"         = TK340171.PPD,LPTENUM\TektronixPhaser_34058F7,TektronixPhaser_34058F7,Tektronix_Phaser_340
  18. "Tektronix Phaser 340 600 dpi" = TK340691.PPD,Tektronix_Phaser_340_600_dpi
  19.  
  20. ;
  21. ; Installer Sections
  22. ;
  23. ; These sections control file installation, and reference all files that
  24. ; need to be copied. If the section name will be assumed to be the driver
  25. ; file, unless there is an explicit DriverFile section listed.
  26. ;
  27.  
  28. [TK340171.PPD]
  29. CopyFiles=@TK340171.PPD,PSCRIPT
  30. DataSection=PSCRIPT_DATA
  31.  
  32. [TK340691.PPD]
  33. CopyFiles=@TK340691.PPD,PSCRIPT
  34. DataSection=PSCRIPT_DATA
  35.  
  36. ; Copy Sections
  37. ;
  38. ; Lists of files that are actually copied. These sections are referenced
  39. ; from the installer sections, above. Only create a section if it contains
  40. ; two or more files (if we only copy a single file, identify it in the
  41. ; installer section, using the @filename notation)
  42. ;
  43.  
  44. [PSCRIPT]
  45. PSCRIPT.DRV
  46. PSCRIPT.HLP
  47. PSCRIPT.INI
  48. TESTPS.TXT
  49. APPLE380.SPD
  50. FONTS.MFM
  51. ICONLIB.DLL
  52. PSMON.DLL
  53.  
  54. ;
  55. ; Data Sections
  56. ;
  57. ; These sections contain data that is shared between devices.
  58. ;
  59.  
  60. [PSCRIPT_DATA]
  61. DriverFile=PSCRIPT.DRV
  62. helpFile=PSCRIPT.HLP
  63. LanguageMonitor=%PS_MONITOR%
  64.  
  65. ;
  66. ; All other files go to the system directory
  67. ;
  68.  
  69. [DestinationDirs]
  70. DefaultDestDir=11
  71.  
  72. [SourceDisksNames]
  73. 99="Tektronix Phaser Driver Disk",,1
  74.  
  75. [SourceDisksFiles]
  76. TK340171.PPD=99
  77. TK340691.PPD=99
  78.  
  79. [Strings]
  80. PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
  81.