Skip to content
⌘ NSIS Forum Archive

The unistall confiramtion message box

5 posts

JamesKiller#

The unistall confiramtion message box

it happens if I'm not looking after unistall and switch to other widows, final MessageBox saying that uninstall completed successfully is always thrown behind me active window


any solutions about it?


James
JamesKiller#
thanks for your link. I have read it already. but the problem is when I open another windows during uninstallation. That means i put un-installer window behind my current active window. the final messagebox should pop up top of my current window, not just behind my current window.
Red Wine#
You should try the available messagebox options MB_TOPMOST and MB_SETFOREGROUND, one of these should work.