home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / oki / 610eps95 / 610eps95.exe / OKIDATA6.INF < prev    next >
Windows Setup INFormation  |  1996-01-18  |  1KB  |  60 lines

  1. ; okidata6.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. "Okidata"
  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. [Okidata]
  23. "Okidata OL610e/PS PostScript"             = OK_610E1.PPD,Okidata_OL610e/PS_PostScript
  24.  
  25. ; Installer Sections
  26.  
  27. [OK_610E1.PPD]
  28. CopyFiles=@OK_610E1.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.