RE: wine.inf: Add AllUsersProfile and associated entries to the registry [try 2].
Anything wrong with this 3 liner? Vitaliy Margolen wrote:
--- tools/wine.inf | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
Alexandre Julliard wrote:
Vitaliy Margolen <wine-devel(a)kievinfo.com> writes:
Anything wrong with this 3 liner?
This should go in shell32.
Why should it go into shell32? It only setting up user related stuff, not the all user's / global. That part belongs in kernel32. And since you didn't like it there, it should go into registry during the install. Vitaliy.
Vitaliy Margolen <wine-devel(a)kievinfo.com> writes:
Why should it go into shell32? It only setting up user related stuff, not the all user's / global. That part belongs in kernel32. And since you didn't like it there, it should go into registry during the install.
Yes, but the way to put it in the registry is to do that in the shell32 registration, where all the user profile stuff is done. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
Vitaliy Margolen