Skip to content

Instantly share code, notes, and snippets.

@christian-korneck
Created March 23, 2018 03:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christian-korneck/9a9f06b661484283a7e839dd3bc038af to your computer and use it in GitHub Desktop.
Save christian-korneck/9a9f06b661484283a7e839dd3bc038af to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<ADLMCUSTOMENV VERSION="1.0.0.0">
<PLATFORM OS="Windows">
<KEY ID="ADLM_COMMON_BIN_LOCATION">
<!--Path to the AdLM shared executables-->
<STRING><path to maya netinstall>\adlm\R14\Program Files\Common Files\Autodesk Shared\Adlm\R14</STRING>
</KEY>
<KEY ID="ADLM_COMMON_LIB_LOCATION">
<!--Path to the AdLM shared libraries-->
<STRING><path to maya netinstall>\adlm\R14\Program Files\Common Files\Autodesk Shared\Adlm\R14</STRING>
</KEY>
<KEY ID="ADLM_COMMON_LOCALIZED_DATA_LOCATION">
<!--Path to the AdLM shared localized resource files (do not include the language folder)-->
<STRING><path to maya netinstall>\adlm\R14\Program Files\Common Files\Autodesk Shared\Adlm\R14</STRING>
</KEY>
<KEY ID="ADLM_ERROR_TABLE_LOCATION">
<!--Path to AdlmErrorCodes.xml-->
<STRING><path to maya netinstall>\adlm\R14\ProgramData\Autodesk\Adlm\R14</STRING>
</KEY>
<KEY ID="ADLM_PIT_FILE_LOCATION">
<!--Path to the ProductInformation.pit file-->
<STRING><path to maya netinstall>\adlm\R14\ProgramData\Autodesk\Adlm</STRING>
</KEY>
<KEY ID="ADLM_CASCADE_FILE_LOCATION">
<!--Path where the CascadeInfo.cas file will be created (this should always be on the client machine)-->
<STRING>C:\ProgramData\Autodesk\Adlm</STRING>
</KEY>
<KEY ID="ADLM_LICENSE_FILE_LOCATION">
<!--Path to a directory containing one or more .lic files (API override)-->
<STRING><path to maya netinstall>\adlm\R14</STRING>
</KEY>
<KEY ID="ADLM_APPLICATION_ADLM_RESOURCE_LOCATION">
<!--Path to the AdlmIntRes.xml file (API override)-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_APPLICATION_ERROR_LOG_FILE">
<!--Path and filename of the application AdLM log file (API override)-->
<STRING></STRING>
</KEY>
<KEY ID="CLM_COMMON_BIN_LOCATION">
<!--Path to the AdLM shared executables-->
<STRING><path to maya netinstall>\adlm\R14\Program Files\Common Files\Autodesk Shared\CLM\V5\MSVC14</STRING>
</KEY>
<KEY ID="CLM_COMMON_DATA_LOCATION">
<!--Path to the AdLM shared libraries-->
<STRING><path to maya netinstall>\adlm\R14\ProgramData\Autodesk\CLM\V5</STRING>
</KEY>
</PLATFORM>
<PLATFORM OS="Mac">
<KEY ID="ADLM_COMMON_BIN_LOCATION">
<!--Path to the AdLM shared executables-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_MAC_FRAMEWORK_LOCATION">
<!--Path to the Adlm.framework file-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_PIT_FILE_LOCATION">
<!--Path to the ProductInformation.pit file-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_CASCADE_FILE_LOCATION">
<!--Path where the CascadeInfo.cas file will be created (this should always be on the client machine)-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_LICENSE_FILE_LOCATION">
<!--Path to a directory containing one or more .lic files (API override)-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_APPLICATION_ADLM_RESOURCE_LOCATION">
<!--Path to the AdlmIntRes.xml file (API override)-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_APPLICATION_ERROR_LOG_FILE">
<!--Path and filename of the application AdLM log file (API override)-->
<STRING></STRING>
</KEY>
<KEY ID="CLM_COMMON_BIN_LOCATION">
<!--Path to the AdlmIntRes.xml file (API override)-->
<STRING></STRING>
</KEY>
<KEY ID="CLM_COMMON_DATA_LOCATION">
<!--Path and filename of the application AdLM log file (API override)-->
<STRING></STRING>
</KEY>
</PLATFORM>
<PLATFORM OS="Linux">
<KEY ID="ADLM_COMMON_BIN_LOCATION">
<!--Path to the AdLM shared executables-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_COMMON_LIB_LOCATION">
<!--Path to the AdLM shared libraries-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_COMMON_LOCALIZED_DATA_LOCATION">
<!--Path to the AdLM shared localized resource files (do not include the language folder)-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_ERROR_TABLE_LOCATION">
<!--Path to AdlmErrorCodes.xml-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_PIT_FILE_LOCATION">
<!--Path to the ProductInformation.pit file-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_CASCADE_FILE_LOCATION">
<!--Path where the CascadeInfo.cas file will be created (this should always be on the client machine)-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_LICENSE_FILE_LOCATION">
<!--Path to a directory containing one or more .lic files (API override)-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_APPLICATION_ADLM_RESOURCE_LOCATION">
<!--Path to the AdlmIntRes.xml file (API override)-->
<STRING></STRING>
</KEY>
<KEY ID="ADLM_APPLICATION_ERROR_LOG_FILE">
<!--Path and filename of the application AdLM log file (API override)-->
<STRING></STRING>
</KEY>
<KEY ID="CLM_COMMON_BIN_LOCATION">
<!--Path to the AdlmIntRes.xml file (API override)-->
<STRING></STRING>
</KEY>
<KEY ID="CLM_COMMON_DATA_LOCATION">
<!--Path and filename of the application AdLM log file (API override)-->
<STRING></STRING>
</KEY>
</PLATFORM>
</ADLMCUSTOMENV>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment