; OEMSETUP.INF (for SUR) ; ; List of supported printers ; ; BJC 5100 ; [Version] Signature="$Windows NT$" Provider=%CIS% LayoutFile=layout.inf ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318} Class=Printer ; ; The Manufacturer section lists all of the manufacturers that we will ; display in the Dialog box ; [Manufacturer] "Canon" ; ; Model sections. Each section here corresponds with an entry listed in the ; [Manufacturer] section, above. The models will be displayed in the order ; that they appear in the INF file. ; [Canon] "Canon BJC-5100" = CBJC5000 "Canon BJC-5000 Series" = CBJC5000 ; ; Installer Sections ; ; These sections control file installation, and reference all files that ; need to be copied. The section name will be assumed to be the driver ; file, unless there is an explicit DriverFile section listed. ; [CBJC5000] CopyFiles=DriverFiles,CopyHelpFiles DataFile=D300UI.DLL DriverFile=D300NTGX.DLL ConfigFile=D300UI.DLL LanguageMonitor="BJC-5100 Language Monitor,LMCORE32.DLL" ; Copy Sections ; ; Lists of files that are actually copied. These sections are referenced ; from the installer sections, above. Only create a section if it contains ; two or more files (if we only copy a single file, identify it in the ; installer section, using the @filename notation) or if it's a color ; profile (since the DestinationDirs can only handle sections, and not ; individual files). ; [DriverFiles] D300UI.DLL D300NTGX.DLL LMCORE32.DLL ;BJ5100.URL BJC5100.CNT BJC5100.HLP ;D300NTUM.DLL ;MSVCP50.DLL [Sys32] LMCORE32.DLL BJC5100.HLP [CopyHelpFiles] BJC5100.HLP BJC5100.CNT ; ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime ; (depending on which environment drivers are getting installed) ; [DestinationDirs] DefaultDestDir=66000 Sys32=11 CopyHelpFiles=18 ; ; diskid = description, tagfile, unused, subdir ; [SourceDisksNames] 1 = %DISK1% ; ; filename_on_source = diskid,subdir,size,checksum,spare,spare ; extra fields are nt-specific ; bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname ; [SourceDisksFiles] D300UI.DLL = 1 D300NTGX.DLL = 1 ;D300NTUM.DLL = 1 LMCORE32.DLL = 1 BJC5100.HLP = 1 ;BJ5100.URL = 1 BJC5100.CNT = 1 ;LMD30032.DLL = 1 ;MSVCP50.DLL = 1 ; ; Localizable Strings ; [Strings] CANON="Canon Info Sys" DISK1="CIS BJ Printer Driver NT 4.0 Setup Disk "