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