home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3.iso / Bjoem95.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-01-06  |  5.8 KB  |  226 lines

  1. ;CCSI    Modified 970627 to add Vendor Install, to remove references to Disk 2
  2. ;    Modified 970627 to add LPT.UPD to be copied for ECP fix
  3. ;    Modified 970627 to change the name of the [Manufacturer] section
  4. ;    Modified 970627 to add Vendor Setup
  5. ;    Modified 970911 to remove LPT.UPD.
  6. ;
  7. ; BJOEM95.INF for 
  8. ;     Canon BJ Raster Printer Driver1200 Version4.03
  9.  
  10. [Version]
  11. Signature="$CHICAGO$"
  12. ver=00.00.00
  13. Class=Printer
  14. Provider=%CANON%
  15.  
  16. [ClassInstall]
  17. AddReg=ClassAddReg
  18. DelReg=ClassDelReg
  19.  
  20. [ClassDelReg]
  21. HKLM,"System\CurrentControlSet\Services\Class\Printer","NoUseClass"
  22.  
  23. [ClassAddReg]
  24. HKR,,,,%CLASSNAME%
  25. HKR,,Installer,,MSPRINT.DLL
  26. HKR,,Icon,,-4
  27. HKR,,NoDisplayClass,,1
  28.  
  29. [Environment]
  30. UpdateInis=Environment_Ini
  31. AddReg=Environment_Reg
  32.  
  33. [Environment_Ini]
  34. win.ini,Ports,"LPT1.DOS=",
  35. win.ini,Ports,"LPT2.DOS=",
  36. win.ini,Ports,"LPT3.DOS=",
  37. win.ini,Ports,"LPT1.OS2=",
  38. win.ini,Ports,"LPT2.OS2=",
  39. win.ini,Ports,"LPT3.OS2=",
  40. win.ini,windows,"Spooler=",
  41. win.ini,windows,"DosPrint=",
  42. win.ini,windows,"DeviceNotSelectedTimeout=",                                        
  43. win.ini,windows,"TransmissionRetryTimeout=",
  44.  
  45. [Environment_Reg]
  46. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0","Directory",,"CHICAGO"
  47. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Drivers",,,
  48. HKLM,"System\CurrentControlSet\Control\Print\Environments\Windows 4.0\Print Processors",,,
  49. HKLM,"System\CurrentControlSet\Control\Print\Monitors",,,
  50. HKLM,"System\CurrentControlSet\Control\Print\Printers",,,
  51. HKLM,"System\CurrentControlSet\Control\Print\Printers","StartOnBoot",1,01,00,00,00
  52. HKLM,"System\CurrentControlSet\control\Print\Printers","DOSSpoolMask",1,00,00,00,00
  53. HKLM,"System\CurrentControlSet\Control\Print\Providers",,,
  54. ;
  55. ; The Manufacturer section lists all of the manufacturers that we will
  56. ; display in the Dialog box
  57. ;
  58. [Manufacturer]
  59. ;CCSI - Changed reference from Mfg.Canon to Canon
  60. %CANON%    = Canon
  61.  
  62. ;
  63. ; Model sections. Each section here corresponds with an entry listed in the
  64. ; [Manufacturer] section, above. The models will be displayed in the order
  65. ; that they appear in the INF file.
  66. ;
  67. ; Each model lists a variation of its own name as a compatible ID. This
  68. ; is done primarily as an optimization during upgrade.
  69. ;
  70.  
  71. ;CCSI - Changed reference from Mfg.Canon to Canon
  72. [Canon]
  73. "Canon BJC-7000 Series"    = BJRSTR_STS.7000,LPTENUM\CanonBJC-7000F24D
  74.  
  75. ;
  76. ; Installer Sections
  77. ;
  78. ; These sections control file installation, and reference all files that
  79. ; need to be copied. The section name will be assumed to be the driver
  80. ; file, unless there is an explicit DriverFile section listed.
  81. ;
  82.  
  83. [BJRSTR]
  84. CopyFiles=BJRSTR_DRV
  85. DataSection=BJRSTR_DATA
  86.  
  87. [BJRSTR_STS.7000]
  88. CopyFiles=BJRSTR_DRV, BJRSTR_STS
  89. DataSection=BJRSTR_DATA
  90. LanguageMonitor=%BJL_MONITOR%
  91.  
  92. ; Copy Sections
  93. ;
  94. ; Lists of files that are actually copied. These sections are referenced
  95. ; from the installer sections, above. Only create a section if it contains
  96. ; two or more files (if we only copy a single file, identify it in the
  97. ; installer section, using the @filename notation) or if it's a color
  98. ; profile (since the DestinationDirs can only handle sections, and not
  99. ; individual files).
  100. ;
  101. [BJRSTR_DRV]
  102. CJRSTRM.DLL
  103. CJRSTRP.DLL
  104. CJRSTRF.DLL
  105. CJRSTRQ.DLL
  106. CJRSTRC.DLL
  107. CJRSTR.DRV
  108. CJUITBL.DLL
  109. CJCMCM.DLL
  110. CJCUCTL.DLL
  111. CJUITBL.CNT
  112. CJUITBL.HLP
  113. CJHTMGR.DLL
  114. CJSMOOTH.DLL
  115. CJMSPL.DLL
  116. CJBGMON.EXE
  117. CJBGMON.CNT
  118. CJBGMON.HLP
  119. CJBGDER.EXE
  120. BJICON14.TBL
  121. BJUSR14.CFG
  122. CJPREF.INI
  123. ;CCSI - Added CBJSETUP.DLL for Vendor Setup from CD
  124. CBJSETUP.DLL
  125. ;CCSI - Added CBJINST.DLL for Vendor Installer from CD
  126. CBJINST.DLL
  127. ;CCSI - Added LPT.UPD for VXD update to fix ECP issue
  128. ;CCSI - Removed LPT.UPD; replace with PRNT5UPD
  129. ;LPT.UPD
  130. PRNT5UPD.EXE
  131.  
  132. [BJRSTR_STS]
  133. CJMON.DLL
  134.  
  135. ;
  136. ; Data Sections
  137. ;
  138. ; These sections contain data that is shared between devices.
  139. ;
  140.  
  141. [BJRSTR_DATA]
  142. DataFile=CJRSTR.DRV
  143. DefaultDataType=RAW
  144. DriverFile=CJRSTR.DRV
  145. HelpFile=CJUITBL.HLP
  146. ;CCSI - Added CBJSETUP.DLL for Vendor Setup from CD
  147. VendorSetup     = CBJSETUP.DLL, CanonVendorSetup
  148. ;CCSI - Added CBJINST.DLL for Vendor Installer from CD
  149. VendorInstaller = CBJINST.DLL, CBJInstall
  150.  
  151. ;
  152. ; Localizable Strings
  153. ;
  154. [Strings]
  155. CANON="Canon"
  156. CLASSNAME="Printer"
  157. BJL_MONITOR="Canon BJ Raster1200 Language Monitor,CJMON.DLL"
  158. ;CCSI - changed name to remove "Disk1" and be consistent with Canonbj.inf
  159. DISK1="Canon Creative Disk One"
  160. ;CCSI - commented out since installing from CD
  161. ;DISK2="Canon BJ Raster Printer Driver 1200 Install Disk2"
  162.  
  163. ;
  164. ; Localizable Manufacturer Names
  165. ;
  166. Canon="Canon"
  167.  
  168. ;
  169. ; Cabinet file names and associated disks
  170. ; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
  171. ;
  172. [SourceDisksNames]
  173. 1=%DISK1%,,
  174. ;CCSI - commented out since installing from CD
  175. ;2=%DISK2%,,
  176.  
  177. ;
  178. ;<file> = <cabinet number>,<subdir>,<filename>,<size>
  179. ;Note: File is not in a cabinet if cab# is 0
  180. ;
  181. [SourceDisksFiles]
  182. CJRSTR.DRV=1,WIN95
  183. CJRSTRM.DLL=1
  184. CJRSTRP.DLL=1
  185. CJRSTRF.DLL=1
  186. CJRSTRQ.DLL=1
  187. CJRSTRC.DLL=1
  188. CJUITBL.DLL=1
  189. CJCMCM.DLL=1
  190. CJCUCTL.DLL=1
  191. CJUITBL.CNT=1,WIN95
  192. CJUITBL.HLP=1,WIN95
  193. CJHTMGR.DLL=1
  194. CJSMOOTH.DLL=1
  195. CJMSPL.DLL=1
  196. CJBGMON.EXE=1
  197. CJBGMON.CNT=1,WIN95
  198. CJBGMON.HLP=1,WIN95
  199. CJBGDER.EXE=1
  200. CJMON.DLL=1,WIN95
  201. BJICON14.TBL=1
  202. BJUSR14.CFG=1
  203. CJPREF.INI=1
  204. ;CCSI - Added CBJINST.DLL for Vendor Setup from CD
  205. CBJSETUP.DLL  = 1
  206. ;CCSI - Added CBJINST.DLL for Vendor Installer from CD
  207. CBJINST.DLL   = 1
  208. ;CCSI - Added LPT.UPD for VXD update to fix ECP issue
  209. ;CCSI - Removed LPT.UPD
  210. ;LPT.UPD       = 1
  211. PRNT5UPD.EXE=1
  212.  
  213. ;
  214. ; All files go to the same destination, so this is easy.
  215. ;
  216. [DestinationDirs]
  217. DefaultDestDir=11
  218.  
  219. ;
  220. ; Hints for installing language monitors from a print server. These
  221. ; strings are not localized (since the localizable portion comes
  222. ; directly from the server).
  223. ;
  224. [LanguageMonitorHints]
  225. "Canon BJ Raster1200 Language Monitor,CJMON.DLL"