Skip to content
⌘ NSIS Forum Archive

XPUI_LICENSEPAGE_CAPTION not working

3 posts

zbd#

XPUI_LICENSEPAGE_CAPTION not working

I'm trying to change the text in the licence page to not be american spelling. I've managed to change all the other parts of text except the caption, which shows in the very top bar. It wont change from ": License Agreement"

any help appreciated
zbd#
sorry, better mention i'm using the experience UI
here's the code

!define XPUI_LICENSEPAGE_CAPTION ": Licence Agreement"
!define XPUI_LICENSEPAGE_TITLE "Licence Agreement"
!define XPUI_LICENSEPAGE_SUBTITLE "Please review the licence agreement before installing ${APPNAME}â„¢."
!define XPUI_LICENSEPAGE_TEXT_TOP "Please scroll down to see the rest of the agreement."
!insertmacro XPUI_PAGE_LICENSE "assets\licence.txt"
so it is only the caption which is not working, all the others are fine
DEbln001#
so it is only the caption which is not working, all the others are fine
Is there any possibility to change the caption of the licensepage and welcomepage using MUI2?

Thx in advance