From 6fd6175df70b9a787ccb8aea174ecccbd7d65ac7 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Fri, 10 Sep 2010 17:30:43 +0200 Subject: [PATCH] wine.inf: Create 32-bit program files and common files directories in 64-bit prefixes. --- tools/wine.inf.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/wine.inf.in b/tools/wine.inf.in index 06230479c16..429934ed999 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"