AutoCapture 8.x silent mode installation / roll out
Article # 3034927 - Page views: 572
Question / Problem:
How to do a silent install or roll out of AutoCapture 8.x.
Answer / Solution:
AutoCapture 8.x doesn't have a .msi installation file, but there is a way to install AutoCaptureClientPack.exe in silent mode with optional parameters:
- AutoCaptureClientPack.exe /s /v"/qn INSTALLDIR=C:\INSTALLFOLDER ACACT=1 ACFILETYPE=*.doc ACPORT=8085 ACSERVER=12.123.1.123"
Quotation marks around an option’s parameter are required only if the parameter contains spaces. If a path within a parameter contains spaces, you may need to use quotation marks within quotation marks, as in the following example:
- AutoCaptureClientPack.exe /s /v"/qn INSTALLDIR=\"C:\INSTALL FOLDER\" ACACT=\"1\" ACFILETYPE=\"*.doc\" ACPORT=\"8085\" ACSERVER=\"12.123.1.123\"
Applies to:
Product | Version |
---|---|
AutoCapture | 8.x |
Article # 3034927