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. This workflow combines both the core and patch installation. This article highlights the workflow for silently installing ArcGIS Pro and the patch using a single-line command.
Note: ArcGIS Pro Intelligence is no longer included in the installer starting with ArcGIS Pro 3.1. This product has been replaced by ArcGIS AllSource, which requires separate installation and licensing. Refer to ArcGIS AllSource: Migrate from ArcGIS Pro Intelligence 2.x to ArcGIS AllSource for more information.
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 "C:\Users\<username>\Desktop\Installation_ArcGISPro\ArcGISPro\ArcGISPro.msi" PATCH="C:\Users\<username>\Desktop\Installation_ArcGISPro\ArcGISPro\ArcGIS_Pro_355_195505.msp" ACCEPTEULA=YES ADDLOCAL=Pro ALLUSERS=1 ENABLEEUEI=0 CHECKFORUPDATESATSTARTUP=0 /qb

Article ID: 000028390
Get help from ArcGIS experts
Start chatting now