home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Graphics Studio: Publisher 98 / PUB_50_CD.iso / mspub.inf < prev    next >
INI File  |  1997-12-07  |  1KB  |  60 lines

  1. ; MSPUB.INF
  2.  
  3.  
  4. [Version]
  5. Signature="$CHICAGO$"
  6. Class=Printer
  7. Provider=%COMPANY%
  8. LayoutFile=LAYOUT.INF
  9.  
  10. ;
  11. ; The Manufacturer section lists all of the manufacturers that will
  12. ; be displayed in the Dialog box. Note that the name listed there
  13. ; will need to be an exact match of the string listed within the
  14. ; [] brackets below
  15. ;
  16. [Manufacturer]
  17. %COMPANY%               = MODELS
  18.  
  19. [MODELS]
  20. ;%IMAGEORCOLOR% = MSCOMBI1.PPD
  21. %IMAGESETTER%   = MSGENBW.PPD
  22. %COLORPRINTER%  = MSGENCOL.PPD
  23.  
  24.  
  25. [MSGENBW.PPD]
  26. CopyFiles=@MSGENBW.PPD,PSCRIPT
  27. DriverFile=PSCRIPT.DRV
  28.  
  29. [MSGENCOL.PPD]
  30. CopyFiles=@MSGENCOL.PPD,PSCRIPT
  31. DriverFile=PSCRIPT.DRV
  32.  
  33. ; Copy Sections
  34. ;
  35. ; Lists of files that are actually copied. These sections are referenced
  36. ; from the installer sections, above.
  37. ;
  38.  
  39. [PSCRIPT]
  40. PSCRIPT.DRV
  41. PSCRIPT.HLP
  42. PSCRIPT.INI
  43. TESTPS.TXT
  44. APPLE380.SPD
  45. FONTS.MFM
  46. ICONLIB.DLL
  47. PSMON.DLL
  48.  
  49.  
  50. ;
  51. [DestinationDirs]
  52. DefaultDestDir=11
  53.  
  54. [Strings]
  55. COMPANY               = "MS Publisher for Windows 95«"
  56. IMAGEORCOLOR          = "Imagesetter or Color Printer"
  57. IMAGESETTER           = "MS Publisher Imagesetter"
  58. COLORPRINTER          = "MS Publisher Color Printer"
  59.