advpack: Return the hresult in ExecuteCabW.
This commit is contained in:
parent
05c23edaef
commit
9c6e762e6d
|
@ -469,7 +469,7 @@ HRESULT WINAPI ExecuteCabW(HWND hwnd, CABINFOW* pCab, LPVOID pReserved)
|
||||||
done:
|
done:
|
||||||
install_release(&info);
|
install_release(&info);
|
||||||
|
|
||||||
return S_OK;
|
return hr;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
|
|
Loading…
Reference in New Issue