[RAPPS] Refresh item info after installer completes (#7697)

- Refresh the details view of the item that was just installed.
- Hint update of uninstallers list is needed.
- Restore focus correctly after installer process finishes.

CORE-17677
This commit is contained in:
Whindmar Saksit 2025-02-07 21:33:19 +01:00 committed by GitHub
parent a610016952
commit 5bc6d59142
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 109 additions and 29 deletions

View file

@ -160,6 +160,8 @@ StartProcess(const CStringW &Path, BOOL Wait)
{
EnableWindow(hMainWnd, TRUE);
SetForegroundWindow(hMainWnd);
// We got the real activation message during MsgWaitForMultipleObjects while
// we were disabled, we need to set the focus again now.
SetFocus(hMainWnd);
}