1.  ArcGIS Drone2Map system requirements
  2.  Install ArcGIS Drone2Map
  3.  Install a localized ArcGIS Drone2Map setup
  4.  Silently install ArcGIS Drone2Map
  5.  Uninstall ArcGIS Drone2Map
  6.  Copyright information

Silently install ArcGIS Drone2Map

Install Drone2Map silently using command line parameters

Drone2Map can be installed without a user interface (UI) by running the setup using Windows Installer command line parameters.

Drone2Map installation command line parameters

The following are the command line parameters that can be used when executing Drone2Map.msi. Use these with the MSI command line options as needed. The parameters are case sensitive and should be used as defined below.

INSTALLDIR

The Drone2Map installation location. If not specified, the default installation location is %System Drive%\Program Files\ArcGIS\Drone2Map for a per-machine installation, and %System Drive%\%USERPROFILE%\AppData\Local\Programs\ArcGIS\Drone2Map for a per-user instance (see the ALLUSERS property).

ALLUSERS

Defines the installation context of the Drone2Map setup, where ALLUSERS=1 specifies a per-machine install and ALLUSERS=2 is a per-user instance. If this parameter is not specified, the installation defaults to per user.

If a user without administrative privileges attempts to set ALLUSERS=1, the installation fails.

ENABLEEUEI

Specifies whether to enable participation in the Esri User Experience Improvement program. The default value is 1, which enables participation. To opt out of participation, specify ENABLEEUEI=0.

ESRI_LICENSE_HOST

Specifies the host name of the license manager. Multiple license servers can be defined by separating the host names with a semicolon; for example, ESRI_LICENSE_HOST=@primaryLM;@backupLM2;@backupLM3

SOFTWARE_CLASS

Can be Viewer, Editor, or Professional.

AUTHORIZATION_TYPE

Since Drone2Map uses the Named User license model, specify NAMED_USER for the authorization type.

LOCK_AUTH_SETTINGS

During a silent, per-machine installation of Drone2Map, if the authorization type is defined, this is set to True under HKEY_LOCAL_MACHINE\SOFTWARE\Esri\Drone2Map\Licensing. When LOCK_AUTH_SETTINGS is True, the licensing settings in the registry apply to all Drone2Map users on that machine; an individual user cannot make changes. To allow Drone2Map users on the machine to define their own authorization settings through the Drone2Map application, set LOCK_AUTH_SETTINGS to False. This property does not apply to a per-user installation.

ArcGIS_Connection

Specifies whether a connection to www.arcgis.com should be available from the Portals page. To include the connection, set this property to TRUE. If set to FALSE, the connection will not appear on the Portals page.

Portal_List

To add one or more portal connections to the Portals page, set Portal_List = <portalURL1>; <portalURL2>. Use semicolons to separate portal URLs.

If ArcGIS_Connection is set to False, this property cannot contain arcgis.com.

If your portal supports HTTPS, it is strongly recommended that the Portal_List URLs use HTTPS.

License_URL

To specify the URL of the Named User licensing portal, set License_URL = <portalURL>.

If ArcGIS_Connection is set to False, License_URL cannot contain arcgis.com. To use this property, AUTHORIZATION_TYPE must be set to NAMED_USER.