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