Skip to content
⌘ NSIS Forum Archive

Documentation MUI_INSTALLOPTIONS_ ?

2 posts

cribe#

Documentation MUI_INSTALLOPTIONS_ ?

Hello,

I have searched this forum and the Wiki for more information on the MACROS used in NSIS and what they actually do.
Is there a chart somewhere that lists all of the
MUI_INSTALLOPTIONS_ macros and their usages ?

That or a general list of available macros in NSIS...
kichik#
Since 2.30, those have been moved to InstallOptions.nsh and are therefore documented under InstallOptions, as mentioned in the MUI Readme. MUI_INSTALLOPTIONS_* is the same as INSTALLOPTIONS_* and you can use either.