home *** CD-ROM | disk | FTP | other *** search
- ; PHASER.INF - for Tektronix Phaser series printers
-
- [Version]
- Signature="$CHICAGO$"
- Class=Printer
- Provider="Tektronix"
- LayoutFile=layout.inf
-
- ;
- ; The Manufacturer section lists all of the manufacturers that we will
- ; display in the Dialog box
-
- [Manufacturer]
- "Tektronix"
-
- [Tektronix]
- "Tektronix Phaser 440" = TKPH4401.PPD,Tektronix_Phaser_440
-
- ;
- ; Installer Sections
- ;
- ; These sections control file installation, and reference all files that
- ; need to be copied. If the section name will be assumed to be the driver
- ; file, unless there is an explicit DriverFile section listed.
- ;
-
- [TKPH4401.PPD]
- CopyFiles=@TKPH4401.PPD,PSCRIPT
- DataSection=PSCRIPT_DATA
-
- ; Copy Sections
- ;
- ; Lists of files that are actually copied. These sections are referenced
- ; from the installer sections, above. Only create a section if it contains
- ; two or more files (if we only copy a single file, identify it in the
- ; installer section, using the @filename notation)
- ;
-
- [PSCRIPT]
- PSCRIPT.DRV
- PSCRIPT.HLP
- PSCRIPT.INI
- TESTPS.TXT
- APPLE380.SPD
- FONTS.MFM
- ICONLIB.DLL
- PSMON.DLL
-
- ;
- ; Data Sections
- ;
- ; These sections contain data that is shared between devices.
- ;
-
- [PSCRIPT_DATA]
- DriverFile=PSCRIPT.DRV
- helpFile=PSCRIPT.HLP
- LanguageMonitor=%PS_MONITOR%
-
- ;
- ; All other files go to the system directory
- ;
-
- [DestinationDirs]
- DefaultDestDir=11
-
- [SourceDisksNames]
- 99="Tektronix Phaser Driver Disk",,1
-
- [SourceDisksFiles]
- TKPH4401.PPD=99
-
- [Strings]
- PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
-