提交 ceadde08 编写于 作者: J jp9000

UI/updater: Delete visual studio runtimes after execution

上级 a6c65cdb
......@@ -1071,13 +1071,14 @@ static bool UpdateVS2017Redists(json_t *root)
WaitForSingleObject(pi.hProcess, INFINITE);
CloseHandle(pi.hProcess);
} else {
DeleteFile(destPath.c_str());
Status(L"Update failed: Could not execute "
L"%s (error code %d)",
L"Visual C++ 2017 Redistributable",
(int)GetLastError());
}
DeleteFile(destPath.c_str());
waitResult = WaitForSingleObject(cancelRequested, 0);
if (waitResult == WAIT_OBJECT_0) {
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册