Archive: Initialize_____Plugins?


Initialize_____Plugins?
what does "Call Initialize_____Plugins" and "Call un.Initialize_____Plugins" in ModernUI.nsh?


I'm working on InstallOptions integration in the Modern UI macro system (not yet finished). You need to call MUI_INSTALLOPTIONS_INIT if you are not using plugins to init the plugin system (so $PLUGINSDIR becomes available). The InstallOptions macro's extract ini's to that pluginsdir (a temp dir), because they get deleted automatically on exit.