[PATCH v5 0/1] MR8990: wbemprox: Add two hotfixid's for Windows 7 to Win32_QuickFixEngineering.
Altium Designer installer in win7 mode fails reporting "KB2670838" and "KB3140245" updates are not installed. With this patch the installer starts successfully. (Though I could of course change windows version to win10 to work around this, it might be useful to see if the installer installs maybe less newer/other components in win7 mode.) -- v5: wbemprox: Add two hotfixid's for Windows 7 to Win32_QuickFixEngineering. https://gitlab.winehq.org/wine/wine/-/merge_requests/8990
From: Louis Lenders <xerox.xerox2000x(a)gmail.com> Altium Designer installer in win7 mode fails reporting "KB2670838" and "KB3140245" updates are not installed. --- dlls/wbemprox/builtin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/wbemprox/builtin.c b/dlls/wbemprox/builtin.c index 82af77b8b1c..e306fbbce53 100644 --- a/dlls/wbemprox/builtin.c +++ b/dlls/wbemprox/builtin.c @@ -1239,7 +1239,8 @@ static const struct record_qualifier data_qualifier[] = static const struct record_quickfixengineering data_quickfixengineering[] = { - { L"http://winehq.org", L"Update", L"KB1234567", L"", L"22/2/2022" }, + { L"http://winehq.org", L"Update", L"KB2670838", L"", L"22/2/2022" }, + { L"http://winehq.org", L"Update", L"KB3140245", L"", L"22/2/2022" }, }; static const struct record_softwarelicensingproduct data_softwarelicensingproduct[] = -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8990
This merge request was approved by Hans Leidekker. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8990
participants (3)
-
Hans Leidekker (@hans) -
Louis Lenders -
Louis Lenders (@xe)