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"
Solved! Go to Solution.
I contacted Esri Support and was told it is a bug - BUG-000150488 The solution is to type the value with only the first letter capitalized, instead of all upper case as it shows in the documentation. This is a documentation bug targeted for version 3.1, so we all have to wait for that release for the help page to show the correct values for the SOFTWARE_CLASS parameter. Until then, I hope this post helps others trying to implement the Silent Install.
I contacted Esri Support and was told it is a bug - BUG-000150488 The solution is to type the value with only the first letter capitalized, instead of all upper case as it shows in the documentation. This is a documentation bug targeted for version 3.1, so we all have to wait for that release for the help page to show the correct values for the SOFTWARE_CLASS parameter. Until then, I hope this post helps others trying to implement the Silent Install.