MUI_ABORTWARNING - YES and NO
Hello,
I'm not using English for my installer, and when I use:
!define MUI_ABORTWARNING
It's giving me a message in my selected language (great) but the Yes and No button are in English.
What I'm missing?
Please help.
Archive: MUI_ABORTWARNING - YES and NO
MUI_ABORTWARNING - YES and NO
Hello,
I'm not using English for my installer, and when I use:
!define MUI_ABORTWARNING
It's giving me a message in my selected language (great) but the Yes and No button are in English.
What I'm missing?
Please help.
Windows message boxes are displayed with buttons of the UI language. If your Windows is English, the buttons will be in English.
http://sourceforge.net/tracker/index...49&atid=373085
Thanks, that is clear now.