KFS Service Pack or Fix Pack Installation Logs
Article # 3031416 - Page views: 159
Issue
How to enable MSI logging when installing a Service Pack or Fix Pack for Kofax Front Office Server (KFS) 4.x
Solution
Install the KFS 4.x Service Pack or Fix Pack using msiexec.exe from Run or the command line, and add the /L*v switch followed by the desired path and filename for the log file to enable detailed MSI logging.
Examples:
msiexec /p "C:\KofaxFrontOfficeServer-4.1.1\FrontOfficeServer-4.1.1.0.msp" /L*v "%temp%\KFS4SP1Installer.log"
msiexec /p "C:\KofaxFrontOfficeServer-4.3.0.6\FrontOfficeServer-4.3.0.6.msp" /L*v "%temp%\KFS43FP6Installer.log"
In both of these examples, the log files will be saved to the system temp folder as defined in the Environmental Variables temp path.
Level of Complexity
Easy
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
Kofax Front Office Server | 4.3 4.1 |
All | All | N/A |
References
N/A
Article # 3031416