Archive: Installer on top


Installer on top
How can I make my installer stay (visible) on
top on the other windows when the user runs it?


System::Call "User32::SetWindowPos(i, i, i, i, i, i, i) i ($HWNDPARENT, -1, 0, 0, 0, 0, 0x43) .s"
Pop $0
MessageBox MB_OK "result - $0"

If it fails $0 will be 0.


Works! Thanks :)