
Once I change it to /qn, the UILevel "2" is not satisfied, so the admin console window does not pop up any more.Īnother question is: Everyone is saying the Kofax Capture package needs to be installed from the server location.ġ. I was using msiexec /qb to install the package before. If UILevel"2" AND (.skipped some code here.) ThenĮxecute Installed Program vrsadministrationconsole.exe Command Line /activate (ActivateVRSLicense) I had a look at the "Execute Immediate" MSI Script using Wise, there is below script: (7) Finally update of kofax capture called with /S command if it is there. We need to copy the file first into %Temp% location, then wrote one vb script to modify the STATION_ID by getting the computer name of the installation build then passed this argument to the mst. INSTALLDIR="C:\Program Files\Kofax\Capture" i "%INST%\KofaxCapture\Capture.msi" TRANSFORMS="%INST%\KofaxCapture\" SETTINGS="%TEMP%\CaptureMSI1.txt" /qn %VENDOR_LOG3%ĬaptureMSI1.txt file will have below information in it. we need to call this with mst by doing necessary changes in the mst and passing below arguments. (6) Finally Kofax capture application will get installed with vendor msi. This we can make silent by making some changes in the setup.ini file which is available with setup32.exe and call this exe directly which will install silently. (5) Wibu drivers are a setup32.exe which will install some drivers and files/registries. S /V"ADDLOCAL=\"USB_Driver,Parallel_Driver\" /qn %VENDOR_LOG2%" (4) Sentinel Driver setup will install one msi, but need to call the sentinel driver with the below parameters. S /V"INSTALLDIR=\"%PROGRAMFILES%\Kofax\Capture\ImgCtls\" /qn %VENDOR_LOG1%" So do the modifications in 1033.MST which are necessary (root drive, reboot suppress etc.)

(3) Virtual Rescan is a setup which will call vendor msi with 1033.MST. (2) This setup will install VC++ 20 SP’s, Virtual Rescan, Sentinel Drivers, Wibu Drivers and Kofax Capture application.

(1) This is a setup which will get installed from server location. Please check this may be helpful for you. I have created Kofax capture 9.0 application.
