<?xml version="1.0" encoding="utf-8"?>
<errors
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="./ errors.xsd">
  <version>1.0</version>
  <settings>
    <downloadPath>https://emsfs.autodesk.com/utility/SolutionFramework/FY19/SolutionProvider.exe</downloadPath>
    <!--The attribute to search for an error solution in the errors.xml
     options are:
     errorSignature = 1
     errorCode = 2
     errorCode and errorSignature = 3
    -->
    <searchOption>3</searchOption>
    <productPropWeights>
      <prodline>160</prodline>
      <release>80</release>
      <componentName>40</componentName>
      <platform>20</platform>
      <language>10</language>
    </productPropWeights>
  </settings>
  <!--
    Error Classes represent groups of errors. e.g Install errors, Download errors, Deployment errors.
    origin is a type of component from where error is originated
    -->
  <!--<class id="ErrorClass" origin="">
    <error id = "errorId" name="Error name" errorCode="" signature="" aknURL="">
      <product prodline="" language=""  release="" />
      -->
  <!-- optional, by default applicable to all. -->
  <!--
      -->
  <!-- For future use.. We may enhance to fix install errors. -->
  <!--
      <solution id="" ActionType="" ActionName = "" source = ""/>
    </error>
  </class>-->
  <class id="EXE-Errors" originator="ThirdPartyEXE">
    <error id = "DotNet-5100" name=".NET Framework 4.7 Installation Failure" errorCode="5100" signature="" aknURL="http://www.autodesk.com/install-dotnet4.7error5100">
      <product componentName=".NET Framework Runtime 4.7"/>
    </error>
  </class>
  <class id="MSI-Errors" originator="WindowsInstaller">
    <error id = "MissingFile" name="Missing File Error" errorCode="1603" signature="Error 1309. Error reading from file:" aknURL="http://www.autodesk.com/install-missingfileerror1309">
    </error>
    <error id = "ACAD_Running" name="Detected an instance of AutoCAD running" errorCode="1603" signature="CustomAction CheckForRunningTasks returned actual error code 1603" aknURL="tbd">
    </error>
    <error id = "SECUREREPAIR" name="Secure Repair (SECREPAIR) Failure" errorCode="1603" signature="SECUREREPAIR: Failed to CreateContentHash of the file:" aknURL="http://www.autodesk.com/install-overlappedIoerror997">
    </error>
    <error id = "SECUREREPAIR" name="SecRepair redirect" errorCode="1603" signature="SECREPAIR: Failed to create hash for the install source files" aknURL="http://www.autodesk.com/install-overlappedIoerror997">
      <product prodline="" language=""  release="" componentName=""/>
    </error>
    <error id = "OverlappedIO" name="SecRepair Overlapped IO Redirect" errorCode="1603" signature="Error 997. Overlapped I/O operation is in progress." aknURL="http://www.autodesk.com/install-overlappedIoerror997">
    </error>
    <error id = "1706-NoValidSource" name="Unable to resolve source" errorCode="1603" signature="Error 1706. No valid source could be found for" aknURL="http://www.autodesk.com/Install-novalidsouceerror1706-civil3d">
    </error>
  </class>
  <class id="Install-Framework-Errors" originator="InstallFramework">
    <error id = "incompleteInstall" name="Some products failed to install" errorCode="" signature="Installation complete. Some products failed to install" aknURL="http://www.autodesk.com/install-someproductsfailedtoinstall">
    </error>
    <error id = "installFailed" name="Product Already Installed" errorCode="" signature="Product Already Installed" aknURL="https://knowledge.autodesk.com/customer-service/download-install/remove-products/using-microsoft-fixit">
    </error>
    <error id = "IFAlliedProduct" name="Allied product not found" errorCode="1603" signature="Allied product is not found" aknURL="https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-when-installing-Autodesk-Products-Allied-products-not-found.html">
    </error>
  </class>
</errors>
