home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / canon / shot / 95pb100 / disk1 / lips4.inf < prev    next >
Windows Setup INFormation  |  1995-12-19  |  5KB  |  169 lines

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