[Bug 7517] fixme:itss:ITStorageImpl_SetControlData breaks HTML Help Workshop compiler
https://bugs.winehq.org/show_bug.cgi?id=7517 Oleksandr Gavenko <gavenkoa(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gavenkoa(a)gmail.com --- Comment #17 from Oleksandr Gavenko <gavenkoa(a)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! -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org