Skip to main content
You can also install/remove the ABBYY FlexiCapture 12 Reporting Service using a command line. The following is a list of commands that can be used in the console:
CommandDescription
Writing=truefalseThe flag indicates whether or not to install the Reporting Service, which collects information about modifications made to documents and calculates statistics for generating reports. No forward slash (/) is required.
Reading=truefalseThe flag indicates whether or not to install the Data Access component, which lets you retrieve data from the Reporting Service via the Web API or a local SMB folder. No forward slash (/) is required.
/quietInstalls the ABBYY FlexiCapture 12 Reporting Service in silent mode. No dialog boxes will be displayed in this mode.
/passiveInstalls the ABBYY FlexiCapture 12 Reporting Service automatically. A progress bar will be displayed.
/repairRepairs corrupted files and restores deleted files.
/uninstallRemoves the ABBYY FlexiCapture 12 Reporting Service.
Examples of using the above commands:
  • ”.\ABBYY.FlexiCapture12.Reporting.exe Reading=true Writing=true /passive” – Automatically installs the Data Access component and the Reporting Service and shows a progress bar.
    • “.\ABBYY.FlexiCapture12.Reporting.exe Reading=false Writing=true /quiet” – Installs only the Reporting Service component in silent mode.
    • “.\ABBYY.FlexiCapture12.Reporting.exe Reading=true Writing=true /uninstall” – Uninstalls the Data Access component and the Reporting Service.