home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 May / VPR0005B.BIN / DRIVER / CANON / BJW2K110 / Driver / bjc5500J / bjc5500j.inf < prev    next >
Windows Setup INFormation  |  1999-12-17  |  6KB  |  133 lines

  1. ; bjc5500j.INF (for Windows 2000 Monolithic driver)
  2. ;
  3. ; List of supported printers, manufacturers
  4. ;
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%CANON%
  8. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  9. Class=Printer
  10. CatalogFile=bjc5500j.cat
  11. DriverVer=01/20/2000, 1.10.2.2
  12. ;
  13. ; Manufacturer section.
  14. ;
  15. ; This section lists all of the manufacturers
  16. ; that we will display in the Dialog box
  17. ;
  18. [Manufacturer]
  19. "Canon" = Canon
  20. ;
  21. ; Model sections.
  22. ;
  23. ; Each section here corresponds with an entry listed in the
  24. ; [Manufacturer] section, above. The models will be displayed in the order
  25. ; that they appear in the INF file.
  26. ;
  27. [Canon]
  28. "Canon BJC-5500J (BJRSTR)  " = CNM5500J.CPD, LPTENUM\CanonBJC-5500JCECA, CanonBJC-5500JCECA, Canon_BJC-5500J
  29. [CNMDRV_DATA]
  30. DriverFile=CNMDRV.DLL
  31. ConfigFile=CNMUI.DLL
  32. HelpFile=CNMUR.HLP
  33. LanguageMonitor=%CNM_BJ_MONITOR%
  34. [CNM5500j.CPD]
  35. CopyFiles=@CNM5500j.DLL,CNMBJDRV,@CNMBR021.DLL,@CNMOSTD.DLL,CNMLMON,CANON_COLOR_PROFILE,@CNMP550.DLL,@CN15.HLP,@CN15.CNT
  36. DataSection=CNMDRV_DATA
  37. DataFile=CNM5500j.DLL
  38. ; Copy Sections
  39. ;
  40. ; Lists of files that are actually copied. These sections are referenced
  41. ; from the installer sections, above. Only create a section if it contains
  42. ; two or more files (if we only copy a single file, identify it in the
  43. ; installer section, using the @filename notation) or if it's a color
  44. ; profile (since the DestinationDirs can only handle sections, and not
  45. ; individual files).
  46. ;
  47. [CANON_COLOR_PROFILE]
  48. CNBJPRN.ICM,,,0x00000020
  49. [CNMBJDRV]
  50. CNMDRV.DLL
  51. CNMDUMP.DLL
  52. CNMUI.DLL
  53. CNMUR.DLL
  54. CNMDRC.DLL
  55. CNMHTRC.DLL
  56. CNMSR.DLL
  57. CNM.INI
  58. CNMUR.HLP
  59. CNMUR.CNT
  60. [CNMLMON]
  61. CNMLMON.DLL,,,0x00000020    ; Copy only if new binary
  62. ;
  63. ; OEM URLS
  64. ;
  65. ; This sections gives the URL for manufacturers found in the Manufacturers section
  66. ;
  67. [OEM URLS]
  68. "Canon" = "http://www.canon-sales.co.jp"
  69. ;
  70. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  71. ; (depending on which environment drivers are getting installed)
  72. ;
  73. [DestinationDirs]
  74. DefaultDestDir=66000
  75. CNMLMON=66002
  76. CANON_COLOR_PROFILE=66003
  77. ;
  78. ;  Source Disk Section
  79. ;  This was added to enable Web Point&Print.
  80. ;  All files added to this must also be added to Layout.INF
  81. ;
  82. [SourceDisksNames.x86]
  83. 1   = %DISK1%,,
  84. [SourceDisksFiles]
  85. CNMDRV.DLL     = 1
  86. CNMDUMP.DLL    = 1
  87. CNMDRC.DLL     = 1
  88. CNMHTRC.DLL    = 1
  89. ;CNMWC066.DLL   = 1
  90. CNMOSTD.DLL    = 1
  91. CNMUI.DLL      = 1
  92. CNMUR.DLL      = 1
  93. CNMLMON.DLL    = 1
  94. CNMUR.HLP      = 1
  95. CNMUR.CNT      = 1
  96. CNBJPRN.ICM    = 1
  97. CNM5500j.DLL    = 1
  98. CNMBR021.DLL   = 1
  99. CNMP550.DLL    = 1
  100. CNMSR.DLL      = 1
  101. CNM.INI        = 1
  102. CN15.HLP       = 1
  103. CN15.CNT       = 1
  104. ; Localizable Strings
  105. ;
  106. [Strings]
  107. CANON="Canon"
  108. CNM_BJ_MONITOR="Canon BJ Language Monitor,CNMLMON.DLL"
  109. DISK1="Canon Bubble Jet Printer Driver Disk"