Silent Installation of KIC Message Connector MC02 or MC03
Article # 3031997 - Page views: 272
Issue
When upgrading Kofax Import Connector to a new version, the silent installation of MC02 and MC03 is not documented.
The syntax according to the manual: msiexec /i <installer.msi> KOFAX="<path>" <options>
This only allows one installation of the KCPlugin and the MC01. How can MC02 and MC03 be installed in Silent Mode?
Solution
Use the commands below to silently update KIC MC02 and MC03 instances:
MC02:
msiexec /i C:\kicinstall\mc\mc.msi TRANSFORMS=:I02 MSINEWINSTANCE=1 /qn /L*V C:\kicinstall\mc02.log KOFAXPRODUCTVERSION=2.9.0.0.0.2249
MC03:
msiexec /i C:\kicinstall\mc\mc.msi TRANSFORMS=:I03 MSINEWINSTANCE=1 /qn /L*V C:\kicinstall\mc03.log KOFAXPRODUCTVERSION=2.9.0.0.0.2249
Please also see the commands before the silent switch is added:
- Instance 1
"MC\Setup.exe" -l*v "%USERPROFILE%\AppData\Local\Temp\Mc.log" KOFAXPRODUCTVERSION=2.9.0.0.0.2249
- Instance 2
msiexec /i MC\MC.msi TRANSFORMS=:I02 MSINEWINSTANCE=1 -l*v "%USERPROFILE%\AppData\Local\Temp\Mc02.log" KOFAXPRODUCTVERSION=2.9.0.0.0.2249
- Instance -3
msiexec /i MC\MC.msi TRANSFORMS=:I03 MSINEWINSTANCE=1 -l*v "%USERPROFILE%\AppData\Local\Temp\Mc03.log" KOFAXPRODUCTVERSION=2.9.0.0.0.2249
Level of Complexity
Easy
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
Kofax Import Connector | 2.10 2.9 2.8 2.7 |
ALL | ALL | N/A |
References
N/A
Article # 3031997