home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / WIN98 / PRECOPY3.CAB / decpsmw4.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-06-19  |  2.5 KB  |  104 lines

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