I have two different wine directories and I was wondering which one programs should be run from. I have one that is: .wine/dosdevices/c:/Program Files/ and I have another that is: .wine/drive_c/Program Files/ Both of the Program Files directories have the same programs in them.
abaker wrote:> I have two different wine directories and I was wondering which one programs should be run from. > > I have one that is: > .wine/dosdevices/c:/Program Files/ > > and I have another that is: > .wine/drive_c/Program Files/ > > Both of the Program Files directories have the same programs in them.~/.wine/dosdevices/c: is just a symlink to ~/.wine/drive_c.
should I then always use drive_c to copy any data files into?
On 11/28/10 4:51 PM, abaker wrote:> should I then always use drive_c to copy any data files into? >It depends on where the program is looking for them. If it is looking for C:\blah_blah then you would copy them into drive_c\blah_blah. James McKenzie