Martin Pilka <[EMAIL PROTECTED]> writes:
> thanks for you answer, this could solve the problem. if windows do so,
> wine probably should copy its behaviour, and "inherit" that key values
> from .Default/ for every new user.
I'm afraid you cannot simply copy the values, some have to be adapted
for the current user; for instance on my NT box the programs directory
is in C:\WINNT\Profiles\<username>\Start Menu\Programs so you need to
plug the right username in there when setting the key.
A possible approach suggested by Jeremy White is to specify a user
setup script in the global configuration. Then when Wine notices that
the user doesn't have a .wine directory it will launch this script,
which can copy the registry files from some templates and run a sed
script on them to fix the necessary things.
--
Alexandre Julliard
[EMAIL PROTECTED]