Skip to content
⌘ NSIS Forum Archive

Change the text/caption of finish page - check box

6 posts

Swapan Das#

Change the text/caption of finish page - check box

Hello Friends!

I'm going through one problem in NSIS installer, and I think you people already got a solution for it as per my search. But I'm still unable to solve it.

I want to change the text/caption of finish page - check box which says [ ]Run My program. I want to change this text of check box.

Plz. help me with complete code, like how to define and insert that text.

I tried with :
!insertmacro MUI_LANGUAGEFILE_STRING MUI_TEXT_FINISH_RUN "Install My program"

but it is showing error while compilation !insertmacro: macro named "MUI_LANGUAGEFILE_STRING" not found!

Plz. help me out, its urgent.

With regards,
bholliger#
Try using this:

!define MUI_FINISHPAGE_RUN_TEXT "go!"


Cheers

Bruno
Swapan Das#
Dear Bruno,

Thanks a lot for such a prompt reply. Yes it worked. I'm really greatful to you to help me out. Thats why I love this community so much - always there is someone to help.

Now there is one more query to this issue. I want to display a message if the user makes the check box unchecked.
How to trap it?

With regards,
bholliger#
Hi!

You're welcome.

Have a look at the example. It shows a messagebox if the user deselects the checkbox.

Have a nice day!

Greetings to India!

Cheers

Bruno
Swapan Das#
Dear Bruno,
Thanks a lot for the script. It really worked. There are a few more querries but I'll not ask them now. This is just to say you "thanks" from bottom of my heart.

That is why NSIS forum is such a lovely place, someone is always there to help you out. Great guys keep it up!

With regards,