[Bug 7517] fixme:itss:ITStorageImpl_SetControlData breaks HTML Help Workshop compiler

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Sep 18 12:13:11 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=7517

Oleksandr Gavenko <gavenkoa at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gavenkoa at gmail.com

--- Comment #17 from Oleksandr Gavenko <gavenkoa at 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.



More information about the wine-bugs mailing list