wine.inf: Don't install 64-bit only programs in syswow64.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c5c610e364
commit
a1bba82861
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue