home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1998 October / PCW1098a.iso / DRUCKER / Minolta / pagecolr / w9pscppd / Oemprint.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-08-08  |  1.0 KB  |  60 lines

  1. ; OEMPRINT.INF
  2. ;
  3. ; List of Adobe supported printers
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Class=Printer
  9. Provider=%MS%
  10. LayoutFile=layout.inf
  11.  
  12. ; The Manufacturer sections lists all of the manufacturers
  13. ;  that we willdisplay in the Dialog box
  14.  
  15. [Manufacturer]
  16. "Minolta"
  17.  
  18. ; Model sections.  Each section here corresponds with an entry listed in the
  19. ; [Manufacturer] section, above.  The models will be displayed in the order
  20. ; that they appear in the INF file.
  21.  
  22. [Minolta]
  23. "MINOLTA Color PageWorks/Pro -ps"           = MITCPP01.PPD,MINOLTA_Color_PageWorks/Pro_-ps
  24.  
  25. ; Installer Sections
  26.  
  27. [MITCPP01.PPD]
  28. CopyFiles=@MITCPP01.PPD,PSCRIPT
  29. DataSection=PSCRIPT_DATA
  30.  
  31. ; Data Sections
  32. ;
  33.  
  34. [PSCRIPT_DATA]
  35. DriverFile=PSCRIPT.DRV
  36. HelpFile=PSCRIPT.HLP
  37. LanguageMonitor=%PS_MONITOR%
  38.  
  39. ; Copy Sections
  40. ;
  41.  
  42. [PSCRIPT]
  43. PSCRIPT.DRV
  44. PSCRIPT.HLP
  45. PSCRIPT.INI
  46. TESTPS.TXT
  47. APPLE380.SPD
  48. FONTS.MFM
  49. ICONLIB.DLL
  50. PSMON.DLL
  51.  
  52. [DestinationDirs]
  53. DefaultDestDir=11
  54.  
  55. [Strings]
  56. MS="Microsoft"
  57. CLASSNAME="Printer"
  58. PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
  59.  
  60.