The NSIS documentation reads:
Uninstaller section names are prefixed with 'un.'But my script's uninstall section was mistakenly named:
Section "Uninstall"And it still works.
My problem is that I don't understand why it works.
How does NSIS really find the uninstaller section?
Thanks for any explanation you can provide.
Victor