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

@@ -297,7 +297,6 @@ int bootstrapper()
sei.fMask = { SEE_MASK_FLAG_NO_UI | SEE_MASK_NOASYNC | SEE_MASK_NO_CONSOLE };
sei.lpFile = newPTPath->c_str();
sei.nShow = SW_SHOWNORMAL;
sei.lpParameters = UPDATE_REPORT_SUCCESS;
ShellExecuteExW(&sei);
}