home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / canon / shot / w4l4i110 / lips4img.inf < prev    next >
Windows Setup INFormation  |  1996-09-17  |  4KB  |  143 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. "Canon LBP-430 LIPS4 Image"  = LBP-730,LPTENUM\CANONLASER_SHOT_LBP-0516,Canon_LBP-430_LIPS4
  33.  
  34. ;
  35. ; Installer Sections
  36. ;
  37. ; These sections control file installation, and reference all files that
  38. ; need to be copied. The section name will be assumed to be the driver
  39. ; file, unless there is an explicit DriverFile section listed.
  40. ;
  41. [LBP-730]
  42. CopyFiles=LIPS4IMG,COLORGEAR
  43. DataSection=LIPS4_DATA
  44. LanguageMonitor=%CJL_MONITOR%
  45.  
  46. [LBP-2030]
  47. CopyFiles=LIPS4IMG,COLORGEAR
  48. DataSection=LIPS4_DATA
  49. LanguageMonitor=%CJL_MONITOR%
  50.  
  51. ;
  52. ; Copy Sections
  53. ;
  54. ; Lists of files that are actually copied. These sections are referenced
  55. ; from the installer sections, above. Only create a section if it contains
  56. ; two or more files (if we only copy a single file, identify it in the
  57. ; installer section, using the @filename notation) or if it's a color
  58. ; profile (since the DestinationDirs can only handle sections, and not
  59. ; individual files).
  60. ;
  61. [LIPS4IMG]
  62. LIPS4IMG.DRV
  63. LIPS4IMG.CNT
  64. LIPS4IMG.HLP
  65. LIPS4TXT.DLL
  66. LIPS4GPH.DLL
  67. LIPS4IUI.DLL
  68. LIPS4ETC.DLL
  69. ;CANUICTL.DLL
  70.  
  71. [COLORGEAR]
  72. ;CCMSXIMG.DLL
  73. ;CCMSX.HLP
  74. CMLIB.DLL
  75. ;UCS16.DLL
  76.  
  77. ;
  78. ; Data Sections
  79. ;
  80. ; These sections contain data that is shared between devices.
  81. ;
  82. [LIPS4_DATA]
  83. DataFile=LIPS4IMG.DRV
  84. DefaultDataType=RAW
  85. DriverFile=LIPS4IMG.DRV
  86. HelpFile=LIPS4IMG.HLP
  87. NoTestPage=1
  88. RetryTimeout=180
  89.  
  90. ;
  91. ; Cabinet file names and associated disks
  92. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  93. ;
  94. [SourceDisksNames]
  95. 1=%DISK1%,,
  96.  
  97. ;
  98. ;<file> = <cabinet number>,<subdir>,<filename>,<size>
  99. ;Note: File is not in a cabinet if cab# is 0
  100. ;
  101. [SourceDisksFiles]
  102. LIPS4IMG.DRV=1
  103. LIPS4IMG.CNT=1
  104. LIPS4IMG.HLP=1
  105. LIPS4TXT.DLL=1
  106. LIPS4GPH.DLL=1
  107. LIPS4IUI.DLL=1
  108. LIPS4ETC.DLL=1
  109. ;CANUICTL.DLL=1
  110. ;CCMSXIMG.DLL=1
  111. ;CCMSX.HLP=1
  112. CMLIB.DLL=1
  113. ;UCS16.DLL=1
  114.  
  115. ;
  116. ; All files go to the same destination, so this is easy.
  117. ;
  118. [DestinationDirs]
  119. DefaultDestDir=11
  120.  
  121. ;
  122. ; Hints for installing language monitors from a print server. These
  123. ; strings are not localized (since the localizable portion comes
  124. ; directly from the server).
  125. ;
  126. [LanguageMonitorHints]
  127. "CJL Language Monitor"="CJL Language Monitor,CJLMON4.DLL"
  128.  
  129. ;
  130. ; Localizable Strings
  131. ;
  132. [Strings]
  133. CANON="Canon"
  134. CLASSNAME="プリンタ"
  135. CJL_MONITOR="CJL Language Monitor,CJLMON4.DLL"
  136. DISK1="Printer Driver for Microsoft Windows 95 インストーラディスク"
  137.  
  138. ;
  139. ; Localizable Manufacturer Names
  140. ;
  141. Canon="Canon"
  142.  
  143.