17 Jun
2023
17 Jun
'23
3:57 a.m.
From: Alex Henrie <alexhenrie24(a)gmail.com> --- dlls/advpack/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/advpack/install.c b/dlls/advpack/install.c index deaa82d6d98..f7768cf7852 100644 --- a/dlls/advpack/install.c +++ b/dlls/advpack/install.c @@ -533,7 +533,7 @@ static HRESULT DoInfInstallW(const SETUPCOMMAND_PARAMSW *setup) done: install_release(&info); - return S_OK; + return hr; } /*********************************************************************** -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3084