home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / canon / shot / w431422 / disk1 / lips3.inf < prev    next >
Windows Setup INFormation  |  1996-06-03  |  4KB  |  185 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. ;[ClassInstall]
  12. ;AddReg=ClassAddReg
  13. ;DelReg=ClassDelReg
  14. ;
  15. ;[ClassDelReg]
  16. ;HKLM,"System\CurrentControlSet\Services\Class\Printer","NoUseClass"
  17. ;
  18. ;[ClassAddReg]
  19. ;HKR,,,,%CLASSNAME%
  20. ;HKR,,Installer,,MSPRINT.DLL
  21. ;HKR,,Icon,,-4
  22. ;HKR,,NoDisplayClass,,1
  23. ;
  24. ;[Environment]
  25. ;UpdateInis=Environment_Ini
  26. ;AddReg=Environment_Reg
  27. ;
  28. ;[Environment_Ini]
  29. ;win.ini,Ports,"LPT1.DOS=",
  30. ;win.ini,Ports,"LPT2.DOS=",
  31. ;win.ini,Ports,"LPT3.DOS=",
  32. ;win.ini,Ports,"LPT1.OS2=",
  33. ;win.ini,Ports,"LPT2.OS2=",
  34. ;win.ini,Ports,"LPT3.OS2=",
  35. ;win.ini,windows,"Spooler=",
  36. ;win.ini,windows,"DosPrint=",
  37. ;win.ini,windows,"DeviceNotSelectedTimeout=",
  38. ;win.ini,windows,"TransmissionRetryTimeout=",
  39. ;
  40. ;[Environment_Reg]
  41. ;HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
  42. ;HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
  43. ;HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
  44. ;HKLM,"System\CurrentControlSet\Control\Print\Monitors",,,
  45. ;HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
  46. ;HKLM,"System\CurrentControlSet\Control\Print\Printers","StartOnBoot",1,01,00,00,00
  47. ;HKLM,"System\CurrentControlSet\control\Print\Printers","DOSSpoolMask",1,00,00,00,00
  48. ;HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
  49. ;
  50. ;
  51. ; The Manufacturer section lists all of the manufacturers that we will
  52. ; display in the Dialog box
  53. ;
  54. [Manufacturer]
  55. %Canon%              =Mfg.Canon
  56.  
  57. ;
  58. ; Model sections. Each section here corresponds with an entry listed in the
  59. ; [Manufacturer] section, above. The models will be displayed in the order
  60. ; that they appear in the INF file.
  61. ;
  62. ; Each model lists a variation of its own name as a compatible ID. This
  63. ; is done primarily as an optimization during upgrade.
  64. ;
  65. [Mfg.Canon]
  66. "Canon LBP-310 LIPS3"     = LBP-310,Canon_LBP-310_LIPS3
  67.  
  68. ;
  69. ; Installer Sections
  70. ;
  71. ; These sections control file installation, and reference all files that
  72. ; need to be copied. The section name will be assumed to be the driver
  73. ; file, unless there is an explicit DriverFile section listed.
  74. ;
  75. [LBP-310]
  76. CopyFiles=LIPS3,LINSTALL,LIPS3VDM,LIPS3IMG,@CJLMON.DLL
  77. DataSection=LIPS3_DATA
  78. LanguageMonitor=%CJL_MONITOR%
  79.  
  80. ;
  81. ; Copy Sections
  82. ;
  83. ; Lists of files that are actually copied. These sections are referenced
  84. ; from the installer sections, above. Only create a section if it contains
  85. ; two or more files (if we only copy a single file, identify it in the
  86. ; installer section, using the @filename notation) or if it's a color
  87. ; profile (since the DestinationDirs can only handle sections, and not
  88. ; individual files).
  89. ;
  90. [LIPS3]
  91. LIPS3.DRV
  92. LIPS3.CNT
  93. LIPS3.HLP
  94. LIPS3UI.DLL
  95. LIPS3RES.DLL
  96. LIPS3T16.DLL
  97. LIPS3T32.DLL
  98. CANUICTL.DLL
  99. PBSETUP.DLL
  100.  
  101. [LINSTALL]
  102. LINSTALL.DLL
  103.  
  104. [LIPS3VDM]
  105. LIPS3VDM.DLL
  106. LIPS3CRL.DLL
  107.  
  108. [LIPS3IMG]
  109. LIPS3IMG.DLL
  110. LIPS3GPH.DLL
  111. LIPS3TXT.DLL
  112. LIPS3RST.DLL
  113.  
  114. ;
  115. ; Data Sections
  116. ;
  117. ; These sections contain data that is shared between devices.
  118. ;
  119. [LIPS3_DATA]
  120. NoTestPage=1
  121. RetryTimeout=180
  122. DefaultDataType=RAW
  123. DriverFile=LIPS3.DRV
  124. DataFile=LIPS3.DRV
  125. HelpFile=LIPS3.HLP
  126. VendorSetup=PBSETUP.DLL,PBInstall
  127.  
  128. ;
  129. ; Cabinet file names and associated disks
  130. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  131. ;
  132. [SourceDisksNames]
  133. 1=%DISK1%,,
  134.  
  135. ;
  136. ;<file> = <cabinet number>,<subdir>,<filename>,<size>
  137. ;Note: File is not in a cabinet if cab# is 0
  138. ;
  139. [SourceDisksFiles]
  140. LIPS3.DRV=1
  141. LIPS3.CNT=1
  142. LIPS3.HLP=1
  143. LIPS3UI.DLL=1
  144. LIPS3RES.DLL=1
  145. LIPS3T16.DLL=1
  146. LIPS3T32.DLL=1
  147. CANUICTL.DLL=1
  148. LINSTALL.DLL=1
  149. LIPS3VDM.DLL=1
  150. LIPS3CRL.DLL=1
  151. LIPS3IMG.DLL=1
  152. LIPS3GPH.DLL=1
  153. LIPS3TXT.DLL=1
  154. LIPS3RST.DLL=1
  155. CJLMON.DLL=1
  156. PBSETUP.DLL=1
  157. ;
  158. ; All files go to the same destination, so this is easy.
  159. ;
  160. [DestinationDirs]
  161. DefaultDestDir=11
  162.  
  163. ;
  164. ; Hints for installing language monitors from a print server. These
  165. ; strings are not localized (since the localizable portion comes
  166. ; directly from the server).
  167. ;
  168. [LanguageMonitorHints]
  169. "CJL Language Monitor"="CJL Language Monitor,CJLMON.DLL"
  170.  
  171. ;
  172. ; Localizable Strings
  173. ;
  174. [Strings]
  175. CANON="Canon"
  176. CLASSNAME="プリンタ"
  177. CJL_MONITOR="CJL Language Monitor,CJLMON.DLL"
  178. DISK1="Print Buddy & Printer Driver for Microsoft Windows 95"
  179.  
  180. ;
  181. ; Localizable Manufacturer Names
  182. ;
  183. Canon="Canon"
  184.  
  185.