home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / ntdriver / NTPRINT.INF < prev    next >
Encoding:
INI File  |  1997-10-26  |  3.4 KB  |  160 lines

  1. ; NTPRINT.INF (for SUR)
  2. ;
  3. ; List of supported printers, manufacturers
  4. ;
  5.  
  6. [Version]
  7. Signature="$Windows NT$"
  8. Provider=%CANON%
  9. LayoutFile=layout.inf
  10. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  11. Class=Printer
  12.  
  13. ;
  14. ; The Manufacturer section lists all of the manufacturers that we will
  15. ; display in the Dialog box
  16. ;
  17. [Manufacturer]
  18. "Canon"
  19.  
  20. ;
  21. ; Model sections. Each section here corresponds with an entry listed in the
  22. ; [Manufacturer] section, above. The models will be displayed in the order
  23. ; that they appear in the INF file.
  24. ;
  25.  
  26. [Canon]
  27. "Canon BJC-800"         = BJC800.PPD
  28. "Canon BJC-820"         = BJC820.PPD
  29. "Canon BJC-600"         = BJC600.PPD
  30. "Canon BJC-600e"        = BJC600E.PPD
  31. "Canon BJC-4000"        = BJC4000.PPD
  32. "Canon BJC-70"          = BJC70.PPD
  33. "Canon BJC-210"         = BJC210.PPD
  34. "Canon BJC-4100"        = BJC4100.PPD
  35. "Canon BJC-4550"        = BJC4550.PPD
  36. "Canon BJC-240"         = BJC240.PPD
  37. "Canon BJC-4200"        = BJC4200.PPD
  38. "Canon BJC-7000 Series" = BJC7000.PPD
  39. "Canon BJC-4300 Series" = BJC4300.PPD
  40. "Canon BJC-250 Series"  = BJC250.PPD
  41. "Canon BJC-80"          = BJC80.PPD
  42.  
  43. ;
  44. ; Installer Sections
  45. ;
  46. ; These sections control file installation, and reference all files that
  47. ; need to be copied. The section name will be assumed to be the driver
  48. ; file, unless there is an explicit DriverFile section listed.
  49. ;
  50.  
  51. [BJC800.PPD]
  52. CopyFiles=@BJC800.PPD,BJRSTR
  53. DataSection=BJRSTR_DATA
  54.  
  55. [BJC820.PPD]
  56. CopyFiles=@BJC820.PPD,BJRSTR
  57. DataSection=BJRSTR_DATA
  58.  
  59. [BJC600.PPD]
  60. CopyFiles=@BJC600.PPD,BJRSTR
  61. DataSection=BJRSTR_DATA
  62.  
  63. [BJC600E.PPD]
  64. CopyFiles=@BJC600E.PPD,BJRSTR
  65. DataSection=BJRSTR_DATA
  66.  
  67. [BJC4000.PPD]
  68. CopyFiles=@BJC4000.PPD,BJRSTR
  69. DataSection=BJRSTR_DATA
  70.  
  71. [BJC70.PPD]
  72. CopyFiles=@BJC70.PPD,BJRSTR
  73. DataSection=BJRSTR_DATA
  74.  
  75. [BJC210.PPD]
  76. CopyFiles=@BJC210.PPD,BJRSTR
  77. DataSection=BJRSTR_DATA
  78.  
  79. [BJC4100.PPD]
  80. CopyFiles=@BJC4100.PPD,BJRSTR
  81. DataSection=BJRSTR_DATA
  82.  
  83. [BJC4550.PPD]
  84. CopyFiles=@BJC4550.PPD,BJRSTR
  85. DataSection=BJRSTR_DATA
  86.  
  87. [BJC240.PPD]
  88. CopyFiles=@BJC240.PPD,BJRSTR
  89. DataSection=BJRSTR_DATA
  90.  
  91. [BJC4200.PPD]
  92. CopyFiles=@BJC4200.PPD,BJRSTR
  93. DataSection=BJRSTR_DATA
  94.  
  95. [BJC7000.PPD]
  96. CopyFiles=@BJC7000.PPD,BJRSTR
  97. DataSection=BJRSTR_DATA
  98.  
  99. [BJC4300.PPD]
  100. CopyFiles=@BJC4300.PPD,BJRSTR
  101. DataSection=BJRSTR_DATA
  102.  
  103. [BJC250.PPD]
  104. CopyFiles=@BJC250.PPD,BJRSTR
  105. DataSection=BJRSTR_DATA
  106.  
  107. [BJC80.PPD]
  108. CopyFiles=@BJC80.PPD,BJRSTR
  109. DataSection=BJRSTR_DATA
  110.  
  111. ; Copy Sections
  112. ;
  113. ; Lists of files that are actually copied. These sections are referenced
  114. ; from the installer sections, above. Only create a section if it contains
  115. ; two or more files (if we only copy a single file, identify it in the
  116. ; installer section, using the @filename notation) or if it's a color
  117. ; profile (since the DestinationDirs can only handle sections, and not
  118. ; individual files).
  119. ;
  120.  
  121. [BJRSTR]
  122. BJRSTR.DLL
  123. BJRSTRUI.DLL
  124. BJUMPD.DLL
  125. BJRSTRUI.HLP
  126. BJRSTRUI.CNT
  127.  
  128. ;
  129. ; Data Sections
  130. ;
  131. ; These sections contain data that is shared between devices.
  132. ;
  133.  
  134. [BJRSTR_DATA]
  135. DriverFile=BJRSTR.DLL
  136. ConfigFile=BJRSTRUI.DLL
  137. HelpFile=BJRSTRUI.HLP
  138.  
  139. ;
  140. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  141. ; (depending on which environment drivers are getting installed)
  142. ;
  143.  
  144. [DestinationDirs]
  145. DefaultDestDir=66000
  146.  
  147. ;
  148. ; Control Flags
  149. ;
  150. [ControlFlags]
  151. ExcludeFromSelect = 2369
  152.  
  153. ;
  154. ; Localizable Strings
  155. ;
  156. [Strings]
  157. CANON="Canon"
  158.  
  159.  
  160.