Skip to content
⌘ NSIS Forum Archive

Missing Text

2 posts

OpaOpa#

Missing Text

Hi!

I creating right now a Installer with NSIS 2.05.
I just noticed something confusing in the directory page.

I inserted the page first with
Page directory "" colorDir ""
what is interesting is the Label on the GroupBox


I tried it then with
	!insertmacro MUI_PAGE_DIRECTORY
but also got the same result.

But I managed to get it with
	!define MUI_DIRECTORYPAGE_TEXT_DESTINATION "Ziel"
But this solution only works with the 2nd way inserting pages.


Can the Developers please check this.

Thanks!
OpaOpa
kichik#
When using the MUI you must always use the second method, the MUI macros.

To figure out why the group box text is empty without the explicit definition of MUI_DIRECTORYPAGE_TEXT_DESTINATION, an example script is needed.