Where can I download the Microsoft HTML Help 2 compiler (or bounding SDK)? I want to generate HTML 2 documentation from my programming projects using Sandcastle Help File Builder and the Sandcastle Guided Installation wizard is instructing me to download that component.
Excerpt about HTML 2 taken from Sandcastle main page:
The HTML Help 2.x output includes a valid set of collection files and an H2Reg.exe configuration file to simplify deployment and integration of the help file into existing collections such as those used by Visual Studio.
The HTML Help 2 compiler is available from Microsoft in the Visual Studio 2008 SDK 1.0 download.
(You shouldn't need to have Visual Studio 2008 IDE installed to have these SDK tools.)
Apparently the file needed is hxcomp.exe
After installation of the SDK (on x64 system) the needed file was installed here and the Sandcastle Wizard found it.
On an x86 system it would be found under the regular
Program Files
folder name.Addendum Notes: About tracking down the answer, etc:
According to a CodePlex Sandcastle Help File Builder forum post:
The article referenced in the above post mentions:
Although I found the solution by installing the recommended VS 2008 SDK 1.0, you might use one of the alternate sources listed in the points.