Jump to content

Installing Wine...


Recommended Posts

Hey i tried installing Wine a few times today getting the same result every time -> Nothing!

 

 

I installed the RPM for Mandriva (I'm using the Free, KDE).

 

I cannot find the Wine program activation file anywhere... (Thanks to anyone who can help me out).

 

 

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

I cannot find the Wine program activation file anywhere

In a terminal do

which wine

is it there?

If so, do

wine /path/to/your-windows.exe

replacing 'your-windows.exe' with the name of the .exe you want to run.

 

I should also add that you should place the windows.exe in the ~/.wine/drive_c/windows directory.

Edited by Greg2
Link to comment
Share on other sites

I should also add that you should place the windows.exe in the ~/.wine/drive_c/windows directory.

 

It will probably make no difference in practice, but I would recommend putting a "setup.exe" type file in ~/.wine/drive_c. (On a Windows system one would not usually place a setup.exe in the \windows folder.) If it's a program executable (although Windows programs rarely come as a single executable), I'd put it in a new folder in ~/.wine/drive_c/Program Files. These correspond with normal Windows usage and could be what the program (or the setup program) expects.

 

Jim

Link to comment
Share on other sites

Ignore the setup.exe and windows.exe stuff. Just do the command as mentioned earlier:

 

wine /home/username/setup.exe

 

or whatever the .exe file is you are trying to run/install.

Link to comment
Share on other sites

You may also want to go to:

 

http://appdb.winehq.org/appview.php?iAppId=2169

 

Click on your version number. You may find some useful tips on installation and usage.

 

I find that it's a good idea to check out the appDB at winehq before trying to install an application under wine.

 

 

Jim

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...