Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set metadata style to EME Pro #67

Open
jmaxmarno opened this issue Aug 19, 2020 · 2 comments
Open

set metadata style to EME Pro #67

jmaxmarno opened this issue Aug 19, 2020 · 2 comments
Labels
testing feedback feedback from beta testing

Comments

@jmaxmarno
Copy link
Contributor

automatically and/or include toggle in EME Tools ribbon

do this in the addin

  • from Torrin
@jmaxmarno jmaxmarno added the testing feedback feedback from beta testing label Aug 19, 2020
@dspinosa
Copy link
Contributor

image

@torrin47
Copy link
Collaborator

torrin47 commented Mar 10, 2023

For SCCM distribution, add-in simply needs to be copied to this default location: %System Drive%\Users<username>\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<username>\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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing feedback feedback from beta testing
Projects
None yet
Development

No branches or pull requests

3 participants