Is it possible during an install to bring any installations progress windows on top of the general Toolkit installation in progress window?
This works for me:
(New-Object -ComObject WScript.Shell).AppActivate((get-process notepad++).MainWindowTitle)
From: