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

This commit is contained in:
Alexandre Julliard 2023-03-02 18:12:28 +01:00
parent 863858da2a
commit aebc819abf

View file

@ -107,7 +107,7 @@ AddReg=\
ContentIndex,\ ContentIndex,\
ControlClass,\ ControlClass,\
CurrentVersion,\ CurrentVersion,\
CurrentVersionWow64,\ CurrentVersionWow64.ntamd64,\
Debugger,\ Debugger,\
DirectX,\ DirectX,\
Fonts,\ Fonts,\
@ -132,7 +132,7 @@ AddReg=\
ContentIndex,\ ContentIndex,\
ControlClass,\ ControlClass,\
CurrentVersion,\ CurrentVersion,\
CurrentVersionWow64,\ CurrentVersionWow64.ntarm64,\
Debugger,\ Debugger,\
DirectX,\ DirectX,\
Fonts,\ Fonts,\
@ -147,13 +147,13 @@ AddReg=\
VersionInfo,\ VersionInfo,\
LicenseInformation LicenseInformation
[Wow64Install] [Wow64Install.ntx86]
RegisterDlls=RegisterDllsSection RegisterDlls=RegisterDllsSection
WineFakeDlls=FakeDllsWin32,FakeDllsWow64 WineFakeDlls=FakeDllsWin32,FakeDllsWow64
CopyFiles=NlsFiles CopyFiles=NlsFiles
AddReg=\ AddReg=\
CurrentVersion,\ CurrentVersion,\
CurrentVersionWow64,\ CurrentVersionWow64.ntx86,\
Debugger,\ Debugger,\
DirectX,\ DirectX,\
MCI,\ MCI,\
@ -162,6 +162,20 @@ AddReg=\
VersionInfo,\ VersionInfo,\
LicenseInformation LicenseInformation
[Wow64Install.ntarm]
RegisterDlls=RegisterDllsSection
WineFakeDlls=FakeDllsWin32,FakeDllsWow64
CopyFiles=NlsFiles
AddReg=\
CurrentVersion,\
CurrentVersionWow64.ntarm,\
Debugger,\
DirectX,\
MCI,\
Misc,\
Tapi,\
VersionInfo,\
LicenseInformation
[DefaultInstall.Services] [DefaultInstall.Services]
AddService=BITS,0,BITSService AddService=BITS,0,BITSService
@ -401,10 +415,24 @@ HKLM,%CurrentVersionNT%\Print,,16
HKLM,%CurrentVersionNT%\ProfileList,,16 HKLM,%CurrentVersionNT%\ProfileList,,16
HKLM,%CurrentVersionNT%\Winlogon,"Shell",,"explorer.exe" HKLM,%CurrentVersionNT%\Winlogon,"Shell",,"explorer.exe"
[CurrentVersionWow64] [CurrentVersionWow64.ntamd64]
HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%" HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%"
HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%" 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] [Debugger]
HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld" HKLM,%CurrentVersionNT%\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
HKLM,%CurrentVersionNT%\AeDebug,"Auto",2,"1" HKLM,%CurrentVersionNT%\AeDebug,"Auto",2,"1"