-1

Installed vine and verified same but it is not appearing in the context menu i`m trying to install an .exe file from a usb stick where do the vine files reside as a newby i need a clue or two

Dobby
  • 1

1 Answers1

1

I assume you want to install a .exe file and find the file system.

Specifying your username is dobby, Wine would be located in

/home/dobby/.wine

and your files would be in

/home/dobby/.wine/drive_c

or

/home/dobby/.wine/dosdevices/c:

To install an exe, you can run it using

wine /path/to/your/wine.exe

or, if it's standalone, you can move it to

/home/dobby/.wine/drive_c/Program\ Files/FolderForExe/wine.exe

Edit: TLDR, just run

wine nameoffile.exe

to use an EXE

Amint
  • 444