Skip to main content
Kofax

Install Modules as a Service

Article # 3048096 - Page views: 95

Issue

How can I install modules as a service, and what considerations need to be taken into account when doing so?

 

 

Solution

The following executables for the unattended modules are located in the Kofax Capture Bin folder:

Figure1.JPG

These can be installed from the command line with the following syntax:

  • Install: module_executable.exe -install
  • Uninstall: module_executable.exe -uninstall

If you are using User Profiles, use the following additional syntax:

  • Install: module_executable.exe –install -u:"userID" -p:"password"
  • Uninstall: module_executable.exe –uninstall -u:"userID" -p:"password"

An enterprise license is required to install multiple instances of the same module. For details on this, please see KB Article#8259

Level of Complexity 

Moderate

 

Applies to  

Product Version Build Environment Hardware
CAPTURE 11.1      

References

See the Kofax Capture Installation Guide for more information on installing as a service.

 

 

Article # 3048096