Install ArcGIS Pro silently

ArcGIS Pro can be installed and uninstalled from the command line.

Install ArcGIS Pro silently using command line parameters

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

ArcGIS Pro installation command line parameters

The following are the command line parameters that can be used when executing ArcGISPro.msi. Use these with the MSI command line options as needed. The parameter names are case sensitive and should be used as defined below. The parameter values, however, are not case sensitive except where noted.

INSTALLDIR

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

ALLUSERS

Defines the installation context of the ArcGIS Pro setup, in which ALLUSERS=1 specifies a per-machine installation 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.

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.

BLOCKADDINS

If specified, the BlockAddins registry value allows system administrators to configure the types of add-ins that ArcGIS Pro will load. It is created under HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Settings.

This property is only read during a per-machine installation; it is ignored if specified for a per-user setup.

Setting BLOCKADDINS=0 will load all add-ins, regardless of whether they have digital signatures. Setting it to 1 will only load add-ins that are digitally signed by a trusted certificate authority; 2 will only load add-ins that have been published by Esri; 3 will only load add-ins from the administrator folders and those published by Esri; 4 will not load or execute add-ins; and 5 will only load add-ins from the administrator folders. The default is 0.

Learn more about developing add-ins for ArcGIS Pro

Learn more about creating administrator folders for add-ins in the registry

CHECKFORUPDATESATSTARTUP

For per-machine installations only, set this property to 0 to disable automatic update notifications of ArcGIS Pro. If not specified, the property defaults to 1.

ADMIN_SETTINGS_PATH

ArcGIS Pro allows administrators to set default values for a select number of application settings in a .settingsConfig file. For per-machine installations only, set this property to the location where the .settingsConfig file resides. For more information, see Manage application settings.

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

The value can be Viewer, Editor, or Professional. The Viewer value corresponds to an ArcGIS Pro Basic license, the Editor value corresponds to a Standard license, and the Professional value corresponds to an Advanced license.

Note:

The SOFTWARE_CLASS property value is case sensitive.

AUTHORIZATION_TYPE

Use SINGLE_USE to install ArcGIS Pro as a Single Use seat, use CONCURRENT_USE to install it as a Concurrent Use seat, and use NAMED_USER for a Named User license.

LOCK_AUTH_SETTINGS

During a silent, per-machine installation of ArcGIS Pro, if the authorization type is defined, this is set to TRUE under HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Licensing. When LOCK_AUTH_SETTINGS=TRUE, the licensing settings in the registry apply to all ArcGIS Pro users on that machine; an individual user cannot make changes. To allow ArcGIS Pro users on the machine to define their own authorization settings through the ArcGIS Pro application, set LOCK_AUTH_SETTINGS=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 ArcGIS Pro 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.

Note:

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 Pro

Run the following from a command line to install ArcGIS Pro in the per-machine (all users) context:

msiexec.exe /i <setup staging location>\ArcGISPro.msi ALLUSERS=1 INSTALLDIR="C:\Program Files\ArcGIS\Pro" ACCEPTEULA=YES /qb
Note:

The /qb switch provides the basic UI of the progress status and error handling, /qr provides a reduced UI, and /qn provides no UI at all. For full details, refer to the MSDN Command-Line Options topic.

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".

Additional examples of silent installation of ArcGIS Pro

Run the following from a command line to install ArcGIS Pro with licensing configurations:

Named User license command line

Named User licensing for per-machine installations

msiexec.exe /i "<Path to msi>" /qb ALLUSERS=1 ACCEPTEULA=YES SOFTWARE_CLASS=Professional AUTHORIZATION_TYPE=NAMED_USER LICENSE_URL="<portalURL>"

Named User licensing for per-user installations

msiexec.exe /i "<Path to msi>" /qb ALLUSERS=2 ACCEPTEULA=YES SOFTWARE_CLASS=Professional AUTHORIZATION_TYPE=NAMED_USER LICENSE_URL="<portalURL>"

Concurrent Use license command line

Concurrent Use licensing for per-machine installations (Locked)

msiexec.exe /i "<Path to msi>" /qb ALLUSERS=1 ACCEPTEULA=YES ESRI_LICENSE_HOST=<yourlicenseserver> SOFTWARE_CLASS=Professional AUTHORIZATION_TYPE=CONCURRENT_USE

If all three properties (ESRI_LICENSE_HOST, SOFTWARE_CLASS, and AUTHORIZATION_TYPE) are used, the installation will also include the LOCK_AUTH_SETTINGS parameter. This means all licensing registry keys are created in the HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Licensing hive. ArcGIS Pro will always use the license setting in this hive when it starts. In addition, the option to change to another license type will be disabled.

Concurrent Use licensing for per-machine installations (Unlocked)

msiexec.exe /i "<Path to msi>" /qb ALLUSERS=1 ACCEPTEULA=YES ESRI_LICENSE_HOST=<yourlicenseserver> SOFTWARE_CLASS=Professional AUTHORIZATION_TYPE=CONCURRENT_USE LOCK_AUTH_SETTINGS=FALSE

With this configuration, ArcGIS Pro checks the license settings in the HKEY_CURRENT_USER\SOFTWARE\ESRI\ArcGISPro\Licensing hive at startup. If the license settings exist, ArcGIS Pro will use them. If the settings do not exist, ArcGIS Pro copies the contents of the Licensing registry key from HKEY_LOCAL_MACHINE\SOFTWARE\ESRI\ArcGISPro\Licensing to HKEY_CURRENT_USER\SOFTWARE\ESRI\ArcGISPro\Licensing and opens using those settings. In addition, the user can change licensing options.

Concurrent Use licensing for per-user installations

msiexec.exe /i "<Path to msi>" /qb ALLUSERS=2 ACCEPTEULA=YES ESRI_LICENSE_HOST=<yourlicenseserver> SOFTWARE_CLASS=Professional AUTHORIZATION_TYPE=CONCURRENT_USE

Note:

The ArcGIS Pro Licensing Service setup is required for a per-user installation of ArcGIS Pro to work offline with a Concurrent Use license.

Single Use license command line

Single Use licensing for per-machine installations

Install setup

msiexec.exe /i "<Path to msi>" /qb ALLUSERS=1 ACCEPTEULA=YES SOFTWARE_CLASS=Professional AUTHORIZATION_TYPE=SINGLE_USE

Authorize product

"%ProgramFiles%\ArcGIS\Pro\bin\SoftwareAuthorizationPro.exe" /LIF "<Location of prvc>" /s /Ver 10.8

Single Use licensing for per-user installations

Install setup

msiexec.exe /i "<Path to msi>" /qb ALLUSERS=2 ACCEPTEULA=YES SOFTWARE_CLASS=Professional AUTHORIZATION_TYPE=SINGLE_USE

Install ArcGIS Pro Licensing Service setup

msiexec.exe /i "<Path to msi>" /qb

Authorize product

"%ProgramFiles%\ArcGIS\Pro\bin\SoftwareAuthorizationPro.exe" /LIF "<Location of prvc>" /s /Ver 10.8

Install patch command line

msiexec /p "<path to patch>\mypatch.msp" REINSTALLMODE=omus REINSTALL=ALL /qb

Installed help command line

Installed help for per-machine installations: ArcGIS Pro

msiexec.exe /i "<Path to ArcGISProHelp.msi>" /qb ALLUSERS=1

Installed help for per-user installations: ArcGIS Pro

msiexec.exe /i "<Path to ArcGISProHelp.msi>" /qb

Uninstall the ArcGIS Pro products silently

To uninstall a product silently, use the following Windows Installer command:

msiexec.exe /x {product code} /qb

The product codes for the ArcGIS Pro suite are located in the registry at either HKEY_LOCAL_MACHINE\SOFTWARE\Esri (for a per-machine installation) or HKEY_CURRENT_USER\SOFTWARE\Esri (for a per-user installation), in the string value ProductCode under that product's registry key.

Note:

For the latest product codes, see the product code list [PDF].

Related topics