[Bug 34756] 32-bit Visual C++ 2010 Express full installer throws an exception with wine-mono

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Oct 22 04:47:28 CDT 2013


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

--- Comment #5 from Alistair Leslie-Hughes <leslie_alistair at hotmail.com> 2013-10-22 04:47:28 CDT ---
If you change in the patch
hr = get_runtime_info(pwzBinary, pwzVersion, NULL, 0, 0, FALSE, &result);

to

hr = get_runtime_info(pwzBinary, pwzVersion, NULL, 0,
RUNTIME_INFO_UPGRADE_VERSION, FALSE, &result);

It gets a little future but still shows the exception dialog.

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