Le jeu 10/03/2005 à 17:50, Ivan Leo Puoti a écrit : > lamest patch I've ever sent, but it wasn't my idea. > > ChangeLog: > Add hardcoded version info to the registry. > > Ivan. > ---- >
> --- wine/tools/wine.inf 2005-01-08 09:32:29.000000000 +0100 > +++ new/tools/wine.inf 2005-03-10 23:19:01.589998042 +0100 > @@ -108,6 +108,8 @@ > HKLM,%CurrentVersion%,"ProgramFilesDir",,"%16422%" > HKLM,%CurrentVersion%,"RegisteredOrganization",,"Change preferred > organization in ~/.wine/system.reg" > HKLM,%CurrentVersion%,"RegisteredOwner",,"Change preferred owner in > ~/.wine/system.reg" > +HKLM,%CurrentVersion%,"CSDVersion",,"Service Pack 4" > +HKLM,%CurrentVersion%,"CurrentVersion",,"5.0" > HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%" > HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%" > HKLM,Software\Microsoft\Windows NT\CurrentVersion\Fonts,,,"" This doesn't look like the right place to put it, especially since Wine can be set to something else than Win2k. That doesn't mean I know where to put it... Vincent