Skip to main content

Install ABBYY FlexiCapture 12 via the command line in silent mode

Install ABBYY FlexiCapture 12 components in silent mode from the Command Prompt window. Silent mode suits rollouts to many computers at once, because no dialog boxes or information messages appear. Silent installation offers three benefits:
  • A user or administrator only needs to start the installation. No further actions or decisions are necessary.
  • A silent installation requires less CPU power than a standard installation.
  • A silent installation is faster, because no visual interaction is required.
1

Open the Command Prompt window

Run cmd.exe with administrator permissions.
2

Run the command for the components you are installing

Use one of the following commands:
  • Server components: Servers x64.exe /qn
  • Client components: Stations x64.exe /qn
  • ABBYY FlexiCapture Standalone: Setup.exe /qn
Replace /qn with /qb to show an installation progress bar.

Command line options for installation

Choose the silent mode with /qn and /qb

The installation and update commands take one of two silent-mode switches.

Set the interface language with /L

/L <language code> disables automatic interface-language selection and installs ABBYY FlexiCapture 12 with the language you specify.

Pass commands to msiexec with /V

/V <commands> passes the commands you enter at the command prompt straight to msiexec.exe. Replace <commands> with any combination of the following.

Install modes for SETUPTYPE_CMD

Server components for ADDLOCAL

To install all four, use ADDLOCAL=ApplicationServer,WebStations,ProcessingServer,ProtectionServer.

Client components for STATIONS

To install all seven, use STATIONS=0,1,2,3,4,5,6.

Key values for WIBU_USER_CMD

Installation command examples

Server components with a Russian interface
Installs the Application Server and Web Station components, with Russian as the interface language.
Two stations in a custom folder under a named account
Installs the Processing Station and Project Setup Station into D:\FC12 with a Russian interface. The Processing Station service runs under the Domain\UserLogin account with the password PSWD.
A full Standalone installation in a custom folder
Installs ABBYY FlexiCapture 12 into D:\FC12 with a Russian interface.

Remove ABBYY FlexiCapture 12 via the command line in silent mode

1

Open the Command Prompt window

Run cmd.exe with administrator permissions.
2

Run the uninstall command

Run Msiexec /x {<product code>}, for example Msiexec /x {FC12000C-0000-0000-0000-000000000000}.

Find your product code

You can find your product code in two ways. Look it up in the following registry key:
Or run the following command:

Update ABBYY FlexiCapture 12 via the command line in silent mode

1

Open the Command Prompt window

Run cmd.exe with administrator permissions.
2

Run a component installation command

For example:
Replace /qn with /qb to show an installation progress bar.