home *** CD-ROM | disk | FTP | other *** search
/ CICA 1997 February / cicawindowscollection199702-1.iso / disc1 / drivers / printer / dc3500_1.exe / DC3500_1.INF next >
INI File  |  1995-06-14  |  2KB  |  79 lines

  1. ; DC3500_1.INF
  2.  
  3. [Version]
  4. Signature="$CHICAGO$"
  5. Class=Printer
  6. Provider=%MS%
  7. LayoutFile=layout.inf
  8.  
  9. ;
  10. ; The Manufacturer section lists all of the manufacturers that we will
  11. ; display in the Dialog box
  12.  
  13. [Manufacturer]
  14. "Digital"
  15.  
  16. [Digital]
  17. "Digital DEClaser 3500" = DC3500_1.SPD,Digital_DEClaser_3500
  18.  
  19. ;
  20. ; Installer Sections
  21. ;
  22. ; These sections control file installation, and reference all files that
  23. ; need to be copied. If the section name will be assumed to be the driver
  24. ; file, unless there is an explicit DriverFile section listed.
  25. ;
  26.  
  27. [DC3500_1.SPD]
  28. CopyFiles=@DC3500_1.SPD,PSCRIPT
  29. DataSection=PSCRIPT_DATA
  30.  
  31. ; Copy Sections
  32. ;
  33. ; Lists of files that are actually copied. These sections are referenced
  34. ; from the installer sections, above. Only create a section if it contains
  35. ; two or more files (if we only copy a single file, identify it in the
  36. ; installer section, using the @filename notation)
  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. ; Data Sections
  51. ;
  52. ; These sections contain data that is shared between devices.
  53. ;
  54.  
  55. [PSCRIPT_DATA]
  56. DriverFile=PSCRIPT.DRV
  57. HelpFile=PSCRIPT.HLP
  58. LanguageMonitor=%PS_MONITOR%
  59.  
  60. ;
  61. ; All files go to the system directory
  62. ;
  63.  
  64. [DestinationDirs]
  65. DefaultDestDir=11
  66.  
  67. [SourceDisksNames]
  68. 99="Digital DEClaser 3500 Driver Disk",,1
  69.  
  70. [SourceDisksFiles]
  71. DC3500_1.SPD=99
  72.  
  73. ;
  74. ; Localizable Strings
  75. ;
  76. [Strings]
  77. MS="Microsoft"
  78. PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
  79.