home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy3.cab / decpsmw4.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-17  |  2.4 KB  |  103 lines

  1. ; DECPSMW4.INF
  2.  
  3. [Version]
  4. CatalogFile=decpsmw4.cat
  5. Signature="$CHICAGO$"
  6. Class=Printer
  7. Provider=%MS%
  8. LayoutFile=layout.inf, layout1.inf, layout2.inf
  9.  
  10. ;
  11. ; The Manufacturer section lists all of the manufacturers that we will
  12. ; display in the Dialog box
  13.  
  14. [Manufacturer]
  15. "Digital"
  16.  
  17. [Digital]
  18. "Digital DEClaser 5100/Net"       = D5100_MS.SPD,Digital_DEClaser_5100/Net       
  19. "Digital PrintServer 17/Net"      = D17_MS.SPD,Digital_PrintServer_17/Net      
  20. "Digital PrintServer 17/12mb/Net" = D1712_MS.SPD,Digital_PrintServer_17/12mb/Net 
  21. "Digital PrintServer 17/600/Net"  = D176_MS.SPD,Digital_PrintServer_17/600/Net  
  22. "Digital turboPrintServer 20/Net" = D20_MS.SPD,Digital_turboPrintServer_20/Net
  23. "Digital PrintServer 32/Net"      = D32_MS.SPD,Digital_PrintServer_32/Net      
  24. "Digital PrintServer 40 Plus/Net" = D40_MS.SPD,Digital_PrintServer_40_Plus/Net 
  25.  
  26. ;
  27. ; Installer Sections
  28. ;
  29. ; These sections control file installation, and reference all files that
  30. ; need to be copied. If the section name will be assumed to be the driver
  31. ; file, unless there is an explicit DriverFile section listed.
  32. ;
  33.  
  34. [D17_MS.SPD]
  35. CopyFiles=@D17_MS.SPD,@DCLPS171.SPD,DECPSMW4
  36. DataSection=DEC_DATA
  37.  
  38. [D1712_MS.SPD]
  39. CopyFiles=@D1712_MS.SPD,@DCPS1721.SPD,DECPSMW4
  40. DataSection=DEC_DATA
  41.  
  42. [D176_MS.SPD]
  43. CopyFiles=@D176_MS.SPD,@DCPS1761.SPD,DECPSMW4
  44. DataSection=DEC_DATA
  45.  
  46. [D20_MS.SPD]
  47. CopyFiles=@D20_MS.SPD,@DCTPS201.SPD,DECPSMW4
  48. DataSection=DEC_DATA
  49.  
  50. [D32_MS.SPD]
  51. CopyFiles=@D32_MS.SPD,@DCLPS321.SPD,DECPSMW4
  52. DataSection=DEC_DATA
  53.  
  54. [D40_MS.SPD]
  55. CopyFiles=@D40_MS.SPD,@DCLPS401.SPD,DECPSMW4
  56. DataSection=DEC_DATA
  57.  
  58. [D5100_MS.SPD]
  59. CopyFiles=@D5100_MS.SPD,@DC5100_1.SPD,DECPSMW4
  60. DataSection=DEC_DATA
  61.  
  62. ; Copy Sections
  63. ;
  64. ; Lists of files that are actually copied. These sections are referenced
  65. ; from the installer sections, above. Only create a section if it contains
  66. ; two or more files (if we only copy a single file, identify it in the
  67. ; installer section, using the @filename notation)
  68. ;
  69.  
  70. [DECPSMW4]
  71. DECPSMW4.DLL
  72. DECPSMW4.HLP
  73. PSCRIPT.DRV
  74. PSCRIPT.HLP
  75. TESTPS.TXT
  76. APPLE380.SPD
  77. FONTS.MFM
  78. ICONLIB.DLL
  79.  
  80. ;
  81. ; Data Sections
  82. ;
  83. ; These sections contain data that is shared between devices.
  84. ;
  85.  
  86. [DEC_DATA]
  87. DriverFile=PSCRIPT.DRV
  88. PortMonitor=%DEC_MONITOR%
  89.  
  90. ;
  91. ; All files go to the system directory
  92. ;
  93.  
  94. [DestinationDirs]
  95. DefaultDestDir=11
  96.  
  97. ;
  98. ; Localizable Strings
  99. ;
  100. [Strings]
  101. MS="Microsoft"
  102. DEC_MONITOR="Digital Network Port,decpsmw4.dll"
  103.