Open jmaxmarno opened 4 years ago
For SCCM distribution, add-in simply needs to be copied to this default location: %System Drive%\Users\
Then need to implement custom Pro.settingsConfig file: https://pro.arcgis.com/en/pro-app/latest/get-started/application-setting-management.htm
in Silent install use ADMIN_SETTINGS_PATH - and perhaps copy file locally to %System Drive%\Users\
<?xml version="1.0" encoding="UTF-8"?>
<ArcGISProSettings xmlns="http://schemas.esri.com/ProSettings"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.esri.com/ProSettings .\prosettings.xsd">
<Catalog>
<MetadataStyle isLocked="false">EPA Metadata Editor Pro</MetadataStyle>
</Catalog>
</ArcGISProSettings>
automatically and/or include toggle in EME Tools ribbon
do this in the addin