<CFREGISTRY ACTION="Set"
    BRANCH="branch"
    ENTRY="key or value"
    TYPE="value type"
    VALUE="data">

Use CFREGISTRY with the Set action to add a registry key, add a new value, or update value data.

BRANCH

Required. The name of the registry branch containing the key or value to be set.

ENTRY

Required. The key or value to be set.

TYPE

Optional. The type of data you want to set:

VALUE

Optional. The value data to be set. If you omit this attribute, CFREGISTRY creates default value data, as follows:

Usage

CFREGISTRY creates the key or value if it does not exist.