First post! Now that winecfg writes to the registry (yay!), we can't set the Windows version. winecfg writes the version to HKCU\\Software\\Wine\\Version. ntdll looks for it in HKLM\\Software\\Wine\\Wine\\Config\\Version. Ordinarily I'd just send a patch, but I don't know where the config is supposed to end up when it's all done. --Juan __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
"Juan Lang" <juan_lang(a)yahoo.com> wrote:
Now that winecfg writes to the registry (yay!), we can't set the Windows version. winecfg writes the version to HKCU\\Software\\Wine\\Version. ntdll looks for it in HKLM\\Software\\Wine\\Wine\\Config\\Version.
Ordinarily I'd just send a patch, but I don't know where the config is supposed to end up when it's all done.
HKCU\\Software\\Wine\\Version should be a correct one (at least Alexandre has changed everything to look like that). -- Dmitry.
Juan Lang <juan_lang(a)yahoo.com> writes:
First post!
Now that winecfg writes to the registry (yay!), we can't set the Windows version. winecfg writes the version to HKCU\\Software\\Wine\\Version. ntdll looks for it in HKLM\\Software\\Wine\\Wine\\Config\\Version.
Ordinarily I'd just send a patch, but I don't know where the config is supposed to end up when it's all done.
Not all settings have been moved yet, I'm working on that. In the meantime you can still edit the config file for these settings. -- Alexandre Julliard julliard(a)winehq.org
participants (3)
-
Alexandre Julliard -
Dmitry Timoshkov -
Juan Lang