Skip To Content

Installing Location Referencing silently

This ArcGIS 10.7 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Location Referencing can be installed silently without a user interface (UI) by running the setup using the Windows installer command line parameters.

To install the software silently, you must open a command prompt and enter the following command:

<Path to installer> ADDLOCAL=<feature name> /<Method>
Note:

Esri Production Mapping is installed by default. All other features must be installed using the ADDLOCAL parameter.

The command can be further explained as following:

ParameterDescription

Path to installer

The path to setup.exe

ADDLOCAL

Defines which feature is installed:

  • PipeServer
  • RHServer
  • EventEditor
  • RCE
  • RoadwayReporter

Method

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

Examples that use the setup command to perform a silent install:

Pipeline Referencing for Server

< path_to_installer >\setup.exe ADDLOCAL=PipeServer /qb

Event Editor for Pipeline Referencing

< path_to_installer >\setup.exe ADDLOCAL=EventEditor /qb

Install multiple Pipeline Referencing features

< path_to_installer >\setup.exe ADDLOCAL=PipeServer,EventEditor /qb

Roads and Highways for Server

< path_to_installer >\setup.exe ADDLOCAL=RHServer /qb

Roadway Reporter

< path_to_installer >\setup.exe ADDLOCAL=RoadwayReporter /qb

Event Editor for Roads and Highways

< path_to_installer >\setup.exe ADDLOCAL=RCE /qb

Install multiple features of Roads and Highways

< path_to_installer >\setup.exe ADDLOCAL=RHServer,RCE /qb
Note:

If you have a multimachine ArcGIS Server site the software will need to be installed on each machine.