Update process

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
User avatar
André H.
Moderator
Moderator
Posts: 207
Joined: Sun Dec 07, 2008 8:33 am

Update process

Post by André H. »

After 6 month working with wine i would say i have some experience, but i still dont understand what happens when you update wine with the prefixes.
I mean, what happens with the dlls and the other stuff in

Code: Select all

~/WINEPREFIX/drive_c/windows
?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Update process

Post by dimesio »

André H. wrote:After 6 month working with wine i would say i have some experience, but i still dont understand what happens when you update wine with the prefixes.
I mean, what happens with the dlls and the other stuff in

Code: Select all

~/WINEPREFIX/drive_c/windows
?
Upgrading Wine will not change any settings you have made in winecfg. That's why reinstalling Wine will not fix problems caused by a borked ~/.wine.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Update process

Post by austin987 »

2009/1/7 André H. <[email protected]>:
After 6 month working with wine i would say i have some experience, but i still dont understand what happens when you update wine with the prefixes.
I mean, what happens with the dlls and the other stuff in
Code:
~/WINEPREFIX/drive_c/windows


?





When wineboot is run, it checks to see if the prefix has been run with
that version of wine before, and automatically updates any needed
files.

Most the dlls and what not in there are just fake placeholders. The
'real' dlls are in /usr/local/bin/wine /usr/bin/wine/.

--
-Austin
User avatar
André H.
Moderator
Moderator
Posts: 207
Joined: Sun Dec 07, 2008 8:33 am

Post by André H. »

k Thanks!
Locked