Trying to compile a standalone executable boot-strap loader for MSP430
using NSIS 2.35 on Chris Liechti's bsl-updater.nsi script, I get this
error message at the end of the process:
Processed 1 file, writing output:
Adding plug-ins initializing function... Done!
Error: resolving leave-page function ": Options" in install pages
Note: uninstall functions must begin with "un.", and install functions
must not
Error - aborting creation process
The script is one I used three years ago with an earlier version of
NSIS. I don't have any uninstall functions in my script, with "un." or
any other names. Could someone more knowledgeable about nsi script
compilation give me ideas of what to look for? Thanks.