home *** CD-ROM | disk | FTP | other *** search
- ; OEMPRINT.INF
- ;
- ; List of Adobe supported printers
- ;
-
- [Version]
- Signature="$CHICAGO$"
- Class=Printer
- Provider=%MS%
- LayoutFile=layout.inf
-
- ; The Manufacturer sections lists all of the manufacturers
- ; that we willdisplay in the Dialog box
-
- [Manufacturer]
- "Minolta"
-
- ; Model sections. Each section here corresponds with an entry listed in the
- ; [Manufacturer] section, above. The models will be displayed in the order
- ; that they appear in the INF file.
-
- [Minolta]
- "MINOLTA Color PageWorks/Pro -ps" = MITCPP01.PPD,MINOLTA_Color_PageWorks/Pro_-ps
-
- ; Installer Sections
-
- [MITCPP01.PPD]
- CopyFiles=@MITCPP01.PPD,PSCRIPT
- DataSection=PSCRIPT_DATA
-
- ; Data Sections
- ;
-
- [PSCRIPT_DATA]
- DriverFile=PSCRIPT.DRV
- HelpFile=PSCRIPT.HLP
- LanguageMonitor=%PS_MONITOR%
-
- ; Copy Sections
- ;
-
- [PSCRIPT]
- PSCRIPT.DRV
- PSCRIPT.HLP
- PSCRIPT.INI
- TESTPS.TXT
- APPLE380.SPD
- FONTS.MFM
- ICONLIB.DLL
- PSMON.DLL
-
- [DestinationDirs]
- DefaultDestDir=11
-
- [Strings]
- MS="Microsoft"
- CLASSNAME="Printer"
- PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
-
-