Search Results for

    Show / Hide Table of Contents

    MSI Configuration

    Configuration section for the handling of MSI deployment types. Currently this section is used for the registration of the launcher.

    Example

    <msiConfiguration> 
        <persistContentInClientCache value="false" /> 
        <returnCodes> ... </returnCodes>
    </msiConfiguration> 
    

    Elements

    persistContentInClientCache

    Attribute Type Description Required Version
    value boolean Option to persist content in the client cache. Default value false. - ≥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