lost and found ( for me ? )

Showing posts with label Wine HQ. Show all posts
Showing posts with label Wine HQ. Show all posts

Ubuntu 10.10 Server 64bit ver : How to install Windows Applications w/ WINE




# tail -1 /etc/lsb-release
DISTRIB_DESCRIPTION="Ubuntu 10.10"
# uname -r
2.6.35-28-server


[ What’s WINE ? ]

http://www.winehq.org/
You can install n’ run Windows applications on Linux via WINE.

[ Install WINE ]

Install wine n’ ttf-sazanami-* . sazanami-ttf-* is Japanese fonts to display Japanese characters.
# apt-get install wine ttf-sazanami-gothic ttf-sazanami-mincho


Configure DISPLAY settings
# export DISPLAY=:0.0
# xhost +
access control disabled, clients can connect from any host

# echo $DISPLAY
:0.0


[ Install an Windows application ]

In this article , I’ll install visual_certexam_suite_setup.exe.
Open installer ( Ubuntu-> Application -> WINE -> Uninstall Wine Software )

click install -> select an Application you want to install.


pop up an install wizard and follow instructions. ( just click )
Installation is completed!

[ Launch an Application you have installed ]

You can launch Visual CertExam through GUI , Application -> WINE -> Programs -> Application Name


[ Tips ]

How to display Japanese characters

create a symbolic link
# ln -s /usr/share/fonts/truetype/sazanami/sazanami-mincho.ttf  ~/.wine/drive_c/windows/Fonts/


Tools which help you install Windows applications

winetricks , wine-doors , IEs4Linux ( google it if you want to use ! )

Thx for dropping by :)

Run Windows applications on Linux w/ WINE

めもー。

[root@alaska ~]# cat /etc/redhat-release
Fedora release 11 (Leonidas)

[root@alaska ~]# uname -r
2.6.29.6-217.2.16.fc11.i686.PAE

[root@alaska ~]# yum install -y wine.i586 wine-tools.i586

何がインストールできるかなー。

まずは Guitar Pro いれてみよう。

[root@alaska Guitar_Pro]# LANG=C wine Guitar\ Pro\ v5.2.exe

文字化けしないように、LANG=C でインストール。




インストールできたー。音もでるー。

exe ファイルは .wine 下に作成される。

[root@alaska Guitar Pro 5]# pwd
/root/.wine/drive_c/Program Files/Guitar Pro 5

再度起動するときは、こんな感じー

[root@alaska Guitar Pro 5]# wine GP5.exe

Backyard Babies の minus celsius 再生ちゅー。
リフかっこいいー。さすが Dregen !



なんちゃって、コンパネもある。
なんちゃってコンパネからインストールでもいいかも。

[root@alaska system32]# LANG=C wine control.exe <- なんちゃってコンパネ。



ペイントブラシほしいなー。トライ

C:\WINDOWS\system32の mspaint.exe をコピー。

# mv mspaint.exe /root/.wine/drive_c/windows/system32/

起動できるかー。

DLLがないと。

[root@alaska system32]# LANG=C wine mspaint.exe
err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\windows\\system32\\mspaint.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\system32\\mspaint.exe" failed, status c0000135
[root@alaska system32]#

dllをコピー。

# mv mfc42u.dll /root/.wine/drive_c/windows/system32/

try again!

うお、モノクロになった。system32 にある dll をあとで全部コピーしてみよう。。

[root@alaska system32]# LANG=C wine mspaint.exe



ノリノリの tiesto のはずなのに、、これじゃ、よくわかん。
次は何ためしてみよう。