Tungsten Automation

Kofax Express 3.3.0 Fix Pack 13

Build date: June 20, 2024

© 2024 Tungsten Automation. All rights reserved.
Use is subject to license terms.

Introduction

Install Kofax Express 3.3.0 Fix Pack 13 to add support for new scanners or to resolve the issue listed below.

Note: To install Kofax Express 3.3.0 Fix Pack 13 successfully, an existing full installation of Kofax Express 3.3.0 is required.

If you need to perform a full product installation, see the Kofax Express Installation Guide for instructions.

Scanners certified in this fix pack

Ricoh fi-8820

Ricoh fi-8930

Ricoh fi-8950

Issue resolved in this fix pack

ID Issue Solution
2085286 Missing pages with Canon DR-G1100. Scanned pages are now received from the scanner properly.

Scanners certified in previous Fix Packs

Fix Pack 12

N/A

Fix Pack 11

Avision AD8150N

Canon DR-S250N

Fix Pack 10

Ricoh fi-8040

Fix Pack 9

N/A

Fix Pack 8

Canon DR-M140II

Kodak E1030

Kodak E1040

Fix Pack 7

Epson DS-790WN

Fix Pack 6

Fujitsu fi-8150

Fujitsu fi-8250

Fujitsu fi-8250U

Fujitsu fi-8270

Fujitsu fi-8290

Xerox D70n

Fix Pack 5

Fujitsu fi-8150U

Fujitsu fi-8170

Fujitsu fi-8190

Kodak S3120 Max

Kodak S3140 Max

Fix Pack 4

HP ScanJet Enterprise Flow N6600 fnw1

HP ScanJet Pro 3600 f1

HP ScanJet Pro N4600 fnw1

Fix Pack 3

HP ScanJet 2600 f1

Fix Pack 2

Brother ADS-4300N

Brother ADS-4700W

Brother ADS-4900W

Fix Pack 1

Avision AD8120P

Avision AD8120U

Epson DS-530II

Epson DS-575WII

Epson DS-770II

Xerox W110

Xerox W130

Issues resolved in previous fix packs

Fix Pack 12

ID Issue Solution
2090218 Request to remove the outdated VC++ runtimes on Kofax Express 3.3.

The following files will be deleted from the target system upon the fix pack installation depending on your 32-bit and 64-bit Windows:

  1. On 32-bit Windows:
    • %SystemRoot%\System32\atl100.dll
    • %SystemRoot%\System32\msvcp100.dll
    • %SystemRoot%\System32\msvcr100.dll
    • %SystemRoot%\System32\msvcp120.dll
    • %SystemRoot%\System32\msvcr120.dll
    • %SystemRoot%\System32\vccorlib120.dll
  2. On 64-bit Windows:
    • %SystemRoot%\SysWOW64\atl100.dll
    • %SystemRoot%\SysWOW64\msvcp100.dll
    • %SystemRoot%\SysWOW64\msvcr100.dll
    • %SystemRoot%\SysWOW64\msvcp120.dll
    • %SystemRoot%\SysWOW64\msvcr120.dll
    • %SystemRoot%\SysWOW64\vccorlib120.dll

Fix Pack 11

ID Issue Solution
2071387 Support for imprinter/stamping font size larger than 9 pt. for Kodak S2050 scanner. Font size larger than 9 pt. now works properly.
2001261 Kofax Express became unresponsive when selecting and exporting multiple batches. Multiple batches export now works properly.

Fix Pack 10

N/A

Fix Pack 9

ID Issue Solution
1980246 When using a Kodak s2050 ISIS driver, the driver properties did not display any Stamping options driver settings. The driver properties display Stamping options driver settings.
1928345 Request to change Super Compression from JBIG2 to CCITT4. To enable this fix, a configuration setting is required. See Code solution for issue 1928345.

Fix Pack 8

ID Issue Solution
1921765 The software import of documents with a file name longer than 50 characters failed. Images were shown in white with a red cross. Error: -49 Bad image width (0x0). The import document file name is now shortened to be able to import into Express.
1892609 Added option to use SVRS auto orientation with HVRS scanners. HVRS scanners can now use SVRS auto orientation.

Fix Pack 7

ID Issue Solution
1864143 Index Fields were not shown in the dropdown menu when suggested values were added in the validation script. The Index Field now shows the suggested values added by the validation script.
1856867 Imported images with Red Cross - Error 9 - Memory allocation. Express is now able to handle memory address lager than the 2GB limitation of 32-bit application.

Fix Pack 6

N/A

Fix Pack 5

ID Issue Solution
1820418 After a batch was exported to PDF format, some pages were missing. Enforce OCR engine to initialize and de-initialize for each export document instead of one time per process.

Fix Pack 4

ID Issue Solution
1791658 Keyboard input failed if Index Field was empty. Keyboard input now functions correctly.
1791325 Exported PDF pages were skewed and rotated. Introduced PDFCorrectSkew and PDFCorrectSkewModes settings in App.AppConfig to avoid images from being skewed and rotated automatically. See Code solution for issue 1791325.
1790252 License update required for InoTec SCAMAX 6x1 scanner models. The InoTec SCAMAX 601/611 scanner models require Production Mid-Volume license level.
The InoTec SCAMAX 621 scanner model requires Production High-Volume license level.
The InoTec SCAMAX 631 scanner model requires Production Super High-Volume license level.

Fix Pack 3

ID Issue Solution
1782724 Error 9156 - License insufficient when using Epson DS-6500 scanner. The license for the Epson DS-6500 scanner now functions correctly.
1779723 OCR engine returned blank documents. The OCR engine is set to handle maximum of 32000 pixels for both horizontal and vertical sizes.
1776309 Licensing error with Canon DR-M1060 scanner. The Canon DR-M1060 scanner now requires Workgroup license level.
1775714 Index validation issue in Kofax Express 3.3. Index validation issue is now resolved.

Fix Pack 2

ID Issue Solution
1734533 Canon DR-M140 required an incorrect license level. The Canon DR-M140 now requires Desktop license level.
1733354 When exporting to a database, the date format used an incorrect separator. The date value now includes separators correctly.
1717269 In the User Interface window, deselecting the Scan Profile Selection List and Scan Profile Tools options did not make them hidden. The Scan Profile Selection List and Scan Profile Tools are now hidden if these options not selected on the App Option dialog.
1716055 If set to Read Only, an Index field was still editable. Index field is not editable when set to Read Only.

Fix Pack 1

ID Issue Solution
1705565 Bar Code Filter prevented all bar codes from being read. Bar Code Filter now functions correctly.
1476545 Index values were duplicated from the previous export if the "Show in document title" feature was turned off. The sticky field is not caculated when it already has the value.

Code solutions

Code solution for issue 1928345

To disable JBIG2 compression, you can add "SuperCompressionUseJBIG2" to App.AppProfile and set the value to False as shown here:

... <AppSettings> ... <Members> ... <SuperCompressionUseJBIG2>False</SuperCompressionUseJBIG2> </Members> ...

Code solution for issue 1791325

To disable pages from being skewed and rotated automatically, the PDFCorrectSkew and PDFCorrectSkewModes settings are added to App.AppProfile.
If the PDFCorrectSkew is set to False (default), the value of PDFCorrectSkewModes is ignored.
If the PDFCorrectSkew is set to True, the value of PDFCorrectSkewModes is used to specify how the OCR engine de-skews the image. Accepted values for this setting are 2D, 3D, and AUTO3D.

... <AppSettings> ... <Members> ... <PDFCorrectSkew>False</PDFCorrectSkew> <PDFCorrectSkewModes>2D</PDFCorrectSkewModes> </Members> ...

Applies to

This fix pack is cumulative and includes the resolved issues released in previous Kofax Express 3.3.0 fix packs.

Apply this fix pack to update any of the following versions:

Install this fix pack

For best results, install the fix pack during off-peak processing hours. Then use one of the following methods to install the fix pack.

Interactive

  1. Verify that the following applications/services are not running.
  2. Uninstall Microsoft Visual C++ 2010 x86 Redistributable package.
  3. Uninstall Microsoft Visual C++ 2013 x86 Redistributable package.
  4. Extract the contents of KofaxExpress-3.3.0.13.zip on the computer where Kofax Express 3.3.0 is installed.
  5. Double-click KofaxExpress-3.3.0.13.exe and follow the wizard prompts.
  6. When prompted that the installation is finished, click Finish.
  7. Restart any applications/services that were stopped prior to installing the fix pack.

Silent

  1. Verify that the following applications/services are not running.
  2. Uninstall Microsoft Visual C++ 2010 x86 Redistributable package.
  3. Uninstall Microsoft Visual C++ 2013 x86 Redistributable package.
  4. Extract the contents of KofaxExpress-3.3.0.13.zip on the computer where Kofax Express 3.3.0 is installed.
  5. Open a Command Prompt window with administrator rights and change the working folder to the folder with the extracted contents of the KofaxExpress-3.3.0.13.zip file.
  6. Run the following command:

    KofaxExpress-3.3.0.13.exe /s /v"/qn"

  7. Restart any applications/services that were stopped prior to installing the fix pack.

Remove this fix pack

For best results, remove the fix pack during off-peak processing hours. Then use one of the following methods to remove the fix pack.

Interactive

  1. Verify that the following applications/services are not running.
  2. Install Microsoft Visual C++ 2013 x86 Redistributable package if your system does not have this package installed. Any version prior to the Kofax Express 3.3.0.12 fix pack requires this runtime package.
  3. In Windows Control Panel, select Programs > Programs and Features > View installed updates.
  4. On the list of updates, in the Name column, select the item that corresponds to Kofax Express 3.3.0.13.
  5. Right-click and select Uninstall.
  6. Restart any applications/services that were stopped prior to removing the fix pack.

Silent

  1. Verify that the following applications/services are not running.
  2. Install Microsoft Visual C++ 2013 x86 Redistributable package if your system does not have this package installed. Any version prior to the Kofax Express 3.3.0.12 fix pack requires this runtime package.
  3. Open a Command Prompt window with administrator rights.
  4. Run the following command:

    msiexec.exe /I{F26B4150-8FFB-41CD-8616-15CC68957C26} MSIPATCHREMOVE={27669E14-481D-43E8-9CCF-98353248B62F} /qn

  5. Restart any applications/services that were stopped prior to removing the fix pack.

Files included

This fix pack includes the following files.

File name Version
AscRel.dll 3.3.496.0
Barcode.kpm 3.3.496.0
BatchThumbnailViewer.dll 3.3.496.0
ClassifierHelper.dll 3.3.496.0
EclipseScanManagement.dll 3.3.496.0
EclipseStorage.dll 3.3.496.0
EclipseTools.dll 3.3.496.0
FoX.Encryption.dll 1.0.5.0
FoX.IPC.dll 1.0.5.0
FoxBase.25.dll 25.0.135.0
FoxExactSearch.25.dll 25.0.135.0
FoxExtraction.25.dll 25.0.135.0
FoxForms.25.dll 25.0.135.0
FoxImg.25.dll 25.0.135.0
FoxImgProc.25.dll 25.0.135.0
FoxKSMS.25.dll 25.0.135.0
FoxLocatorConverterInterface.25.dll 25.0.135.0
FoxNet.25.dll 25.0.135.0
FoxNlp.25.dll 25.0.135.0
FoxPDFDoc.25.dll 25.0.135.0
FoxProduct.25.dll 25.0.135.0
FoxProj.25.dll 25.0.135.0
FoxProtectedProject.25.dll 25.0.135.0
FoxRecogFineReader.25.dll 25.0.135.0
FoxRecogOmniPage.25.dll 25.0.135.0
FoxRecogProfileConverter.25.dll 25.0.135.0
FoxRecogRecoStar.25.dll 25.0.135.0
FoxRecSrch1.25.dll 25.0.135.0
FoxRecSrch2.25.dll 25.0.135.0
FoxStd.25.flt 25.0.135.0
FoxTableExtraction.25.dll 25.0.135.0
FoxTableExtraction.Protocol.25.dll 25.0.135.0
FoxTiff.25.dll 25.0.135.0
FoxTiffLib.25.flt 25.0.135.0
FoxXDoc.25.dll 25.0.135.0
GeneralUI.dll 3.3.496.0
ifimage.dll 3.3.496.0
ijl20.dll 2.0.18.50
ImgConv.dll 3.3.496.0
JobsManagement.dll 3.3.496.0
KAdminServices.dll 3.3.496.0
kas.dll 3.3.496.0
KCEC.ReleaseSetupAdapter.dll 3.3.496.0
KCEC.VariablesAdapter.dll 3.3.496.0
KDLWrapper.dll 3.3.496.0
kfxClassAPI.dll 3.3.496.0
KfxConfigIO.dll 3.3.496.0
KfxConfigIOcls.dll 3.3.496.0
KfxEVRSw.dll 3.6.1.688
KfxEVRSw.dll 3.7.0.425
KfxInstUtil.exe 3.3.496.0
kfxlibpng.dll 3.3.496.0
KfxScsi.kpm 3.3.496.0
kfxVRSAPI.dll 3.3.496.0
kfxzlib.dll 3.3.496.0
kimagingservices.dll 3.3.496.0
Kofax.CondorCentral.Interop.dll 3.3.496.0
Kofax.Eclipse.OEMExpress.dll 3.3.496.0
Kofax.Eclipse.Server.Host.exe 3.3.496.0
Kofax.Express.PDFCompressionProcess.exe 3.3.496.0
Kofax.TableExtraction.Protocol.dll 1.0.0.0
Kofax.Transformation.ConfigSetManager.dll 25.0.135.0
Kofax.Transformation.Product.dll 25.0.135.0
Kofax.TrapSettings.Interop.dll 3.3.496.0
Kofax.VRS.UI.Common.DatabaseLookup.dll 3.3.496.0
Kofax.VRS.UI.Common.IOCR.dll 3.3.496.0
Kofax.VRS.UI.Common.JobBaseManager.dll 3.3.496.0
Kofax.VRS.UI.Common.OCR.dll 3.3.496.0
Kofax.VRS.UI.Common.OmniPageOcr.dll 3.3.496.0
Kofax.VRS.UI.Common.PDFSettings.dll 3.3.496.0
Kofax.VRS.UI.Common.Tools.dll 3.3.496.0
KofaxExpress.exe 3.3.496.0
KofaxExpressBackgroundExport.exe 3.3.496.0
KofaxExpressExportService.exe 3.3.496.0
KSecMgr.dll 3.3.496.0
ktiff32.flt 3.3.496.0
MainForm.dll 3.3.496.0
NetScript.dll 3.3.496.0
ScannerConfig.dll 3.3.496.0
swe10032.kpm 3.3.496.0
swrscn32.kpm 3.3.496.0
Toolkit.dll 3.3.496.0
Toolkit.XmlSerializers.dll 3.3.496.0
TWAIN.kpm 3.3.496.0
VrsServer.exe 3.3.496.0
Compression\Kofax.Evrs.dll 3.6.1.688
Exporters\Kofax.VRS.UI.Common.BasicExporters.dll 3.3.496.0
Avision AD8120P.xml N/A
Avision AD8120U.xml N/A
Avision AD8150N.xml N/A
Brother ADS-4300N.xml N/A
Brother ADS-4700W.xml N/A
Brother ADS-4900W.xml N/A
Canon DR-6010C with FSU101.xml N/A
Canon DR-6010C with FSU102.xml N/A
Canon DR-6010C with FSU201.xml N/A
Canon DR-6030C with FSU101.xml N/A
Canon DR-6030C with FSU102.xml N/A
Canon DR-6030C with FSU201.xml N/A
Canon DR-C130 with FSU101.xml N/A
Canon DR-C240 with FSU102.xml N/A
Canon DR-C240 with FSU201.xml N/A
Canon DR-G1100 with FSU101.xml N/A
Canon DR-G1100 with FSU102.xml N/A
Canon DR-G1100 with FSU201.xml N/A
Canon DR-G1130 with FSU101.xml N/A
Canon DR-G1130 with FSU102.xml N/A
Canon DR-G1130 with FSU201.xml N/A
Canon DR-M1060.xml N/A
Canon DR-M1060 with FSU101.xml N/A
Canon DR-M1060 with FSU102.xml N/A
Canon DR-M1060 with FSU201.xml N/A
Canon DR-M140 with FSU101.xml N/A
Canon DR-M140 with FSU102.xml N/A
Canon DR-M140 with FSU201.xml N/A
Canon DR-M140II with FSU101.xml N/A
Canon DR-M140II with FSU102.xml N/A
Canon DR-M140II with FSU201.xml N/A
Canon DR-M140II.xml N/A
Canon DR-M160 with FSU101.xml N/A
Canon DR-M260 with FSU102.xml N/A
Canon DR-M260 with FSU201.xml N/A
Canon DR-S250N.xml N/A
Canon DR-S250N with FSU102.xml N/A
EPSON DS-530II.xml N/A
EPSON DS-575WII.xml N/A
EPSON DS-770II.xml N/A
EPSON DS-790WN.xml N/A
Fujitsu fi-6670 PaperStream_IP.xml N/A
Fujitsu fi-6770 PaperStream_IP.xml N/A
Fujitsu fi-8150.xml N/A
Fujitsu fi-8150U.xml N/A
Fujitsu fi-8170.xml N/A
Fujitsu fi-8190.xml N/A
Fujitsu fi-8250.xml N/A
Fujitsu fi-8250U.xml N/A
Fujitsu fi-8270.xml N/A
Fujitsu fi-8290.xml N/A
HP ScanJet 2600 f1.xml N/A
HP Scanjet 3000.xml N/A
HP ScanJet 3600 f1.xml N/A
HP Scanjet 7000.xml N/A
HP Scanjet 9000.xml N/A
HP ScanJet N4600 fnw1.xml N/A
HP ScanJet N6600 fnw1.xml N/A
Kodak A3 Flatbed.xml N/A
Kodak E1030.xml N/A
Kodak E1040.xml N/A
Kodak i2000 Legal Size Flatbed.xml N/A
Kodak i3000 Legal Size Flatbed.xml N/A
Kodak S3120 Max.xml N/A
Kodak S3140 Max.xml N/A
Ricoh fi-8040.xml N/A
Ricoh fi-8820.xml.xml N/A
Ricoh fi-8930.xml.xml N/A
Ricoh fi-8950.xml.xml N/A
Xerox D70n.xml N/A
Xerox W110.xml N/A
Xerox W130.xml N/A
ReadMe-KofaxExpress-3.3.0.13.html N/A