Skip to content
⌘ NSIS Forum Archive

Extending text in MUI2 standard pages

4 posts

nicolasr#

Extending text in MUI2 standard pages

Hi,
I would like to extend/modify the text that is displayed in the MUI_DIRECTORY_PAGE of my installer saying "Setup will install XYZ in the following location...". Is there any way to do this?
Since my installer should work in three languages this would have to be done in three languages also.

thanks in advance,
Nicolas
Afrow UK#
I suppose the easiest way would be to read the texts at run time using NSD_GetText and then set a modified string with NSD_SetText. Use Resource Hacker to find the correct control ID.

Stu
T.Slappy#
Originally Posted by Afrow UK View Post
I suppose the easiest way would be to read the texts at run time using NSD_GetText and then set a modified string with NSD_SetText. Use Resource Hacker to find the correct control ID.

Stu
This ID is 1020 in both: Classic and Modern UI and actually it is s Group Box, not Label