home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1998 October / PCW1098a.iso / DRUCKER / Minolta / pagecolr / cppntpsd / NTPRINT.INF < prev   
Encoding:
Windows Setup INFormation  |  1997-12-05  |  1.8 KB  |  84 lines

  1.  
  2. ; NTPRINT.INF (for SUR)
  3. ;
  4. ; List of supported printers, manufacturers
  5. ;
  6.  
  7. [Version]
  8. Signature="$CHICAGO$"
  9. Provider=%MINOLTA%
  10. LayoutFile=layout.inf
  11. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  12. Class=Printer
  13.  
  14. ;
  15. ; The Manufacturer section lists all of the manufacturers that we will
  16. ; display in the Dialog box
  17. ;
  18. [Manufacturer]
  19. "Minolta"
  20.  
  21. ;
  22. ; Model sections. Each section here corresponds with an entry listed in the
  23. ; [Manufacturer] section, above. The models will be displayed in the order
  24. ; that they appear in the INF file.
  25. ;
  26.  
  27. [Minolta]
  28. "Minolta Color PageWorks/Pro -ps"                         = Mitcpp01.ppd
  29.  
  30. ;
  31. ; Installer Sections
  32. ;
  33. ; These sections control file installation, and reference all files that
  34. ; need to be copied. The section name will be assumed to be the driver
  35. ; file, unless there is an explicit DriverFile section listed.
  36. ;
  37.  
  38. [Mitcpp01.ppd]
  39. CopyFiles=@Mitcpp01.ppd,PSCRIPT
  40. DataSection=PSCRIPT_DATA
  41.  
  42.  
  43. ; Copy Sections
  44. ;
  45. ; Lists of files that are actually copied. These sections are referenced
  46. ; from the installer sections, above. Only create a section if it contains
  47. ; two or more files (if we only copy a single file, identify it in the
  48. ; installer section, using the @filename notation) or if it's a color
  49. ; profile (since the DestinationDirs can only handle sections, and not
  50. ; individual files).
  51. ;
  52.  
  53. [PSCRIPT]
  54. PSCRIPT.DLL
  55. PSCRPTUI.DLL
  56. PSCRIPT.HLP
  57. ;PSCRIPT.CNT
  58.  
  59. ;
  60. ; Data Sections
  61. ;
  62. ; These sections contain data that is shared between devices.
  63. ;
  64.  
  65. [PSCRIPT_DATA]
  66. DriverFile=PSCRIPT.DLL
  67. ConfigFile=PSCRPTUI.DLL
  68. HelpFile=PSCRIPT.HLP
  69.  
  70. ;
  71. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  72. ; (depending on which environment drivers are getting installed)
  73. ;
  74.  
  75. [DestinationDirs]
  76. DefaultDestDir=66000
  77.  
  78. ;
  79. ; Localizable Strings
  80. ;
  81. [Strings]
  82. Minolta="Minolta"
  83. 
  84.