Installer not the top most window
Hi,
i have the problem that my installer is not the top most window.
I followed you advices not to have a MUI welcome page and i also have:
!define MUI_CUSTOMFUNCTION_GUIINIT my.onGUIInit
!include WinMessages.nsh
Function my.onGUIInit
ShowWindow $HWNDPARENT ${SW_SHOW}
BringToFront
FunctionEnd
But still my installer is not the top most window. It turns out that the installer is always the second window from the top and in the taskbar the program is flashing.
Any suggestions what i need to do in order to make my installer window the top most?
M.