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.

Installation prerequisites include the following:

Hinweis:

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

The following are explanations of the parameters in the command:

ParameterDescription

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 ServerRHServer
  • 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:

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 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