Skip to content
⌘ NSIS Forum Archive

NSIS 2.04 Released

10 posts

DrO#

NSIS 2.04 Released

NSIS 2.04 is released.

Fixes to bits, check out the release notes for more info.

Release notes and change log
Download

Get eet 👍

-daz
deguix#
Not so many changes like older versions, but still 👍 👍. (I thought kichik would announce it... 🙂)
DrO#
Originally posted by deguix
(I thought kichik would announce it... 🙂)
lets just say i beat him to it (seeing as i always miss the Winamp ones 🙂 )

-daz
mgillespie#
Can someone in the know comment in particular on the "File /r" bugs that were fixed.

Are they longstanding? If not when where they introduced? and perhaps a expanded text about them (or forum post/bugzilla entry etc).

Need to know how critical they are and if we need to move to NSIS 2.04 (moving to a new NSIS is not as simple as some may imagine for us, as we have tweaked it somewhat - not in very interestings ways, but sourcecode available nevertheless)
kichik#
All of the File /r bugs fixed were new to 2.03. In the change log you can find the exact changes and the bug tracker ids too (it will stay the 2.03 -> 2.04 change log until some change is made after 2.04).
Takhir#
One more bug 😉
AdvSplash plug-in doubles “show” time in ‘!nt50’ mode (no fading or color=-1). While sleep_val=1, following fix is possible:
resolution = (sleep_val + fadein_val + fadeout_val) / 2;
Test script attached.
Afrow UK#
Found small typo:

4.6 Sections
Each NSIS installer contains one or more Sections. Each These sections are created, modified, and ended with the following commands.

-Stu