Archive: ModernUI doesn't work


ModernUI doesn't work
I modified the example.nsi file for ModernUI, but now the headers and mouseover descriptions don't work. I get this when compiling:

4 warnings:
uninstall function "un.onNextPage" not referenced - zeroing code (17-34) out
install function ".onInitDialog" not referenced - zeroing code (129-149) out
install function ".onNextPage" not referenced - zeroing code (150-167) out
install function ".onPrevPage" not referenced - zeroing code (168-170) out
I've checked over the NSI and it looks fine. For another thing, why is it that some of the ModernUI examples are completely different from the others? They include different headers and everything; I'm confused.

Anyway, I love NSIS2, keep up the great work.

I think the example.nsi is using some older code for the modern ui because i'm seeing the same messages. Try using basic.nsi instead.


Yes, you are using example files from NSIS 2.0a7 somehow... Try deleting the examples first and then reinstall NSIS 2.0b0.


Yeah, I just switched to using basic.nsi instead. Thanks guys, b0 is even better than a7. :)