home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / canon / shot / w4l3422 / lips3.inf < prev    next >
Windows Setup INFormation  |  1996-11-10  |  4KB  |  162 lines

  1. ; LIPS3.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-B406S LIPS3"   = LBP-B406S,Canon_LBP-B406S_LIPS3
  28. "Canon LBP-B406D LIPS3"   = LBP-B406S,Canon_LBP-B406D_LIPS3
  29. "Canon LBP-A404 LIPS3"    = LBP-B406S,Canon_LBP-A404_LIPS3
  30. "Canon LBP-B406E LIPS3"   = LBP-B406S,Canon_LBP-B406E_LIPS3
  31. "Canon LBP-A404E LIPS3"   = LBP-B406S,Canon_LBP-A404E_LIPS3
  32. "Canon LBP-A304E LIPS3"   = LBP-B406S,Canon_LBP-A304E_LIPS3
  33. "Canon LBP-B406G LIPS3"   = LBP-B406S,Canon_LBP-B406G_LIPS3
  34. "Canon LBP-B406E2 LIPS3"  = LBP-B406S,Canon_LBP-B406E2_LIPS3
  35. "Canon LBP-A304E2 LIPS3"  = LBP-B406S,Canon_LBP-A304E2_LIPS3
  36. "Canon LBP-B406G2 LIPS3"  = LBP-B406S,Canon_LBP-B406G2_LIPS3
  37. "Canon LBP-A304G2 LIPS3"  = LBP-B406S,Canon_LBP-A304G2_LIPS3
  38. "Canon LBP-A404G2 LIPS3"  = LBP-B406S,Canon_LBP-A404G2_LIPS3
  39. "Canon LBP-A309G2 LIPS3"  = LBP-B406S,Canon_LBP-A309G2_LIPS3
  40. "Canon LBP-A405Jr. LIPS3" = LBP-B406S,Canon_LBP-A405Jr._LIPS3
  41. "Canon LBP-A404F LIPS3"   = LBP-B406S,Canon_LBP-A404F_LIPS3
  42. "Canon LBP-310 LIPS3"     = LBP-310,Canon_LBP-310_LIPS3
  43.  
  44. ;
  45. ; Installer Sections
  46. ;
  47. ; These sections control file installation, and reference all files that
  48. ; need to be copied. The section name will be assumed to be the driver
  49. ; file, unless there is an explicit DriverFile section listed.
  50. ;
  51. [LBP-B406S]
  52. CopyFiles=LIPS3,LINSTALL,LIPS3VDM,LIPS3IMG
  53. DataSection=LIPS3_DATA
  54.  
  55. [LBP-310]
  56. CopyFiles=LIPS3,LINSTALL,LIPS3VDM,LIPS3IMG,@CJLMON.DLL
  57. DataSection=LIPS3_DATA
  58. LanguageMonitor=%CJL_MONITOR%
  59.  
  60. ;
  61. ; Copy Sections
  62. ;
  63. ; Lists of files that are actually copied. These sections are referenced
  64. ; from the installer sections, above. Only create a section if it contains
  65. ; two or more files (if we only copy a single file, identify it in the
  66. ; installer section, using the @filename notation) or if it's a color
  67. ; profile (since the DestinationDirs can only handle sections, and not
  68. ; individual files).
  69. ;
  70. [LIPS3]
  71. LIPS3.DRV
  72. LIPS3.CNT
  73. LIPS3.HLP
  74. LIPS3UI.DLL
  75. LIPS3RES.DLL
  76. LIPS3T16.DLL
  77. LIPS3T32.DLL
  78. CANUICTL.DLL
  79.  
  80. [LINSTALL]
  81. LINSTALL.DLL
  82.  
  83. [LIPS3VDM]
  84. LIPS3VDM.DLL
  85. LIPS3CRL.DLL
  86.  
  87. [LIPS3IMG]
  88. LIPS3IMG.DLL
  89. LIPS3GPH.DLL
  90. LIPS3TXT.DLL
  91. LIPS3RST.DLL
  92.  
  93. ;
  94. ; Data Sections
  95. ;
  96. ; These sections contain data that is shared between devices.
  97. ;
  98. [LIPS3_DATA]
  99. NoTestPage=1
  100. RetryTimeout=180
  101. DefaultDataType=RAW
  102. DriverFile=LIPS3.DRV
  103. DataFile=LIPS3.DRV
  104. HelpFile=LIPS3.HLP
  105.  
  106. ;
  107. ; Cabinet file names and associated disks
  108. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  109. ;
  110. [SourceDisksNames]
  111. 1=%DISK1%,,
  112.  
  113. ;
  114. ;<file> = <cabinet number>,<subdir>,<filename>,<size>
  115. ;Note: File is not in a cabinet if cab# is 0
  116. ;
  117. [SourceDisksFiles]
  118. LIPS3.DRV=1
  119. LIPS3.CNT=1
  120. LIPS3.HLP=1
  121. LIPS3UI.DLL=1
  122. LIPS3RES.DLL=1
  123. LIPS3T16.DLL=1
  124. LIPS3T32.DLL=1
  125. CANUICTL.DLL=1
  126. LINSTALL.DLL=1
  127. LIPS3VDM.DLL=1
  128. LIPS3CRL.DLL=1
  129. LIPS3IMG.DLL=1
  130. LIPS3GPH.DLL=1
  131. LIPS3TXT.DLL=1
  132. LIPS3RST.DLL=1
  133. CJLMON.DLL=1
  134. ;
  135. ; All files go to the same destination, so this is easy.
  136. ;
  137. [DestinationDirs]
  138. DefaultDestDir=11
  139.  
  140. ;
  141. ; Hints for installing language monitors from a print server. These
  142. ; strings are not localized (since the localizable portion comes
  143. ; directly from the server).
  144. ;
  145. [LanguageMonitorHints]
  146. "CJL Language Monitor"="CJL Language Monitor,CJLMON.DLL"
  147.  
  148. ;
  149. ; Localizable Strings
  150. ;
  151. [Strings]
  152. CANON="Canon"
  153. CLASSNAME="プリンタ"
  154. CJL_MONITOR="CJL Language Monitor,CJLMON.DLL"
  155. DISK1="LIPSⅢ プリンタドライバ for Microsoft Windows 95"
  156.  
  157. ;
  158. ; Localizable Manufacturer Names
  159. ;
  160. Canon="Canon"
  161.  
  162.