Hello,
I had an SSCM package created to install ArcGIS Pro 3.0 for the users outside of our GIS group. It uses the command below, but even though I set the SOFTWARE_CLASS=EDITOR, ArcGIS Pro was licensed for the Advanced level. I was expecting it to use a Standard License. Is there another parameter that overrules the other? Has anyone else run into this?
msiexec /i "ArcGISPro.msi" /q acceptEula=Yes ALLUSERS=1 ESRI_LICENSE_HOST=<LM_Server_Name> SOFTWARE_CLASS=EDITOR AUTHORIZATION_TYPE=CONCURRENT_USE PORTAL_LIST="https://my.domain.com/portalwebadaptor"