Hans Leidekker : wine.inf: Create 32-bit program files and common files directories in 64-bit prefixes .

Alexandre Julliard julliard at winehq.org
Mon Sep 13 17:14:42 CDT 2010


Module: wine
Branch: master
Commit: 6fd6175df70b9a787ccb8aea174ecccbd7d65ac7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6fd6175df70b9a787ccb8aea174ecccbd7d65ac7

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Fri Sep 10 17:30:43 2010 +0200

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

---

 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"




More information about the wine-cvs mailing list