Search Results for

    Show / Hide Table of Contents

    Custom Requirements

    Configuration of custom requirements based on registry keys. This feature is only available in version 1.6.0 and newer.

    Example

    <customRequirements> 
        <customRequirement name="Abteilung" required="true"
                           registryKey="HKEY_LOCAL_MACHINE\SOFTWARE\Value" > 
            <options> ... </options> 
        </customRequirement> 
    </customRequirement> 
    

    Elements

    customRequirement

    Attribute Type Description Required Version
    name string The name which should be displayed in the GUI. X ≥1.6.0
    registryKey string The path to the registry value which is checked for the value specified in the options. X ≥1.6.0
    required boolean This determines if the requirement is mandatory or if it's allowed to register an application without the requirement. - ≥1.6.0

    Other Elements

    Element Description Required Version
    options These options are displayed in a dropdown. These values are checked against the specified registryKey. X ≥1.6.0
    Back to top