Silent install

883
3
Jump to solution
11-29-2022 03:09 AM
MichaëlB
New Contributor

Hello,

I'm trying to silently deploy arcgis pro.

All is ok but some features are not installed like "arcgis pro intelligence"

here is my silent switches:

msiexec /i "ArcGISPro.msi" /q ALLUSERS=1 ADDLOCAL=Pro ENABLEEUEI=0 ACCEPTEULA=YES CHECKFORUPDATESATSTARTUP=0 AUTHORIZATION_TYPE=CONCURRENT_USE ESRI_LICENSE_HOST=27002@myserver

Is there a way to fix this ?

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
MichaelVolz
Esteemed Contributor

Looks like it should be ADDLOCAL=All.

View solution in original post

3 Replies
DanPatterson
MVP Esteemed Contributor

Install ArcGIS Pro silently—ArcGIS Pro | Documentation

Check under ADDLOCAL


... sort of retired...
MichaelVolz
Esteemed Contributor

Looks like it should be ADDLOCAL=All.

MichaëlB
New Contributor

It works now.

Thank you.

0 Kudos