[Bug 34739] manual install of wine gecko gets in the wrong directory in Wow64 wine

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 17 01:12:29 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=34739

--- Comment #2 from Roland Baudin <roland65 at free.fr> 2013-10-17 01:12:29 CDT ---
OK, I understand: misexec is in fact a shell script that calls the wine
executable. So,

  msiexec /i wine_gecko-2.21-x86_64.msi

is the same as: 

  wine msiexec /i wine_gecko-2.21-x86_64.msi

whatever the architecture.

So in a WoW64 architecture, this calls 32 bits wine and not 64 bits wine.

If I do:

 wine64 msiexec /i wine_gecko-2.21-x86_64.msi

then the gecko files are correctly installed in c:\windows\system32

IMHO, the msixec shell should detect the current architecture and call the wine
or wine64 executable appropriately.

Thanks,
RB

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list