|
HHW4Wine
Microsoft HTML Help Workshop with Wine How-to
Requirements
Setup
wine winecfg wine htmlhelp.exe 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/ wine regsvr32 /s 'C:\WINDOWS\SYSTEM32\itircl.dll' wine regsvr32 /s 'C:\WINDOWS\SYSTEM32\itss.dll' wget http://activex.microsoft.com/controls/vc/mfc40.cab cabextract mfc40.cab wine mfc40.exe wget -N http://activex.microsoft.com/controls/vc/mfc40.cab cabextract -F mfc40.exe mfc40.cab cabextract -F mfc40.dll mfc40.exe cp -a mfc40.dll ~/.wine/drive_c/windows/system32/ Alternatively, download htmlhelp.reg and the htmlhelp.sh script, which will do all the work above for you. UsageYou can now run the command line compiler by doing wine 'C:\Program Files\HTML Help Workshop\hhc.exe' ... You can now run the workshop by doing wine 'C:\Program Files\HTML Help Workshop\hhw.exe' ... Links |
Sign in to add a comment