Install ABBYY FlexiCapture 12 via the command line in silent mode
ABBYY FlexiCapture 12 components can be installed in silent mode from the Command Prompt window. Silent mode is useful when you need to roll out ABBYY FlexiCapture 12 on a large number of computers simultaneously. No dialog boxes or information messages will be displayed (but you can choose to display a progress bar — see the note below). Installing in silent mode offers the following benefits:- A user or administrator only needs to initiate the installation, no further actions or decisions are necessary.
- A silent installation requires less CPU power compared to a standard installation.
- A silent installation is faster, because no visual interaction is required.
- Open the Command Prompt window (
cmd.exe) with administrator permissions. - Run one of the following commands:
- To install server components:
Servers x64.exe /qn - To install client components:
Stations x64.exe /qn - To install ABBYY FlexiCapture Standalone:
Setup.exe /qn
- To install server components:
Replace the
/qn switch with /qb if you want an installation progress bar to be displayed.Additional command line options
/L <language code> disables the automatic selection of the interface language and installs ABBYY FlexiCapture 12 with the interface language specified at the command prompt.
Possible values:
1033for English1049for Russian1031for German1036for French2052for Chinese (Simplified)1034for Spanish2074for Serbian1029for Czech1038for Hungarian1045for Polish1046for Portuguese (Brazil)1042for Korean
/V <commands> passes commands you enter at the command prompt directly to msiexec.exe. Replace <commands> with a combination of any of the following commands:
-
INSTALLDIR="<path to folder>"
Replace<path to folder>with the path to the folder where ABBYY FlexiCapture 12 is to be installed. -
SETUPTYPE_CMD="<install mode>"
Replace<install mode>with any of the following modes:Fullinstalls the Administrator Station and Operator Station components.
Besides the Administrator Station and Operator Station components, FormDesigner and FlexiLayout Studio will also be installed.Admininstalls the Administrator Station component.
Besides the Administrator Station component, FormDesigner and FlexiLayout Studio will also be installed.Operatorinstalls the Operator Station component.
No other components will be installed.
-
ADDLOCAL=ApplicationServer,WebStations,ProcessingServer,ProtectionServerinstalls server components.ApplicationServerinstalls the Application Server component.WebStationsinstalls the Web Station component.ProcessingServerinstalls the Processing Server component.ProtectionServerinstalls the Licensing Server component.
-
STATIONS=0,1,2,3,4,5,6installs client components.0installs the Scanning Station.1installs the Processing Station.2installs the Verification Station.3installs the Data Verification Station.4installs the Project Setup Station.5installs FlexiLayout Studio.6installs FormDesigner.
-
ACCOUNTTYPE=Custom, LOGIN=<user name>, PASSWORD=<password>specifies the credentials of the account that is to be used to run the Processing Station service. -
PROTECTIONSERVER=<server name>specifies the name of the Licensing Server. -
IS_DBD=0disables conversion of digital-born documents. -
WIBU_USER_CMD="<key value>"is used to manage the installation of CodeMeter drivers. Replace<key value>with one of the following:Yesinstalls the drivers (default value).Nodoes not install the drivers.
D:\FC12 folder with Russian for the GUI language and run the Processing Station service under the Domain\UserLogin account using PSWD for the password.
Example 3:
D:\FC12 folder with Russian for the GUI language.
Remove ABBYY FlexiCapture 12 via the command line in silent mode
To remove ABBYY FlexiCapture 12:- Open the Command Prompt window (
cmd.exe) with administrator permissions. - Run this command:
Msiexec /x {<product code>}
Example:Msiexec /x {FC12000C-0000-0000-0000-000000000000}
Update ABBYY FlexiCapture 12 via the command line in silent mode
To update ABBYY FlexiCapture 12 components in silent mode:- Open the Command Prompt window (
cmd.exe) with administrator permissions. - Run a component installation command.
Replace the
/qn switch with /qb if you want an installation progress bar to be displayed.