Install with wine

Hello, here I am again with another question! :slight_smile:

I am installing some programs in Linux that are acctually ment for windows (using wine ofcourse), oftenly the installation works just fine and the programs execute fine after the installation is complete. Now to my problem. I cant find my installed programs after I install them! how do find the folder in wich it was installed?? lets for example say that the installation said... "Install to C:\Program\Adobe\Photoshop 7.0", where is that in Linux? :confused:

I couldn't tell you where the folder is, but have you tried the find command to get your missing file?

find / -name Photoshop*

The * is a wild card. Photoshop* will probably work better than Photoshop 7.0, due to the fact that most Unix shells don't deal very well with spaces in filenames.

Normally they will be somewhere under ~/.wine/fake_windows/......