aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--installer/customactions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/customactions.c b/installer/customactions.c
index 2cb629c2..96bd4bed 100644
--- a/installer/customactions.c
+++ b/installer/customactions.c
@@ -292,6 +292,7 @@ __declspec(dllexport) UINT __stdcall CheckKB2921916(MSIHANDLE installer)
if (MsiProcessMessage(installer, INSTALLMESSAGE_USER | MB_ICONWARNING | MB_YESNO, record) == IDYES)
ShellExecute(GetForegroundWindow(), NULL, url, NULL, NULL, SW_SHOWNORMAL);
MsiCloseHandle(record);
+ ret = ERROR_INSTALL_USEREXIT;
out:
if (setupapi_bytes)