Search Results for

    Show / Hide Table of Contents

    openProcessHandler

    This element enables or disables the open execution handler. Parent Element: launcherSettings

    The handler reads the Conditions set in the LauncherConfig.xml and checks whether or not these applications are running.

    Conditions can be set for applications that need to run and applications that are not allowed to run.

    The process is the almost the same. This Element is available since version 1.9.0.

    Allowed

    The handler does not check whether or not allowed applications are running.

    No information concerning the allowed applications gets displayed. If a required application does not run, the installation process fails and the Launcher reports back exit code 99906.

    Not allowed

    If the applications are running, the handler shows a window that allows the user to close the applications. The timeout setting determines how many seconds the user has before the applications are closed automatically (e.g. 0 meaning instantly, 120 meaning after 2 minutes).

    The handler constantly checks if the applications are still open. Once all applications are closed, the installation of the application gets triggered again.

    Example

    <openProcessHandler enabled="true" timeout="" processManagementApplication="" />
    

    Elements

    Element Description
    enabled Boolean value that can be true or false. True enables the handler, false disables the handler.
    timeout The seconds that the user is given to either close or open the applications.
    processManagementApplication The path to the openProcessHandler.exe. The setup sets this automatically at the installation.
    Back to top