Module: wine Branch: refs/heads/master Commit: a589eb27ac6caec1697c4307273b6f13dcf51075 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a589eb27ac6caec1697c4307...
Author: Paul Vriens paul.vriens@xs4all.nl Date: Fri Mar 24 10:01:00 2006 +0100
wine.inf: Add SystemRoot.
---
tools/wine.inf | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/tools/wine.inf b/tools/wine.inf index 17d9144..efc384c 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -150,8 +150,9 @@ HKLM,%CurrentVersion%\Setup,"BootDir",," HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%" HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,"Change preferred organization in ~/.wine/system.reg" HKLM,%CurrentVersionNT%,"RegisteredOwner",2,"Change preferred owner in ~/.wine/system.reg" -HKLM,Software\Microsoft\Windows NT\CurrentVersion\Fonts,,,"" -HKLM,Software\Microsoft\Windows NT\CurrentVersion\Hotfix\Q246009,"Installed",,"1" +HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%" +HKLM,%CurrentVersionNT%\Fonts,,,"" +HKLM,%CurrentVersionNT%\Q246009,"Installed",,"1"
[Debugger] HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"