Archive: NSIS 1.4 BETA IS UP!!! :)


http://firehose.net/free/nsis/

With a ton of new features, some bug fixes, and a lot of changes to the way things work, this will be a handful. I hope we all like it though.

For a 1.4 non-beta, I want to give us a good week or two, for plentiful testing, and spruce up the documentation a bit.

-J

Changes in this release:

Note: many of the changes in this release will break previous scripts. Deal with it. It is for your own good.


w00p, exellent :)
n1.
Now i just gotta start begging for you to code in a way of getting an update file of a web server. :)
Having that would help me and the 100-200 ppl that are going to be using NSIS from now on :)

[/grovel] :p


If you mean a way to download patches (not the original installer) via the web automatically, I'm almost done with that.

If you want it integrated into the original installer, like one of those "web install" thingies, you'll have to wait for Justin.


Just a note.. if you downloaded it in the first hour after it was posted.. get it again. I fixed one bug that would basically occur if you did this:

!ifdef crap
Section MySection
Poop:
SectionEnd
!endif

and if crap was not defined, the line 'Poop:' would
give error.

-Justin


Edgewize, id be very interested in it if it can be done as an NSIS routine atm, but my long term hope is that Justin will hear my pleas :) and actually intergrate it to NSIS.
But when you finish your web updater make sure you post it here and chances are il use that for the moment as thats what we really need at MPZ.


Separate Sectons
I'm looking forward to a Web Update system, but what about separate sections that are put in it's own section binaries (.zip files!?) that get downloaded when selected. Kinda like Wise's installation system (llok at the QuickTime 4.0 installer, for an example).