aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--installer/fetcher/fetcher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/fetcher/fetcher.c b/installer/fetcher/fetcher.c
index 806b0fc2..ad392068 100644
--- a/installer/fetcher/fetcher.c
+++ b/installer/fetcher/fetcher.c
@@ -172,6 +172,7 @@ static DWORD __stdcall download_thread(void *param)
filehandle = INVALID_HANDLE_VALUE;
ShowWindow(progress, SW_HIDE);
ret = MsiInstallProductA(msi_filename, NULL);
+ ret = ret == ERROR_INSTALL_USEREXIT ? ERROR_SUCCESS : ret;
out:
if (request)