wine.inf: Add keys for the platform-specific Wow64 backend.
This commit is contained in:
parent
aebc819abf
commit
7611492ddc
1 changed files with 3 additions and 0 deletions
|
@ -418,12 +418,15 @@ HKLM,%CurrentVersionNT%\Winlogon,"Shell",,"explorer.exe"
|
|||
[CurrentVersionWow64.ntamd64]
|
||||
HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16426%"
|
||||
HKLM,%CurrentVersion%,"CommonFilesDir (x86)",,"%16428%"
|
||||
HKLM,Software\Microsoft\Wow64\x86,,2,"wow64cpu.dll"
|
||||
|
||||
[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"
|
||||
HKLM,Software\Microsoft\Wow64\arm,,2,"wowarmhw.dll"
|
||||
HKLM,Software\Microsoft\Wow64\x86,,2,"xtajit.dll"
|
||||
|
||||
[CurrentVersionWow64.ntx86]
|
||||
HKLM,%CurrentVersion%,"ProgramFilesDir (x86)",,"%16422%"
|
||||
|
|
Loading…
Add table
Reference in a new issue