Regarding wine registry

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
sainath
Level 2
Level 2
Posts: 18
Joined: Tue Sep 30, 2008 1:16 am

Regarding wine registry

Post by sainath »

Any application that is being installed in wine adds its settings to wine registry.
What part of wine code(i.e. which program in wine source code)
or
when application wants to add the settings to registry what are the internal processes that takes place ?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Regarding wine registry

Post by vitamin »

sainath wrote:Any application that is being installed in wine adds its settings to wine registry.
What part of wine code(i.e. which program in wine source code)
or
when application wants to add the settings to registry what are the internal processes that takes place ?
There are number of pieces on Wine that are responsible for the registry. The biggest and the most important one is in wineserver.
Locked