이제 한글2008리눅스도 설치하고, MS Office 2010도 와인1.5를
통하여 설치하였습니다.
마지막으로 Internet Explorer만 설치하면, 윈도우에서 필요했던
프로그램들을 뷰어 형식으로라도 사용이 모두 가능하게 되는데
말이죠. ^^;
설치방법은 다음글을 참조했는데, 설치가 되다가 중간에 오류가 납니다.
설치에 성공하신분 댓글 부탁드립니다.
1 ) Installation of Wine
sudo apt-get install wine cabextract
2 ) Then run the following from the Terminal:
winetricks comctl32 comctl32.ocx corefonts gdiplus gecko msls31 msxml3 msxml4 msxml6 riched20 riched30 tahoma
3 ) Run Wine config:
winecfg
Select the "Libraries" tab. Select the msvcrt.dll and hit the "Remove" button.
4 ) Create the following DLL overrides:
"browseui"="native, builtin"
"comctl32"="builtin"
"crypt32"="native, builtin"
"gdiplus"="native"
"hhctrl.ocx"="native, builtin"
"hlink"="native, builtin"
"itircl"="native, builtin"
"itss"="native, builtin"
"jscript"="native, builtin"
"mlang"="native, builtin"
"mshtml"="native, builtin"
"msimtf"="native,builtin"
"msxml3"="native,builtin"
"riched20"="native,builtin"
"riched32"="native,builtin"
"secur32"="native, builtin"
"shdoclc"="native, builtin"
"shdocvw"="native, builtin"
"shlwapi"="native, builtin"
"url"="native, builtin"
"urlmon"="native, builtin"
"usp10"="native, builtin"
"uxtheme"="native,builtin"
"wininet"="builtin"
"wintrust"="native, builtin"
5 ) Download Windows Internet Explorer 7 for Windows XP :
http://www.microsoft.com/downloadS/deta ... laylang=en6 ) Install Internet Explorer 7 using following Command on terminal:
wine IE7-WindowsXP-x86-enu.exe
7 ) After the installation run winecfg again and set comctl32.dll back to builtin
(Wine).
8 ) Reboot Wine :
wineboot -k
9 ) Run IE7 :
wine "c:/Program Files/Internet Explorer/iexplore.exe"