Search Results for

    Show / Hide Table of Contents

    Launcher Registration Configuration

    Configuration section for the registration of netECM:Launcher.

    Example

    <launcherRegistrationConfiguration>
        <manufacturerName value="Netree" />
        <productName value="netECMLauncher" />
        <productVersionDownloadPath value="" />
        <workDirectory value="" />
        <licenseKey value="" />
        <logDirectory value="%TEMP%" />
        <customParameters>
            <customParameter value="CFG_OPENPROCESSHANDLERENABLED=1" />
        </customParameters>
    </launcherRegistrationConfiguration>
    

    Elements

    manufacturerName

    Attribute Type Description Required Version
    value string Name of the netECM:Launcher manufacturer. Default value 'Netree'. The manufacturer and product name are used to detect an already registered launcher. The check is done in the deploxment path. X ≥1.11.0

    productName

    Attribute Type Description Required Version
    value string Product name netECM:Launcher component. Default value 'netECMLauncher'. The manufacturer and product name are used to detect an already registered launcher. The check is done in the deployment path. X ≥1.11.0

    productVersionDownloadPath

    Attribute Type Description Required Version
    value string Uri which provides the current version info of the launcher to download. X ≥1.11.0

    workDirectory

    Attribute Type Description Required Version
    value string Working directory in which the launcher is being downloaded during the registration process. If the value is an empty string, the working directory is created in the application directory. X ≥1.11.0

    licenseKey

    Attribute Type Description Required Version
    value string Definition of the license key for the launcher. The key is being automatically inserted in the wizard, if it exists. X ≥1.11.0

    logDirectory

    Attribute Type Description Required Version
    value string Directory which is used to write the log file during the installation. If no value is provided, the default location (%temp%) is used. X ≥1.11.0

    customParameter

    Attribute Type Description Required Version
    value string Custom parameter or option.
    Example: CFG_OPENPROCESSHANDLERENABLED=1
    X ≥1.11.0
    Back to top