[3/3] wine.inf: Create 32-bit program files and common files directories in 64-bit prefixes.

Hans Leidekker hans at codeweavers.com
Fri Sep 10 10:30:43 CDT 2010


---
 tools/wine.inf.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 0623047..429934e 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -89,6 +89,7 @@ AddReg=\
     ContentIndex,\
     ControlClass,\
     CurrentVersion,\
+    CurrentVersionWow64,\
     Debugger,\
     Desktop,\
     Dotnet,\
@@ -474,6 +475,10 @@ HKLM,%CurrentVersionNT%\Ports,,16
 HKLM,%CurrentVersionNT%\Print,,16
 HKLM,%CurrentVersionNT%\ProfileList,,16
 
+[CurrentVersionWow64]
+HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%"
+HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%"
+
 [Debugger]
 HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
 HKLM,%CurrentVersionNT%\AeDebug,"Auto",2,"1"
-- 
1.7.0.4






More information about the wine-patches mailing list