Search Results for

    Show / Hide Table of Contents

    netECMApp.exe.config

    In the netECMApp.exe.config global settings can be defined. This article describes how to

    Example

    <netEcmConfiguration> 
        <license key= ""/> 
        <documentationTemplate name="DocTemplate" /> 
        <deployTemplatePhysical name="DeployTemplatePhysical" /> 
        <deployTemplateVirtual name="DeployTemplateVirtual" />
        <gui> ... </gui> 
        <languages> ... </languages> 
        <globalCollectionConfiguration> ... </globalCollectionConfiguration> 
        <sccmSites> ... </sccmSites> 
        <customRequirements> ... </customRequirements> 
        <launcherConfiguration> ... <launcherConfiguration> 
        <scriptConfiguration> ... </scriptConfiguration> 
        <msiConfiguration> ... </msiConfiguration> 
        <appvConfiguration> ... </appvConfiguration> 
        <launcherRegistrationConfiguration> ... </launcherRegistrationConfiguration> 
        <collectionDialog> ... </collectionDialog>
    </netEcmConfiguration> 
    

    Elements

    license

    Attribute Type Description Required Version
    key string The license provided by Netree AG. Order a trial key. X ≥1.0.0

    documentationTemplate

    Attribute Type Description Required Version
    name string A relative or absolute path to a folder which contains the documentation template. This folder is copied to the Documentation folder on creating a new application file structure with netECM:App Create Folder. X ≥1.0.0

    deployTemplatePhysical

    Attribute Type Description Required Version
    name string A relative or absolute path to a folder which contains the deploy template for physical applications. This folder is copied to the Deploy folder of every physical Deployment Type on creating a new application file structure with netECM:App Create Folder. X ≥1.0.0

    deployTemplateVirtual

    Attribute Type Description Required Version
    name string A relative or absolute path to a folder which contains the deploy template for virtual applications. This folder is copied to the Deploy folder of every virtual Deployment Type on creating a new application file structure with netECM:App Create Folder. - ≥1.7.0

    Other Elements

    Element Description Required Version
    gui Settings for the appearance of the application. X ≥1.0.0
    languages Available languages for applications. X ≥1.0.0
    globalCollectionConfiguration Configuration of collection templates. X ≥1.0.0
    sccmSites Configuration of available SCCM Sites. X ≥1.0.0
    customRequirements Configuration of custom requirements based on registry keys. - ≥1.6.0
    launcherConfiguration Configuration section for the handling of launcher deployment types. X ≥1.0.0
    scriptConfiguration Configuration section for the handling of script deployment types. X ≥1.0.0
    msiConfiguration Configuration section for the handling of Msi deployment types X ≥1.0.0
    appvConfiguration Configuration section for the handling of App-V deployment types. X ≥1.12.0
    launcherRegistrationConfiguration Configuration section for the registration of netECM:Launcher. X ≥1.11.0
    collectionDialog Default settings for the collection dialog. - ≥1.14.0
    Back to top