;
;
; Fargo Printer Driver
; Windows 9x/NT Printer Installation INF File
; Copyright (c) Fargo Electronics, Inc. 2002-2003
;
;
[Version]
Signature="$CHICAGO$"
Class=Printer
ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
;CatalogFile=CJ4109xi.cat
;CatalogFile.nt=CJ410NTi.cat
DriverVer=05/06/2003,1.0.0.0
[ClassReg]
HKR,,,,Printer
;
; Manufacturer Sections
;
; This section lists all of the manufacturers that we will
; display in the Dialog box.
;
[Manufacturer]
%Manufacturer%=FARGO
[ControlFlags]
ExcludeFromSelect=*
;
; Model Sections
;
; These sections correspond with an entry listed in the
; [Manufacturer] section above. The models will be displayed in the order
; that they appear here.
;
; NOTE: This is a friendly printer name that will be displayed for the user's
; choice at installation time. You will need to "customize" the name in
; quotes for the specific printer driver.
;
;"OEM Printer" = OEMPRINT.NT
;
[FARGO]
%CJ410% = CJ410, USBPRINT\FARGO_CARDJET_410DEBF
;
; 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 data
; file, unless there is an explicit DataFile section listed.
;
; Also note the ".NT" or ".WIN" notation. This is done to allow for a single INF to
; work on Win9x and WinNT. When this format is used, the DataFile must be declared explicitly.
; Win95 does not support this notation, so the old format is used.
; See the latest WinNT DDK for more info.
;
[CJ410]
Restart
NoTestPage
DriverFile = CJ4109xd.drv
DataFile = CJ410Dat.dat
HelpFile = CJ410Hlp.hlp
CopyFiles = CJ410_COPY
AddReg = CJ410_ADDREG
LanguageMonitor = %CJ410LM%
DefaultDataType = EMF
PortMonitor=usbmon.dll,usbmon.dll
[CJ410.NT]
CopyFiles = CJ410_COPY_NT,CJ410_LM_COPY_NT,CJ410_COINST_FILES
DataSection = CJ410_DATA_NT
AddReg = CJ410_ADDREG
Include = NTPRINT.INF
Needs = sRGBPROFILE.OEM
[CJ410.NT.CoInstallers]
AddReg=CJ410_CoInstallers_AddReg
CopyFiles=CJ410_COINST_FILES
;
; 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).
;
[CJ410_COINST_FILES]
CJ410coi.dll
[CJ410_LM_COPY_NT]
CJ410NTL.dll
[CJ410_COPY_NT]
CJ410NTd.dll
CJ410NTu.dll
CJ410Dat.dat
CJ410Hlp.hlp
; CJ410Hlp.chm
CJ__Hlp.dll
CJ410NTL.dll
CJ410N9r.dll
CJ410u32.dll
CJ410imb.dll
CJ410im1.dll
CJ410im2.dll
CJ410cma.exe
CJ410pcl.dll
CJ410cfg.exe
CJ410ime.dll
CJ410jui.dll
CJ410pre.exe
CJ410stc.exe
CJ410tbO.exe
CJ410tbi.dll
CJ410NTe.dll
CJ410NTv.dll
CJ410eng.exe
CJ410tst.prn
CJ410ts2.prn
CJ410cln.prn
[CJ410_COPY]
CJ4109xd.drv
CJ4109xu.dll
CJ410Dat.dat
CJ410Hlp.hlp
; CJ410Hlp.chm
CJ__Hlp.dll
CJ41095L.dll
CJ410N9r.dll
CJ410u32.dll
CJ410imb.dll
CJ410im1.dll
CJ410im2.dll
CJ410cma.exe
CJ410pcl.dll
CJ410cfg.exe
CJ410ime.dll
CJ410jui.dll
CJ410pre.exe
CJ410stc.exe
CJ410tbO.exe
CJ410tbi.dll
CJ41095e.dll
CJ410eng.exe
CJ410tst.prn
CJ410ts2.prn
CJ410cln.prn
usbmon.dll,,,16
;
; Data Sections
;
; These sections contain data that is shared between devices.
;
[CJ410_DATA_NT]
DriverFile = CJ410NTd.dll
ConfigFile = CJ410NTu.dll
DataFile = CJ410Dat.dat
HelpFile = CJ410Hlp.hlp
LanguageMonitor = %CJ410LM_NT%
;
; Registry Sections
;
; These sections modify or create Registry information.
;
[CJ410_ADDREG]
HKLM,"SOFTWARE\Fargo Electronics, Inc\Printing System Config\%CJ410%",TestImage,0,"CJ410tst.prn"
HKLM,"SOFTWARE\Fargo Electronics, Inc\Printing System Config\%CJ410%",TestImage2,0,"CJ410ts2.prn"
HKLM,"SOFTWARE\Fargo Electronics, Inc\Printing System Config\%CJ410%",CleanImage,0,"CJ410cln.prn"
HKLM,"SOFTWARE\Fargo Electronics, Inc\Printing System Config\%CJ410%",StatusMonExe,0,"CJ410stc.exe"
HKLM,"SOFTWARE\Fargo Electronics, Inc\Printing System Config\%CJ410%",ToolboxExe,0,"CJ410tbo.exe"
[CJ410_CoInstallers_AddReg]
HKR,,CoInstallers32,0x00010000,"CJ410coi.dll,CoInstaller"
;
; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
; (depending on which environment drivers are getting installed)
;
[DestinationDirs]
DefaultDestDir=11
CJ410_COPY_NT=66000
;
; Source Disks Names Section
;
; diskid = description,tagfile,unused,subdir
;
; NOTE: A diskid equal to 4 was used in the example INF file, presumably to
; avoid overlap with the diskid's = 1-3 used by the LAYOUT.INF file.
;
[SourceDisksNames]
1 = %Disk%,,,""
;
; Source Disks Files Section
;
; filename_on_source = diskid,subdir,size,checksum,spare,spare
; extra fields are nt-specific
; bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
;
; NOTE: targetdirectory = 11 is "system32\spool\drivers\w32x86\2"
; (specified in the [WinntDirectories] section of LAYOUT.INF)
; upgradedisposition = 3 is "undocumented"
; (This value may be the same as the optional "flag" value that may be
; specified in a Copy Files Section item. If this is true then a value
; of 3 is equal to the logical OR of COPYFLG_WARN_IF_SKIP=0x00000001
; ["Send a warning if the user elects to not copy a file"] and of
; COPYFLG_NOSKIP=0x00000002 ["Do not allow the user to skip copying a
; file"].)
;
; e.g.,
;
; OEM__NTd.dll = 1,,,,,,,11,3
;
[SourceDisksFiles]
CJ410NTd.dll = 1
CJ410NTu.dll = 1
CJ410Dat.dat = 1
CJ410Hlp.hlp = 1
CJ410Hlp.chm = 1
CJ__Hlp.dll = 1
CJ410NTL.dll = 1
CJ410N9r.dll = 1
CJ410u32.dll = 1
CJ410imb.dll = 1
CJ410im1.dll = 1
CJ410im2.dll = 1
CJ410cma.exe = 1
CJ410pcl.dll = 1
CJ410cfg.exe = 1
CJ410ime.dll = 1
CJ410jui.dll = 1
CJ410pre.exe = 1
CJ410stc.exe = 1
CJ410tbO.exe = 1
CJ410tbi.dll = 1
CJ410tbu.exe = 1
CJ410tbx.exe = 1
CJ410NTe.dll = 1
CJ410NTv.dll = 1
CJ410eng.exe = 1
CJ410coi.dll = 1
CJ410tst.prn = 1
CJ410ts2.prn = 1
CJ410cln.prn = 1
usbmon.dll = 1
[SourceDisksFiles.x86]
CJ410NTd.dll = 1
CJ410NTu.dll = 1
CJ410Dat.dat = 1
CJ410Hlp.hlp = 1
CJ410Hlp.chm = 1
CJ__Hlp.dll = 1
CJ410NTL.dll = 1
CJ410N9r.dll = 1
CJ410u32.dll = 1
CJ410imb.dll = 1
CJ410im1.dll = 1
CJ410im2.dll = 1
CJ410cma.exe = 1
CJ410pcl.dll = 1
CJ410cfg.exe = 1
CJ410ime.dll = 1
CJ410jui.dll = 1
CJ410pre.exe = 1
CJ410stc.exe = 1
CJ410tbO.exe = 1
CJ410tbi.dll = 1
CJ410tbu.exe = 1
CJ410tbx.exe = 1
CJ410NTe.dll = 1
CJ410NTv.dll = 1
CJ410eng.exe = 1
CJ410coi.dll = 1
CJ410tst.prn = 1
CJ410ts2.prn = 1
CJ410cln.prn = 1
;
; Localizable Strings
;
[Strings]
Provider = "FARGO Electronics, Inc."
Manufacturer = "FARGO Electronics, Inc."
CJ410 = "CardJet 410 Printer"
CJ410LM_NT = "CJ410 BiDirectional Monitor,CJ410NTL.dll"
CJ410LM = "CJ410 BiDirectional Monitor,CJ41095L.dll"
Disk = "Printer Installation CD"
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.