[Bug 45845] Microsoft Office 2010: installer crashes at the beginning of the installation process

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 17 22:48:11 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=45845

--- Comment #7 from Dmitry Timoshkov <dmitry at baikal.ru> ---
(In reply to Zebediah Figura from comment #5)
> > One of the problems with baea371c3d4153bc4a718c07f46971d4d39aa9f3 is that
> > it makes MSI APIs return wrong value on exception. Let's look for instance
> > at MsiEvaluateConditionW implementation: it's supposed to return
> > MSICONDITION,
> > however in the case of an exception it returns the exception code instead of
> > MSICONDITION_NONE.
> 
> Eh, well, that's not always a guarantee. For example, COM proxies always
> return an HRESULT-style error code even if the function doesn't return an
> HRESULT.
> 
> I'd be very curious to see how either of those functions are throwing an
> exception, however.

My point is that your patch has changed the return value of many MSI APIs,
and that *might* be the source of the regression.

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