Skip to content
⌘ NSIS Forum Archive

Abortwarning

6 posts

Bennyyy#

Abortwarning

hi

how can i change the abortwarning text in my installer?
i use this

!define MUI_ABORTWARNING_TEXT "mytext"

but it wont work.
deguix#
Uhhh, that was close:

!define MUI_TEXT_ABORTWARNING "mytext" 
Replace "mytext" with the text wanted.
Bennyyy#
no you dont understand my problem.
"mytext" is only for example.

it is all the same which stands there
it only show "are you sure you want to quit..." NOT my text
Joost Verburg#
!define MUI_ABORTWARNING_TEXT "mytext"

is correct, you only have to insert it before the page macros.