[Bug 24196] oleaut32: typelib registration should not fail bitness-neutral assemblies (32-bit typelib wrapped in 64-bit PE, x64 .NET 2.0 installer)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Sep 11 18:58:05 CDT 2013


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

Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Austin English <austinenglish at gmail.com> 2013-09-11 18:58:05 CDT ---
Looking at the +msi,+relay trace, it's failing because it expects the Windows
version to be 2003 or later:

> 0047:trace:msi:ACTION_CustomAction Handling custom action L"CA_Check64OS.3643236F_FC70_11D3_A536_0090278A1BB8" (13 (null) L"This installation package supports only 64-bit version of Advanced Server 2003 or later.")

Setting winecfg to Windows Server 2003 lets it install.

BUT:
The MS page says XP 64-bit should work:
o 64-bit support: 64-bit CPU support requires the latest 64-bit version of
either Windows XP Professional \Windows Server 2003.

I don't have a 64-bit windows XP vm handy to test, so there may be a bug in
that it doesn't install in Wine under XP mode. This bug, however, is fixed.


Lastly, I built wine at the mentioned commit
(f1398510df7687d36006714b14295833100f8bf5). At that commit, the installer does
complete, but there are several crashes before it completes (in ngen.exe). In
wine-1.7.1-209-gc191f62, it installs with no crashes. I didn't look further
into what commit fixed what issue.

-- 
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