installer: reduce notification spam

This commit is contained in:
yuyoyuppe
2020-09-08 12:49:55 +03:00
committed by Andrey Nekrasov
parent c2d6f740a1
commit cbd3516fc4
4 changed files with 0 additions and 9 deletions

View File

@@ -84,7 +84,6 @@ namespace updating
const auto uninstall_result = MsiInstallProductW(package_path.c_str(), L"REMOVE=ALL");
if (ERROR_SUCCESS == uninstall_result)
{
notifications::show_uninstallation_success();
return true;
}
else if (auto system_message = get_last_error_message(uninstall_result); system_message.has_value())