Search Results for

    Show / Hide Table of Contents

    XML Syntax LauncherConfig.xml

    The filename of this file has always to be Launcher.xml and needs to be in the same directory like RunLauncher.exe.

    The basic structure of the content is:

    <launcherConfig> 
        <metadata> ... </metadata> 
        <installTask> ... </installTask> 
        <uninstallTask> ... </uninstallTask> 
    </launcherConfig>
    

    Elements

    Element Name Required Description
    metadata X Specified metadata for a software package.
    installTask X Defines main process to install a software package.
    uninstallTask Defines main process to uninstall a software package. If it's not specified exit code 0 is returned and nothing is changed in the registry. These packages can not be used in a supersedence with uninstall, only in a supersedence without uninstall of the old product.
    Back to top