Archive: Header for the finish uninstaller page unset


Header for the finish uninstaller page unset
Hi:

My problem is simple: I am using MUI_UNINSTFILESPAGE_FINISHHEADER_TEXT tu define the header for the final page of my uninstaller, but when I compile I get a warning that MUI_UNTEXT_FINISH_TITLE is not set in the language tables and I get nothing on my header for the final page of the uninstaller. The funny thing is that I'm using MUI_UNINSTFILESUNPAGE_ABORTHEADER_TEXT and I don't get a warning for that.

Please help me!!

Best Regards

Sammy


from the docs "Page settings apply to a single page and should be set before inserting a page macro. The same settings can be used for installer and uninstaller pages. You have to repeat the setting if you want it to apply to multiple pages"

so there is no UN version, just use the normal define


Thnx a lot!
That worked great!