home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 July / VPR9607B.BIN / driver / canon / shot / 95pb130 / disk1 / lips4.inf < prev    next >
Windows Setup INFormation  |  1996-03-31  |  4KB  |  161 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.  
  32. ;
  33. ; Installer Sections
  34. ;
  35. ; These sections control file installation, and reference all files that
  36. ; need to be copied. The section name will be assumed to be the driver
  37. ; file, unless there is an explicit DriverFile section listed.
  38. ;
  39. [LBP-730]
  40. CopyFiles=LIPS4,LS4FINST,COLORGEAR,PROFILE_730,PROFILE_MONITOR,@CJLMON.DLL,PBUDDY
  41. DataSection=LIPS4_DATA
  42. LanguageMonitor=%CJL_MONITOR%
  43.  
  44. ;
  45. ; Copy Sections
  46. ;
  47. ; Lists of files that are actually copied. These sections are referenced
  48. ; from the installer sections, above. Only create a section if it contains
  49. ; two or more files (if we only copy a single file, identify it in the
  50. ; installer section, using the @filename notation) or if it's a color
  51. ; profile (since the DestinationDirs can only handle sections, and not
  52. ; individual files).
  53. ;
  54. [LIPS4]
  55. LIPS4.DRV
  56. LIPS4.CNT
  57. LIPS4.HLP
  58. LIPS4UI.DLL
  59. LIPS4CRL.DLL
  60. LIPS3T16.DLL
  61. LIPS3T32.DLL
  62. CANUICTL.DLL
  63.  
  64. [LS4FINST]
  65. LS4FINST.DLL
  66. LS4FINST.HLP
  67.  
  68. [COLORGEAR]
  69. CCMSX.DLL
  70. CCMSX.HLP
  71. UCS16.DLL
  72. ICMAPI16.DLL
  73.  
  74. [PROFILE_730]
  75. CANLK.PRF
  76.  
  77. [PROFILE_MONITOR]
  78. CANS15.PRF
  79. CANS18.PRF
  80. CANS21.PRF
  81.  
  82. [PBUDDY]
  83. PBSETUP.DLL
  84.  
  85. ;
  86. ; Data Sections
  87. ;
  88. ; These sections contain data that is shared between devices.
  89. ;
  90. [LIPS4_DATA]
  91. DataFile=LIPS4.DRV
  92. DefaultDataType=RAW
  93. DriverFile=LIPS4.DRV
  94. HelpFile=LIPS4.HLP
  95. NoTestPage=1
  96. RetryTimeout=180
  97. VendorSetup=PBSETUP.DLL,PBInstall
  98.  
  99. ;
  100. ; Cabinet file names and associated disks
  101. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  102. ;
  103. [SourceDisksNames]
  104. 1=%DISK1%,,
  105.  
  106. ;
  107. ;<file> = <cabinet number>,<subdir>,<filename>,<size>
  108. ;Note: File is not in a cabinet if cab# is 0
  109. ;
  110. [SourceDisksFiles]
  111. LIPS4.DRV=1
  112. LIPS4.CNT=1
  113. LIPS4.HLP=1
  114. LIPS4UI.DLL=1
  115. LIPS4CRL.DLL=1
  116. LIPS3T16.DLL=1
  117. LIPS3T32.DLL=1
  118. CANUICTL.DLL=1
  119. LS4FINST.DLL=1
  120. LS4FINST.HLP=1
  121. CJLMON.DLL=1
  122. CCMSX.DLL=1
  123. UCS16.DLL=1
  124. ICMAPI16.DLL=1
  125. CANLK.PRF=1
  126. CANS15.PRF=1
  127. CANS18.PRF=1
  128. CANS21.PRF=1
  129. PBSETUP.DLL=1
  130.  
  131. ;
  132. ; All files go to the same destination, so this is easy.
  133. ;
  134. [DestinationDirs]
  135. DefaultDestDir=11
  136. PROFILE_730=23
  137. PROFILE_MONITOR=23
  138.  
  139. ;
  140. ; Hints for installing language monitors from a print server. These
  141. ; strings are not localized (since the localizable portion comes
  142. ; directly from the server).
  143. ;
  144. [LanguageMonitorHints]
  145. "CJL Language Monitor"="CJL Language Monitor,CJLMON.DLL"
  146.  
  147. ;
  148. ; Localizable Strings
  149. ;
  150. [Strings]
  151. CANON="Canon"
  152. CLASSNAME="プリンタ"
  153. CJL_MONITOR="CJL Language Monitor,CJLMON.DLL"
  154. DISK1="Print Buddy & Printer Driver for Microsoft Windows 95 Disk1"
  155.  
  156. ;
  157. ; Localizable Manufacturer Names
  158. ;
  159. Canon="Canon"
  160.  
  161.