home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / oki / 8_12ps95 / 8_12ps95.exe / OKIDATA8.INF < prev    next >
Windows Setup INFormation  |  1996-01-21  |  1KB  |  65 lines

  1. ; okidata8.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 OL810e/PS PostScript"             = OK810E_1.PPD,Okidata_OL810e/PS_PostScript
  24. "Okidata OL1200/PS PostScript"             = OK1200_1.PPD,Okidata_OL1200/PS_PostScript
  25.  
  26. ; Installer Sections
  27.  
  28. [OK810E_1.PPD]
  29. CopyFiles=@OK810E_1.PPD,PSCRIPT
  30. DataSection=PSCRIPT_DATA
  31.  
  32. [OK1200_1.PPD]
  33. CopyFiles=@OK1200_1.PPD,PSCRIPT
  34. DataSection=PSCRIPT_DATA
  35.  
  36. ; Data Sections
  37. ;
  38.  
  39. [PSCRIPT_DATA]
  40. DriverFile=PSCRIPT.DRV
  41. HelpFile=PSCRIPT.HLP
  42. LanguageMonitor=%PS_MONITOR%
  43.  
  44. ; Copy Sections
  45. ;
  46.  
  47. [PSCRIPT]
  48. PSCRIPT.DRV
  49. PSCRIPT.HLP
  50. PSCRIPT.INI
  51. TESTPS.TXT
  52. APPLE380.SPD
  53. FONTS.MFM
  54. ICONLIB.DLL
  55. PSMON.DLL
  56.  
  57. [DestinationDirs]
  58. DefaultDestDir=11
  59.  
  60. [Strings]
  61. MS="Microsoft"
  62. CLASSNAME="Printer"
  63. PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
  64.  
  65.