Home › Forums › General XMetaL Discussion › XMetaL doesn’t seem to see an installed HTML Help Workshop › Reply To: XMetaL doesn’t seem to see an installed HTML Help Workshop
Reply to: XMetaL doesn’t seem to see an installed HTML Help Workshop
April 27, 2010 at 9:10 pmThe product uses the following Windows Registry entry's default value to obtain the folder where HTML Help Workshop has been installed:
HKEY_CLASSES_ROOTCLSID{BFE0CC32-6A4C-11D0-A1F0-0800361A1803}InprocServer32
Check to see that this key exists and what the value for (DEFAULT) is. If it doesn't exist then perhaps there is a way to install this tool without creating such an entry (impossible?) or perhaps there is a different installer that creates a different entry?
You could then search the registry for the following, which is the entry listed inside that key for the {DEFAULT} value: sprbuild.dll
Typically the full value will be C:Program FilesHTML Help Workshopsprbuild.dll
(we strip off the last part and use the folder path by itself)
If you find this value elsewhere you could let us know what the key is that has been created on your system instead of the one above. That way we might be able to alter our code to check for it in addition to the “standard” one. It seems unlikely that there would be a different one but I suppose it is possible.