mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
installer: reduce notification spam
This commit is contained in:
committed by
Andrey Nekrasov
parent
c2d6f740a1
commit
cbd3516fc4
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user