Skip to content
⌘ NSIS Forum Archive

Custom page with InstallOptions "inherits" previous pg title with MUI

3 posts

trippy1976#

Custom page with InstallOptions "inherits" previous pg title with MUI

I'm a newb to the NSIS, but think I'm starting to get the hang.

I'm using MUI and have declared a custom page with installoptions (.ini)

It pops up as expected and looks great - except in the MUI view where the white area is it "inherits" whatever is there from the previous page.

Can this be set programatically? Or should I plan on abandoning the MUI? Something else?

Any help is much appreciated.
jpderuiter#
Please read the MUI manual:


How about MUI_HEADER_TEXT?
(example: http://forums.winamp.com/showthread.php?t=221969)