home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / canon / shot / w4l4431 / disk1 / lips4.inf < prev    next >
Windows Setup INFormation  |  1996-09-18  |  4KB  |  176 lines

  1. ; LIPS4.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"  = LBP-730,LPTENUM\CANONLASERSHOT_LBP-7325F,LPTENUM\CANONLASER_SHOT_LBP-F392,Canon_LBP-730_LIPS4
  28. "Canon LBP-720 LIPS4"  = LBP-730,LPTENUM\CANONLASER_SHOT_LBP-6393,Canon_LBP-720_LIPS4
  29. "Canon LBP-450 LIPS4"  = LBP-730,LPTENUM\CANONLASER_SHOT_LBP-5361,Canon_LBP-450_LIPS4
  30. "Canon LBP-830 LIPS4"  = LBP-730,LPTENUM\CANONLASER_SHOT_LBP-F0A2,Canon_LBP-830_LIPS4
  31. "Canon LBP-2030 LIPS4" = LBP-2030,LPTENUM\CANONCOLOR_LASER_SHO0BAE,Canon_LBP-2030_LIPS4
  32. "Canon LBP-430 LIPS4" = 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=LIPS4,LS4FINST,COLORGEAR,PROFILE_730,PROFILE_MONITOR,@CJLMON4.DLL,PBUDDY
  43. DataSection=LIPS4_DATA
  44. LanguageMonitor=%CJL_MONITOR%
  45.  
  46. [LBP-2030]
  47. CopyFiles=LIPS4,LS4FINST,COLORGEAR,PROFILE_2030,PROFILE_MONITOR,@CJLMON4.DLL,PBUDDY
  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. [LIPS4]
  62. LIPS4.DRV
  63. LIPS4.CNT
  64. LIPS4.HLP
  65. LIPS4UI.DLL
  66. LIPS4CRL.DLL
  67. LIPS3T16.DLL
  68. LIPS3T32.DLL
  69. CANUICTL.DLL
  70.  
  71. [LS4FINST]
  72. LS4FINST.DLL
  73. LS4FINST.HLP
  74.  
  75. [COLORGEAR]
  76. CCMSX.DLL
  77. CCMSX.HLP
  78. UCS16.DLL
  79. ICMAPI16.DLL
  80.  
  81. [PROFILE_730]
  82. CANLK.PRF
  83.  
  84. [PROFILE_2030]
  85. CANLK.PRF
  86. CANL32A.PRF
  87. CANL32B.PRF
  88.  
  89. [PROFILE_MONITOR]
  90. CANS15.PRF
  91. CANS18.PRF
  92. CANS21.PRF
  93.  
  94. [PBUDDY]
  95. PBSETUP.DLL
  96.  
  97. ;
  98. ; Data Sections
  99. ;
  100. ; These sections contain data that is shared between devices.
  101. ;
  102. [LIPS4_DATA]
  103. DataFile=LIPS4.DRV
  104. DefaultDataType=RAW
  105. DriverFile=LIPS4.DRV
  106. HelpFile=LIPS4.HLP
  107. NoTestPage=1
  108. RetryTimeout=180
  109. VendorSetup=PBSETUP.DLL,PBInstall
  110.  
  111. ;
  112. ; Cabinet file names and associated disks
  113. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  114. ;
  115. [SourceDisksNames]
  116. 1=%DISK1%,,
  117.  
  118. ;
  119. ;<file> = <cabinet number>,<subdir>,<filename>,<size>
  120. ;Note: File is not in a cabinet if cab# is 0
  121. ;
  122. [SourceDisksFiles]
  123. LIPS4.DRV=1
  124. LIPS4.CNT=1
  125. LIPS4.HLP=1
  126. LIPS4UI.DLL=1
  127. LIPS4CRL.DLL=1
  128. LIPS3T16.DLL=1
  129. LIPS3T32.DLL=1
  130. CANUICTL.DLL=1
  131. LS4FINST.DLL=1
  132. LS4FINST.HLP=1
  133. CJLMON4.DLL=1
  134. CCMSX.DLL=1
  135. UCS16.DLL=1
  136. ICMAPI16.DLL=1
  137. CANLK.PRF=1
  138. CANL32A.PRF=1
  139. CANL32B.PRF=1
  140. CANS15.PRF=1
  141. CANS18.PRF=1
  142. CANS21.PRF=1
  143. PBSETUP.DLL=1
  144.  
  145. ;
  146. ; All files go to the same destination, so this is easy.
  147. ;
  148. [DestinationDirs]
  149. DefaultDestDir=11
  150. PROFILE_730=23
  151. PROFILE_2030=23
  152. PROFILE_MONITOR=23
  153.  
  154. ;
  155. ; Hints for installing language monitors from a print server. These
  156. ; strings are not localized (since the localizable portion comes
  157. ; directly from the server).
  158. ;
  159. [LanguageMonitorHints]
  160. "CJL Language Monitor"="CJL Language Monitor LIPS4,CJLMON4.DLL"
  161.  
  162. ;
  163. ; Localizable Strings
  164. ;
  165. [Strings]
  166. CANON="Canon"
  167. CLASSNAME="プリンタ"
  168. CJL_MONITOR="CJL Language Monitor LIPS4,CJLMON4.DLL"
  169. DISK1="Print Buddy & Printer Driver for Microsoft Windows 95 Disk1"
  170.  
  171. ;
  172. ; Localizable Manufacturer Names
  173. ;
  174. Canon="Canon"
  175.  
  176.