Skip to content
⌘ NSIS Forum Archive

Help and tutorials?

3 posts

pietjev#

Help and tutorials?

hi,

Are there any good help sites for this tool. NSIS documentation is nice but incomplete. For example the license file can be shown by using

Page license

but also by

!insertmacro MUI_PAGE_LICENSE

for the first method there is a description in the documentation but the second method I can't find anywere.
Furthere more I want to now how they create those customized installers like we see in the screenshots.

Thanks in advance
Vytautas#
The macros beginning with MUI are for the Modern UI and the info about them can be found in the MUI Readme file.

Vytautas