chm.rst
changeset 1757 bf335700acbe
parent 1753 05aa5edc58f8
child 1759 6f62f6dccf2c
equal deleted inserted replaced
1756:75cd552d9c60 1757:bf335700acbe
    43 use the native itss.dll, both via ``winecfg``::
    43 use the native itss.dll, both via ``winecfg``::
    44 
    44 
    45   wine winecfg
    45   wine winecfg
    46 
    46 
    47 Download `Microsoft HTML Help Workshop
    47 Download `Microsoft HTML Help Workshop
    48 <http://msdn.microsoft.com/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp>`_
    48 <https://msdn.microsoft.com/en-us/library/ms669985.aspx>`_ and install it as
    49 and install it as::
    49 (from non-``noexec`` FS!!)::
    50 
    50 
    51   wine htmlhelp.exe
    51   wine htmlhelp.exe
    52 
    52 
    53 Install ``itircl.dll`` and ``itss.dll`` as::
    53 Install ``itircl.dll`` and ``itss.dll`` as::
    54 
    54 
    69   wine mfc40.exe
    69   wine mfc40.exe
    70   wget -N http://activex.microsoft.com/controls/vc/mfc40.cab
    70   wget -N http://activex.microsoft.com/controls/vc/mfc40.cab
    71   cabextract -F mfc40.exe mfc40.cab
    71   cabextract -F mfc40.exe mfc40.cab
    72   cabextract -F mfc40.dll mfc40.exe
    72   cabextract -F mfc40.dll mfc40.exe
    73   cp -a mfc40.dll ~/.wine/drive_c/windows/system32/
    73   cp -a mfc40.dll ~/.wine/drive_c/windows/system32/
       
    74 
       
    75 Or just::
       
    76 
       
    77   $ winetricks mfc40
    74 
    78 
    75 See:
    79 See:
    76 
    80 
    77  * http://code.google.com/p/htmlhelp/wiki/HHW4Wine
    81  * http://code.google.com/p/htmlhelp/wiki/HHW4Wine
    78 
    82