Microsoft HTML Help distribution

Understand how you can distribute Microsoft HTML help content to your users using Microsoft HTML Help distribution in FrameMaker.

If you publish your output to Microsoft HTML Help, use the following instructions to distribute your help to your end users.

What you deliver to the developer

Distribute the following system Help files to the developer for installation with the program executable (EXE) file. Or, distribute the files for stand-alone use.

Note: Users can run stand-alone Microsoft HTML Help by double-clicking the CHM file in Windows Explorer.
CHM

A single distributed Help system in a single Help file, in addition to any CHM files for sub-projects to the master project. These child CHM files are not compiled into the master CHM.

HLP, CNT

If the project includes links to topics in a compiled WinHelp file, distribute the HLP and CNT files. They are not compiled into the master CHM file.

DOC, PDF, XLS

If the project include links to external files, distribute the external files. They are not compiled into the master CHM file unless they are added to the Baggage Files folder.

What the developer has to do

The application developer distributes the following support files, depending on the features used in the project and the versions of Windows that users have.

Note: The Adobe licensing agreement lets you redistribute Microsoft HTML Help and Internet Explorer files with the HTML Help output.

Register ActiveX controls

If the project provides ActiveX controls, provide these instructions to users so they can register the controls that you distribute with the Help system.

  1. Click Start and type cmd in the search box.

  2. In the search results, select Run as administrator.

    Note: If you get the User Account Control prompt, click Yes to continue.
  3. To register the HHActiveX.DLL file, type the following command in the command prompt, specifying the HHActiveX.DLL path, and press Enter:

    regsvr32 [path] hhactivex.dll
  4. To register third-party ActiveX controls, type the following command and press Enter:

    regsvr32 [activex_name.dll or activex_name.ocx]
  5. Close the command prompt window.