home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / canon / shot / w4l4i100 / lips4img.inf < prev    next >
Windows Setup INFormation  |  1996-07-09  |  3KB  |  134 lines

  1. ; LIPS4IMG.INF
  2. ;
  3. ; List of supported printers
  4. ;
  5.  
  6. [Version]
  7. Signature="$CHICAGO$"
  8. Class=Printer
  9. Provider=%CANON%
  10.  
  11. ;
  12. ; The Manufacturer section lists all of the manufacturers that we will
  13. ; display in the Dialog box
  14. ;
  15. [Manufacturer]
  16. %Canon%              =Mfg.Canon
  17.  
  18. ;
  19. ; Model sections. Each section here corresponds with an entry listed in the
  20. ; [Manufacturer] section, above. The models will be displayed in the order
  21. ; that they appear in the INF file.
  22. ;
  23. ; Each model lists a variation of its own name as a compatible ID. This
  24. ; is done primarily as an optimization during upgrade.
  25. ;
  26. [Mfg.Canon]
  27. "Canon LBP-730 LIPS4 Image"  = LBP-730,LPTENUM\CANONLASERSHOT_LBP-7325F,LPTENUM\CANONLASER_SHOT_LBP-F392,Canon_LBP-730_LIPS4
  28. "Canon LBP-720 LIPS4 Image"  = LBP-730,LPTENUM\CANONLASER_SHOT_LBP-6393,Canon_LBP-720_LIPS4
  29. "Canon LBP-450 LIPS4 Image"  = LBP-730,LPTENUM\CANONLASER_SHOT_LBP-5361,Canon_LBP-450_LIPS4
  30. "Canon LBP-830 LIPS4 Image"  = LBP-730,LPTENUM\CANONLASER_SHOT_LBP-F0A2,Canon_LBP-830_LIPS4
  31. "Canon LBP-2030 LIPS4 Image" = LBP-2030,LPTENUM\CANONCOLOR_LASER_SHO0BAE,Canon_LBP-2030_LIPS4
  32.  
  33. ;
  34. ; Installer Sections
  35. ;
  36. ; These sections control file installation, and reference all files that
  37. ; need to be copied. The section name will be assumed to be the driver
  38. ; file, unless there is an explicit DriverFile section listed.
  39. ;
  40. [LBP-730]
  41. CopyFiles=LIPS4IMG,COLORGEAR
  42. DataSection=LIPS4_DATA
  43. LanguageMonitor=%CJL_MONITOR%
  44.  
  45. [LBP-2030]
  46. CopyFiles=LIPS4IMG,COLORGEAR
  47. DataSection=LIPS4_DATA
  48. LanguageMonitor=%CJL_MONITOR%
  49.  
  50. ;
  51. ; Copy Sections
  52. ;
  53. ; Lists of files that are actually copied. These sections are referenced
  54. ; from the installer sections, above. Only create a section if it contains
  55. ; two or more files (if we only copy a single file, identify it in the
  56. ; installer section, using the @filename notation) or if it's a color
  57. ; profile (since the DestinationDirs can only handle sections, and not
  58. ; individual files).
  59. ;
  60. [LIPS4IMG]
  61. LIPS4IMG.DRV
  62. LIPS4IMG.CNT
  63. LIPS4IMG.HLP
  64. LIPS4TXT.DLL
  65. LIPS4GPH.DLL
  66. LIPS4IUI.DLL
  67. LIPS4ETC.DLL
  68.  
  69. [COLORGEAR]
  70. CMLIB.DLL
  71.  
  72. ;
  73. ; Data Sections
  74. ;
  75. ; These sections contain data that is shared between devices.
  76. ;
  77. [LIPS4_DATA]
  78. DataFile=LIPS4IMG.DRV
  79. DefaultDataType=RAW
  80. DriverFile=LIPS4IMG.DRV
  81. HelpFile=LIPS4IMG.HLP
  82. NoTestPage=1
  83. RetryTimeout=180
  84.  
  85. ;
  86. ; Cabinet file names and associated disks
  87. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  88. ;
  89. [SourceDisksNames]
  90. 1=%DISK1%,,
  91.  
  92. ;
  93. ;<file> = <cabinet number>,<subdir>,<filename>,<size>
  94. ;Note: File is not in a cabinet if cab# is 0
  95. ;
  96. [SourceDisksFiles]
  97. LIPS4IMG.DRV=1
  98. LIPS4IMG.CNT=1
  99. LIPS4IMG.HLP=1
  100. LIPS4TXT.DLL=1
  101. LIPS4GPH.DLL=1
  102. LIPS4IUI.DLL=1
  103. LIPS4ETC.DLL=1
  104. CMLIB.DLL=1
  105.  
  106. ;
  107. ; All files go to the same destination, so this is easy.
  108. ;
  109. [DestinationDirs]
  110. DefaultDestDir=11
  111.  
  112. ;
  113. ; Hints for installing language monitors from a print server. These
  114. ; strings are not localized (since the localizable portion comes
  115. ; directly from the server).
  116. ;
  117. [LanguageMonitorHints]
  118. "CJL Language Monitor"="CJL Language Monitor,CJLMON.DLL"
  119.  
  120. ;
  121. ; Localizable Strings
  122. ;
  123. [Strings]
  124. CANON="Canon"
  125. CLASSNAME="プリンタ"
  126. CJL_MONITOR="CJL Language Monitor,CJLMON.DLL"
  127. DISK1="Printer Driver for Microsoft Windows 95 インストーラディスク"
  128.  
  129. ;
  130. ; Localizable Manufacturer Names
  131. ;
  132. Canon="Canon"
  133.  
  134.