Is there some trick installing a .exe file using Wine?
Edmund Laugasson
ed.lau at mail.ee
Wed Jan 21 19:33:46 UTC 2009
>> I have been watching a poker program on late night TV, 2am. They suggest I
>> can play for free with playmoney. I downloaded the package, which is
>> an .exe, but I don't know how to install it. Can you help me.
> Try typing in a terminal (or from the run command dialogue)
> wine \path\to\program\playmoney.exe
> Write back and let us know what errors you get.
env WINEPREFIX="/home/steven/.wine" wine "C:\downloads\Playmoney\Playmoney.exe"
... if your downloaded filename is Playmoney.exe and username is steven.
Wine configuration command is winecfg from Linux command line, where the drive C: is ../drive_c in
the tab "Drives". there is also the button "Autodetect", which is useful and after pressing that
these settings can be saved by pressing "Apply" button.
that "../drive_c" is located in Linux filesystem at /home/steven/.wine/drive_c
So, you can add folders in Linux in Wine config as drive you want.
More information about the kubuntu-users
mailing list