Archive: UninstallSubCaption not working


UninstallSubCaption not working
I'm trying to set UninstallSubCaption for the completed screen of the uninstaller.

By default, uninstalls say "Installation is complete!", which really isn't correct since it is an uninstall.

I'm using the following in my script:

UninstallSubCaption 2 "Uninstall completed!"

The compile output says:
UninstSubCaption: page:2, text=Uninstall completed!

Upon running the uninstall, I'm still getting the default "Installation is complete!" message.

I'm using MakeNSIS v1.94.

Any ideas?

Thanks,
Nathan Nichols
nathan at rocketmail dot com


Doh! Well, I figured out that this directive actually configures the caption in the title bar. So, it works as designed.

What I'm looking for is the uninstaller's equivalent to CompletedText.

I am setting CompleteText for the install. It appears that this directive applies to the uninstall and the install.

Is there any way to set these messages separately?


No (or not yet???). Do the following:
specify some general CompletedText (like "Complete") and use DetailPrint to give some additional message ("Install complete" and "Uninstall complete").

Good luck, greetz,
Hendri.