i call to System plugin for move to installer to top and left screen and that work:
!include "WinMessages.nsh" Function .onGUIInit System::Call "User32::SetWindowPos(i, i, i, i, i, i, i) i ($HWNDPARENT, 0, 0, 0, 0, 0, 0x201)" FunctionEnd Section SectionEnd
And also other code WM "#Window Messages#" not work!
where is the problem?