Archive: Abortwarning


Abortwarning
hi

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

!define MUI_ABORTWARNING_TEXT "mytext"

but it wont work.


Uhhh, that was close:

!defineMUI_TEXT_ABORTWARNING"mytext"

Replace "mytext" with the text wanted.

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


!define MUI_ABORTWARNING_TEXT "mytext"

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


thank you :D


Ops, sorry, I didn't read the Modern UI readme! I was looking for that somewhere else.