I want to use NSIS to build the installer for our software, but I
want to include auto update features, so that the user can update the
software when new updates are available.
I don't see any support for such a feature.
Has anybody out there implemented auto updating yet with NSIS??
Thanks,
GrubUser
Auto Update feature
3 posts
The NSIS Update (auto updater for NSIS itself) script code in included in CVS and development snapshots (Contrib\NSIS Update).
Thanks, I'll check it out.