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 :up:
-daz
Archive: NSIS 2.04 Released
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 :up:
-daz
Not so many changes like older versions, but still :up: :up:. (I thought kichik would announce it... :))
>Not so many changes like older versions, but still
Thats means - NSIS so stable as never :)
Originally posted by deguixlets just say i beat him to it (seeing as i always miss the Winamp ones :) )
(I thought kichik would announce it... :))
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)
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).
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.
Thanks, fixed.
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
Added "of". Thanks.