Skip to content
⌘ NSIS Forum Archive

Error: resolving leave-page funcction...?

4 posts

Mosestycoon#

Error: resolving leave-page funcction...?

Today I grabed latest CVS version (2.0b4) and compiled my script, which was working under 2.0b3, but now I get this output from compiler:

...
Delete: "$INSTDIR\my.mysqld-opt.ini"
Delete: "$INSTDIR\my.mysqld-max.ini"
Delete: "$INSTDIR\my.mysqld-max-nt.ini"
Delete: "$INSTDIR\my.ini"
RMDir: "$INSTDIR"
DeleteRegKey: HKCU\Software\TSW
SectionEnd

Processed 1 file, writing output:
Adding plug-ins initializing function... Done!
Error: resolving leave-page function "$(TEXT_IO_PAGETITLE_A)" in pages
Note: uninstall functions must begin with "un.", and install functions must not
Error - aborting creation process
Any ideas...?
(Script attached)
kichik#
leave functions were added to Page custom in the latest CVS version and thus you have to "move" the title in one parameter from:
Page custom func title
to:
Page custom func "" title
Joost Verburg#
Note that the new Modern UI does not add page descriptions anymore to the window title.

So it will look better if you remove 'em from your custom pages too.