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:
- Obtain an authorization file for Esri Roads and Highways for Server.
- Verify that your site meets the system requirements.
- Log in as a user with administrative privileges.
Note:
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:
Parameter | Description |
---|---|
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:
|
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<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