Install from command line

Kofax Import Connector components can be installed from the command line using the following command.

msiexec /i <installer.msi> KOFAX="<path>" <options>

Where <installer.msi> is the name of the msi file.

  • For Message Connector, use MC.msi.

  • For KC Plug-In, use KCPlugin.msi.

<path> is the installation path.

  • For Message Connector, use \KIC-ED\MC.

  • For KC Plug-In, use \KIC-ED\KCPlugIn.

Optionally, add <options>:

  • /qn: Silent installation

  • /qb: Silent installation with elementary user interface (progress bar)

  • ALLUSERS=1: Install for all users

Refer to the following link for additional options: https://technet.microsoft.com/en-us/library/bb490936.aspx