https://bugs.winehq.org/show_bug.cgi?id=7517
Oleksandr Gavenko gavenkoa@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gavenkoa@gmail.com
--- Comment #17 from Oleksandr Gavenko gavenkoa@gmail.com --- I provide instruction to make usable HTML Help Workshop with Wine 1.6.2 (package from Debian 8).
Get official HTML Help Workshop distribution from any:
http://msdn.microsoft.com/en-us/library/ms669985 Microsoft HTML Help Downloads. http://www.microsoft.com/en-us/download/details.aspx?id=21138 HTML Help Workshop and Documentation.
Set Wine's Windows version to Windows 2000 (or above):
$ wine winecfg
Install necessary dependency:
$ winetricks mfc40
Alternative official source for mfc40 is http://activex.microsoft.com/controls/vc/mfc40.cab Extract ``mfc40.exe`` from .cab and run them (by ``cabextract``).
Install Workshop from file system without ``noexec`` attribute:
$ wine htmlhelp.exe
Get necessary native dll from installer, which isn't implemented in Wine (bug report about them):
$ cabextract -F hhupd.exe htmlhelp.exe $ cabextract -F itircl.dll hhupd.exe $ cabextract -F itss.dll hhupd.exe $ cp -a itircl.dll ~/.wine/drive_c/windows/system32/ $ cp -a itss.dll ~/.wine/drive_c/windows/system32/
Set ``itircl.dll`` to native by ``winecfg`` "Libraries" tab.
Enjoy!