plugins - solid compression - reservefile
hi,
i upgraded from 2.14 to 2.16 and my installer (15mb) is slower while clicking through the pages. im using solid lzma compression.
after looking into that issue it seems that the used plugins from my nsi script wont get automatically "reserved" as with "ReserveFile". if i use 'ReserveFile "${NSISDIR}\Plugins\StartMenu.dll"' in the .onInit function (and every other plugin im using), its blazing fast.
to not confuse/distract other users, is there any reason used plugin dll's shouldnt be automatically put at the beginning of the archive?
ps: im using "!AddPluginDir" for some homebrewn plugins, maybe thats an issue