User Guide
Distributing CFX Tags 405
To delete a CFX tag:
• Click the Delete Applet (right-most) icon in the Controls column of the
Registered CFX Tags list for the tag you want to delete.
On Windows NT only, the Visual C++ Custom Tag Wizard automatically registers
custom tags so that they can be tested and debugged.
Distributing CFX Tags
If you are distributing a custom tag, you can automatically register it during the
setup process by writing the registration entries directly into the registry. The
following table lists the registry entries.
The following table lists the registry entries for Java:
The following table lists the registry entries for C++:
You can create a file containing this information by using the Windows Regedit
utility to export the registry entry from a machine on which the custom tag is already
installed.
On Windows NT, use Regedit to import custom tags to the registry. On UNIX you
must edit the registry data file, located in /opt/coldfusion/registry/cf.registry.
Entry Value
Hive
HKEY_LOCAL_MACHINE
Key
SOFTWARE\Allaire\ColdFusion\CurrentVersion\CustomTags\
TagName
ClassName
The name of the class to call.
Description
A description of the tag’s functionality for browsing by end users.
Entry Value
Hive
HKEY_LOCAL_MACHINE
Key
SOFTWARE\Allaire\ColdFusion\CurrentVersion\CustomTags\
TagName
LibraryPath
The full path to the DLL (Windows NT) or shared object (UNIX)
that implements the custom tag.
ProcedureName
The name of the procedure to call for processing tag requests.
Description
A description of the tag’s functionality for browsing by end users.
CacheLibrary
Indicates whether to keep the DLL or shared object loaded in
RAM (1 or 0).