Skip To Content

Installing Esri Roads and Highways for Server silently

Esri Roads and Highways for Server can be installed without a user interface (UI) by running the setup.exe command. You can also install Esri Roads and Highways for Server silently in an ArcGIS for Server multimachine deployment.

Installation prerequisites include the following:

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

Note:

All features included in the Esri Roads and Highways for Server install must be installed using the ADDLOCAL parameter. If you do not specify a feature using the ADDLOCAL parameter, no features will be installed.

The following are explanations of the parameters in the command:

ParamaterDescription

Path to installer

The path to the setup.msi file.

ADDLOCAL (optional)

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

  • Esri Roads and Highways for Server-- RHServer
  • Roadway Reporter-- RoadwayReporter
  • Roadway Characteristics Editor-- RCE

Method

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

The following are examples of client installations from a server:

Note:

To install Esri Roads and Highways for Server in an ArcGIS for Server multimachine deployment, run this command on each machine in the site.

Install all features of Esri Roads and Highways for Server

Esri Roads and Highways for Server
<path to Esri Roads and Highways for Server>\setup.exe ADDLOCAL=ALL /qb

Install Esri Roads and Highways for Server

<path to Esri Roads and Highways for Server>\setup.exe ADDLOCAL=RHServer /qb

Install Roadway Reporter

<path to Esri Roads and Highways for Server>\setup.exe ADDLOCAL=RoadwayReporter /qb

Install the Roadway Characteristics Editor

<path to Esri Roads and Highways for Server>\setup.exe ADDLOCAL=RCE /qb

Install multiple features of Esri Roads and Highways for Server

<path to Esri Roads and Highways for Server>\setup.exe ADDLOCAL=RCE,RHServer /qb