you make me crazy 😉
>> custom resource file with dialog 111
i dont have the opportunity to create anything like this (with a compiler)
(in contrast to use eg. ressource hacker)
sure i can delete unused dialogs
>> Use ChangeUI
you are talking in riddles to me
i found seprate test for "ChangeUI" but not in conjunction with "idd_verify"
so what is the correct script?
!define MUI_UI "${NSISDIR}\Contrib\UIs\modern1.exe"
ChangeUI all "${MUI_UI}"
and now?
PS this size so far
111 DIALOGEX 0, 0, 200, 95
STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CENTER | WS_POPUP
CAPTION ""
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
FONT 8, "MS Shell Dlg"
{
CONTROL "", 1030, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE, 40, 25, 150, 60
CONTROL 103, -1, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 10, 10, 21, 20
CONTROL "Please wait while Setup is loading...", 76, STATIC, SS_CENTER | WS_CHILD | WS_VISIBLE, 40, 10, 120, 10
}