Search Results for

    Show / Hide Table of Contents

    Launcher Configuration

    Configuration section for the handling of launcher deployment types.

    Example

    <launcherConfiguration>
        <persistContentInClientCache value="false" />
        <pathRegistry value="Software_Cusotm\Apps" />
        <returnCodes> ... </returnCodes>
    </launcherConfiguration>
    

    Elements

    persistContentInClientCache

    Attribute Type Description Required Version
    value boolean Option to persist content in the client cache. Default value false. - ≥1.0.0

    pathRegistry

    Attribute Type Description Required Version
    value string A registry path to the location where all applications are registered. This registry key is used by netECM:Launcher on reruns or can be used from SCCM 2012 as Detection method and for reporting tools. The default path is HKLM\Software_Custom\Apps. X ≥1.0.0

    Other Elements

    Element Description Required Version
    returnCodes Configure alle valid return codes of the deployment. X ≥1.0.0
    Back to top