We are installing ArcGIS Pro silently on machines which will be used by multiple users. We have a concurrent license and we want to enable the extensions by default. How can we do this during the silent install? Is there a paremeter in the command to set it? The command we currently use is msiexec.exe /i ArcGISPro.msi /qb ALLUSERS=1 SOFTWARE_CLASS=Professional ESRI_LICENSE_HOST=.... AUTHORIZATION_TYPE=CONCURRENT_USE LOCK_AUTH_SETTINGS=False
Or is there any other way to enable the extensions for all the users on the machine?
Thank you!