We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7e637 commit 4055d12Copy full SHA for 4055d12
contrib/windows/packaging/tools/ca/dll/customaction.cpp
@@ -44,7 +44,7 @@ extern "C" UINT WINAPI CheckElevatedCustomAction(MSIHANDLE hInstall)
44
hr = initialize(hInstall, "CheckElevatedCustomACtion");
45
if (FAILED(hr))
46
{
47
- return ERROR_INSTALL_FAILURE;
+ return finalize(ERROR_INSTALL_FAILURE);
48
}
49
50
hr = CheckIfCurrentProcIsElevated(&bElevated);
0 commit comments