Skip to content
Snippets Groups Projects
Commit aebc819a authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

wine.inf: Set Program Files variables separately for all WoW platforms.

parent 863858da
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ AddReg=\
ContentIndex,\
ControlClass,\
CurrentVersion,\
CurrentVersionWow64,\
CurrentVersionWow64.ntamd64,\
Debugger,\
DirectX,\
Fonts,\
......@@ -132,7 +132,7 @@ AddReg=\
ContentIndex,\
ControlClass,\
CurrentVersion,\
CurrentVersionWow64,\
CurrentVersionWow64.ntarm64,\
Debugger,\
DirectX,\
Fonts,\
......@@ -147,13 +147,13 @@ AddReg=\
VersionInfo,\
LicenseInformation
[Wow64Install]
[Wow64Install.ntx86]
RegisterDlls=RegisterDllsSection
WineFakeDlls=FakeDllsWin32,FakeDllsWow64
CopyFiles=NlsFiles
AddReg=\
CurrentVersion,\
CurrentVersionWow64,\
CurrentVersionWow64.ntx86,\
Debugger,\
DirectX,\
MCI,\
......@@ -162,6 +162,20 @@ AddReg=\
VersionInfo,\
LicenseInformation
[Wow64Install.ntarm]
RegisterDlls=RegisterDllsSection
WineFakeDlls=FakeDllsWin32,FakeDllsWow64
CopyFiles=NlsFiles
AddReg=\
CurrentVersion,\
CurrentVersionWow64.ntarm,\
Debugger,\
DirectX,\
MCI,\
Misc,\
Tapi,\
VersionInfo,\
LicenseInformation
[DefaultInstall.Services]
AddService=BITS,0,BITSService
......@@ -401,9 +415,23 @@ HKLM,%CurrentVersionNT%\Print,,16
HKLM,%CurrentVersionNT%\ProfileList,,16
HKLM,%CurrentVersionNT%\Winlogon,"Shell",,"explorer.exe"
[CurrentVersionWow64]
[CurrentVersionWow64.ntamd64]
HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%"
HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%"
[CurrentVersionWow64.ntarm64]
HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%"
HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%"
HKLM,%CurrentVersion%,"ProgramFilesDir (Arm)",,"C:\Program Files (Arm)"
HKLM,%CurrentVersion%,"CommonFilesDir (Arm)",,"C:\Program Files (Arm)\Common Files"
[CurrentVersionWow64.ntx86]
HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16422%"
HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16427%"
[CurrentVersionWow64.ntarm]
HKLM,%CurrentVersion%,"ProgramFilesDir (Arm)",,"%16422%"
HKLM,%CurrentVersion%,"CommonFilesDir (Arm)",,"%16427%"
[Debugger]
HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment