Skip to content
⌘ NSIS Forum Archive

How to change the text in the dialog boxes?

2 posts

Guest#

How to change the text in the dialog boxes?

Hi,

May I know how I can change the text to inform the user that they should enter a certain folder name where the application resides? The complete path may be different for different user but all have the same application folder.

Thanks.

P.S - I have already searched this forum for clues.
kichik#
Which dialog exatcly? MUI or not MUI?

If it's the directory dialog, use DirText. If you're using the MUI, define MUI_DIRECTORYPAGE_TEXT_TOP. See the MUI readme for more information about MUI_DIRECTORYPAGE_TEXT_TOP.