Re: winecfg version breakage

2005-06-17 Thread Alexandre Julliard
Juan Lang <[EMAIL PROTECTED]> 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

Re: winecfg version breakage

2005-06-16 Thread Dmitry Timoshkov
"Juan Lang" <[EMAIL PROTECTED]> 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, bu

winecfg version breakage

2005-06-16 Thread Juan Lang
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 su