Search Results for

    Show / Hide Table of Contents

    Components

    The netECM:Launcher consists of four main components.

    Component Description
    RunLauncher.exe The RunLauncher is contained in every software package and has two parameters(/install and /uninstall). The RunLauncher is responsible for locating the Launcher.exe on the client computer and then to start the Launcher.exe process.
    LauncherConfig.xml This configuration file defines which actions have to run during the installation. The syntax is easy to learn and mainly consist of one section for the install actions and one for the uninstall.
    Launcher.exe The Launcher.exe is the main component for the installation and is installed on every client. All package logic is included in this component.
    Launcher.exe.config This configuration file is located in the same directory like the Launcher.exe and contains global application settings which can be configured Launcher.exe.Config File, during setup or with MSI properties.

    Config Files for netECM:Launcher

    File Name Description
    LauncherConfig.xml The configuration of each single software package.
    Launcher.exe.config The general configuration of the netECM:Launcher.
    OpenProcessHandler.exe.config The configuration of the Open Process Handler.
    Back to top