Commit 6fd6175d authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

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

parent 02e38f30
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment