USEPA / EPA-Metadata-Editor-Pro

10 stars 0 forks source link

set metadata style to EME Pro #67

Open jmaxmarno opened 4 years ago

jmaxmarno commented 4 years ago

automatically and/or include toggle in EME Tools ribbon

do this in the addin

dspinosa commented 4 years ago

image

torrin47 commented 1 year ago

For SCCM distribution, add-in simply needs to be copied to this default location: %System Drive%\Users\\Documents\ArcGIS\AddIns\ArcGISPro.

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\\Documents\ArcGIS

<?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>