Installation Instructions for Fusedoc HELP files for ColdFusion Studio 4.5. You're on your own for other versions.

To make help work (via the HELP tab on the resource pane and the HELP button in the tag editor window):

1. Open drive:\Program Files\Allaire\ColdFusion Studio 4.5\Help\booktree.xml.

2. Add the following lines just above </help_ref> at the bottom of the file.

<help_book path="FuseDocs">Using Fusedocs
<help_page>fusedocexplained.htm</help_page>
<help_page>array.htm</help_page>
<help_page>assert.htm</help_page>
<help_page>assertions.htm</help_page>
<help_page>boolean.htm</help_page>
<help_page>cookie.htm</help_page>
<help_page>datetime.htm</help_page>
<help_page>file.htm</help_page>
<help_page>fusedoc.htm</help_page>
<help_page>in.htm</help_page>
<help_page>io.htm</help_page>
<help_page>list.htm</help_page>
<help_page>note.htm</help_page>
<help_page>number.htm</help_page>
<help_page>out.htm</help_page>
<help_page>passthrough.htm</help_page>
<help_page>properties.htm</help_page>
<help_page>property.htm</help_page>
<help_page>recordset.htm</help_page>
<help_page>responsibilities.htm</help_page>
<help_page>string.htm</help_page>
<help_page>structure.htm</help_page>
</help_book>

3. Create a sub-directory called "Fusedoc" in 
drive:\Program Files\Allaire\ColdFusion Studio 4.5\Help

4. Copy these .htm files into:
drive:\Program Files\Allaire\ColdFusion Studio 4.5\Help\Fusedoc

5. Close Studio and open it back up and the changes will take effect.