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>備考:
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:
| Parameter | Description | 
|---|---|
Path to installer  | The path to setup.exe  | 
ADDLOCAL  | Defines which feature is installed: 
  | 
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 | 
備考:
If you have a multimachine ArcGIS Server site the software will need to be installed on each machine.