Alexandre Julliard : wine.inf: Don't install 64-bit only programs in syswow64.

Alexandre Julliard julliard at winehq.org
Fri Apr 16 15:56:21 CDT 2021


Module: wine
Branch: master
Commit: a1bba82861a71357ce62431ed127ed33ace11890
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a1bba82861a71357ce62431ed127ed33ace11890

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Apr 16 12:02:29 2021 +0200

wine.inf: Don't install 64-bit only programs in syswow64.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 loader/wine.inf.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/loader/wine.inf.in b/loader/wine.inf.in
index 50156644d5f..ad699469ba4 100644
--- a/loader/wine.inf.in
+++ b/loader/wine.inf.in
@@ -2641,6 +2641,11 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
 11,,regasm.exe,-
 11,,servicemodelreg.exe,-
 11,,presentationfontcache.exe,-
+; some programs are 64-bit only
+11,,conhost.exe,-
+11,,services.exe,-
+11,,spoolsv.exe,-
+11,,winemenubuilder.exe,-
 ; registration order matters for these
 11,,msxml.dll
 11,,msxml2.dll




More information about the wine-cvs mailing list