> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installing and removing via a command line

> Install, repair, or uninstall the ABBYY FlexiCapture 12 Reporting Service from a command line using the Writing, Reading, quiet, passive, and uninstall flags.

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:

| **Command**  | **Description**                                                                                                      |                                                                                                                                                                                                                          |
| ------------ | -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Writing=true | false                                                                                                                | The 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=true | false                                                                                                                | The 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.                 |
| /quiet       | Installs the ABBYY FlexiCapture 12 Reporting Service in silent mode. No dialog boxes will be displayed in this mode. |                                                                                                                                                                                                                          |
| /passive     | Installs the ABBYY FlexiCapture 12 Reporting Service automatically. A progress bar will be displayed.                |                                                                                                                                                                                                                          |
| /repair      | Repairs corrupted files and restores deleted files.                                                                  |                                                                                                                                                                                                                          |
| /uninstall   | Removes 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.
