![]() ![]() ![]() |
Use CFREGISTRY with the Set action to add a registry key, add a new value, or update value data.
<CFREGISTRY ACTION="Set" BRANCH="branch" ENTRY="key or value" TYPE="value type" VALUE="data">
Required. The name of the registry branch containing the key or value to be set.
Required. The key or value to be set.
Optional. The type of data you want to set:
Optional. The value data to be set. If you omit this attribute, CFREGISTRY creates default value data, as follows:
CFREGISTRY creates the key or value if it does not exist.
![]() ![]() ![]() |
AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.