HOW TO
ArcGIS Pro can be installed in the background of a system to save the machine’s resources by using commands instead of installers. The core and patch installation can be installed silently using the Microsoft Command Prompt. In some cases, when running the patch installation separately from the core installation, ArcGIS Pro Intelligence installation runs simultaneously. This workflow combines both the core and patch installation, and skipping the ArcGIS Pro Intelligence installation. This article highlights the workflow for silently installing ArcGIS Pro and the patch using a single-line command.
Note: Ensure the required Microsoft components such as Microsoft C++, .NET, and SDK runtime are installed before using the script. Additionally, the installer files can be placed into a single folder and set the specific folder as a shared drive for better indexing of folder search.
msiexec /i <directory to ArcGIS Pro core installer>\ArcGISPro.msi
PATCH=<directory to ArcGIS Pro core installer>\patch_file_name.msp
ACCEPTEULA=YES
ALLUSERS=1
ADDLOCAL=Pro
ENABLEEUEI=0
CHECKFORUPDATESATSTARTUP=0
Note: Optional user interface appearance can also be set, if desired. Add one of the following commands based on the requirement: - /qb - to set basic user interface with progress status and error handling. - /qr - to set a reduced user interface appearance. - /qn - no user interface. The installation process is completed when the command prompt finish running.
The following code block demonstrates the full command.
msiexec /i "D:\TestProAthira\Pro 3.0\ArcGISPro\ArcGISPro.msi" PATCH="D:\TestProAthira\Pro 3.0\ArcGIS_Pro_301_182232.msp" ACCEPTEULA=YES ADDLOCAL=Pro ALLUSERS=1 ENABLEEUEI=0 CHECKFORUPDATESATSTARTUP=0 /qb
Get help from ArcGIS experts
Download the Esri Support App