Microsoft HTML Help distribution

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

1)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.

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

Microsoft HTML Help Support Files Built-in components.

HHActiveX.DLL is an Adobe ActiveX control that provides support for online glossaries and browse sequences. Install and register the HHActiveX.DLL file on user systems. Copy this file from the appropriate location into the same folder as the CHM.

For 32 bit systems:

<Fm_install_location>\fminit\Publisher\Redist\32bit

For 64 bit systems:

<Fm_install_location>\fminit\Publisher\Redist\64bit

If the Help system includes third-party ActiveX controls, install and register the compo­nent support files on the user systems. Users copy the ActiveX control files into a custom folder, placing the path of the alternate folder before the .ocx or .dll extension, and then register the files.

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)Choose Start > Run.

2)To register the HHActiveX.DLL file, type the following command, specifying the HHAc­tiveX.DLL path, and click OK:

regsvr32 [path] hhactivex.dll

3)To register third-party ActiveX controls, type the following command:

regsvr32 [activex_name.dll or activex_name.ocx]