Skip To Content

Installing ArcGIS Workflow Manager for Server silently

Available with Workflow Manager license.

ArcGIS Workflow Manager for Server can be installed without a user interface by running the setup.exe command from the command prompt window.

Prerequisites

Do the following before you install ArcGIS Workflow Manager for Server:

In certain scenarios, the ArcGIS Server account can be set to Local System before installing ArcGIS Workflow Manager for Server. In these scenarios, it is recommended that you change the ArcGIS Server account by running the Configure ArcGIS Server Account utility.

Note:

ArcGIS Workflow Manager for Server is installed by default. The Web Viewer is not installed by default and must be installed using the ADDLOCAL parameter.

The following are the parameters in the command:

ParameterDescription

ADDLOCAL (optional)

An optional parameter that can be used to define which software features are installed. The feature names are as follows:

  • ArcGIS Workflow Manager for Server—Server
  • Web Viewers—WebViewers

Method

/qb, which provides a basic UI with a progress bar and error handling.

Silent install

To install ArcGIS Workflow Manager for Server silently, complete the following steps:

  1. Open a command prompt window.
  2. Execute one of the following commands based on the features you want to install:

    To only install ArcGIS Workflow Manager for Server, use this command.

    \\<machinename>\ArcGIS_Workflow_Manager_for_Server\setup.exe /qb

    To install the Web Viewers, use this command. ArcGIS Workflow Manager for Server is installed first, followed by the Web Viewers.

    \\<machinename>\ArcGIS_Workflow_Manager_for_Server\setup.exe /qb ADDLOCAL=WebViewers

    To install all ArcGIS Workflow Manager for Server features, use this command.

    \\<machinename>\ArcGIS_Workflow_Manager_for_Server\setup.exe /qb ADDLOCAL=ALL