|
Actually you don't need to HTML Help Workshop to decompile CHM files. Just open a dos prompt and type:
hh.exe -decompile <folder> <chm>
<folder> is the destination folder to decompile to, and <chm> is the source .chm to decompile. Hh.exe is the HTML Help executable, which is already on your system.
|