Install ArcGIS 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.
ArcGIS Drone2Map installation command line parameters
The following are the command line parameters that can be used when running 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 ArcGIS 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).
ACCEPTEULA
This property is required to accept the End User License Agreement during a silent installation. Specify ACCEPTEULA=yes to agree to the EULA and install the software. The software will not install if you specify no or omit this 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.
CHECKFORUPDATESATSTARTUP
Defines whether ArcGIS Drone2Map will check for the latest update when launched and display an update notification. The default value is 1, to completely disable update checking, specify CHECKFORUPDATESATSTARTUP=0.
AUTHORIZATION_TYPE
ArcGIS Drone2Map uses the Named User or Single Use license model; specify NAMED_USER or SINGLE_USE for the authorization type.
LOCK_AUTH_SETTINGS
During a silent, per-machine installation of ArcGIS 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 ArcGIS 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 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.
Perform a typical silent installation of ArcGIS Drone2Map
Run the following from a command line to install ArcGIS Drone2Map in the default per-machine (all users) context:
msiexec /i “<setup staging location>\Drone2Map.msi” ACCEPTEULA=YES ALLUSERS=1 ENABLEEUEI=1 CHECKFORUPDATESATSTARTUP=1 INSTALLDIR="C:\Program Files\ArcGIS\Drone2Map" /qbNote:
The /qb switch provides the basic UI of the progress status and error handling, /qr provides a reduced UI, and /qn provides no UI. For more information, refer to the Microsoft Command-Line Options article.
Note:
When defining PORTAL_LIST or LICENSE_URL, surround the specified value or values with double quotes ("), for example, PORTAL_LIST="https://maps.myarcgis.com;https://www.arcgis.com".