We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
automatically and/or include toggle in EME Tools ribbon
do this in the addin
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
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>
No branches or pull requests
automatically and/or include toggle in EME Tools ribbon
do this in the addin
The text was updated successfully, but these errors were encountered: