chm.rst
changeset 1753 05aa5edc58f8
parent 1749 75dbfc9f9af0
child 1757 bf335700acbe
equal deleted inserted replaced
1752:2de01e42c8ac 1753:05aa5edc58f8
    48 <http://msdn.microsoft.com/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp>`_
    48 <http://msdn.microsoft.com/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp>`_
    49 and install it as::
    49 and install it as::
    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 
    55   cabextract -F hhupd.exe htmlhelp.exe
    55   cabextract -F hhupd.exe htmlhelp.exe
    56   cabextract -F itircl.dll hhupd.exe
    56   cabextract -F itircl.dll hhupd.exe
    57   cabextract -F itss.dll hhupd.exe
    57   cabextract -F itss.dll hhupd.exe
    58   cp -a itircl.dll ~/.wine/drive_c/windows/system32/
    58   cp -a itircl.dll ~/.wine/drive_c/windows/system32/
    83   $ sudo apt-get install xchm
    83   $ sudo apt-get install xchm
    84   $ sudo apt-get install gnochm
    84   $ sudo apt-get install gnochm
    85 
    85 
    86   $ wine hh $FILE
    86   $ wine hh $FILE
    87 
    87 
       
    88 Decompiler.
       
    89 ===========
       
    90 
       
    91 For Windows::
       
    92 
       
    93   cmd> hh.exe -decompile %OUTDIR% %INFILE%.chm
       
    94   cmd> 7z x -o%OUTDIR% %INFILE%.chm
       
    95 
       
    96 Under Linux::
       
    97 
       
    98   $ 7z x -o$OUTDIR $INFILE.chm
       
    99 
       
   100   $ sudo apt-get install libchm-bin
       
   101   $ extract_chmLib $INFILE.chm $OUTDIR
       
   102 
       
   103