Search Results for

    Show / Hide Table of Contents

    applicationExecutionHandler

    This element enables or disables the application execution handler. The handler reads the conditions set in the XML Syntax LauncherConfig.xml and sets the registry to prevent these applications from starting. This Element is available since version 1.9.0. Parent Element: launcherSettings

    Example

    <applicationExecutionHandler enabled="true" debugApplication="" />
    

    Elements

    Element Description
    enabled Boolean value that can be true or false. True enables the handler, false disables the handler.
    debugApplication The path to the applicationExecutionHandler.exe. The setup sets this automatically at the installation.
    Back to top