Main Page: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(whitespace)
(added news feed)
Line 11: Line 11:
<navimg>local|Devcenter.gif|Developer Center</navimg>&nbsp;
<navimg>local|Devcenter.gif|Developer Center</navimg>&nbsp;
<navimg>local|Eclipse.gif|EclipseNSIS - NSIS plugin for Eclipse</navimg>
<navimg>local|Eclipse.gif|EclipseNSIS - NSIS plugin for Eclipse</navimg>
=News=
<newsrss></newsrss>


</div>
</div>

Revision as of 14:17, 6 January 2006

NSIS (Nullsoft Scriptable Install System) is a professional open-source tool for the development of Windows installers. It is designed to be as small and flexible as possible and is therefore highly suitable for internet distribution.

An installer is not only the first experience of a user with your product, many software problems can also be solved by providing reliable installation tools. NSIS allows you to create stable, quick and user friendly installers that are capable of installing, uninstalling, setting system settings, extracting files and more. With the NSIS scripting language you can implement any custom logic you want.

The large collection of plug-ins, scripts and software in the Developer Center helps you to build full featured installers and provides a solution for almost every scenario.

More about NSIS features...


 

News

NSIS 3.05 released

Author: Amir Szekely
Posted: Mon, 16 Dec 2019 01:13:57 -0000

NSIS (Nullsoft Scriptable Install System) is a professional open-source tool for the development of Windows installers. It is designed to be as small and flexible as possible and is therefore highly suitable for internet distribution.

NSIS 3.05 adds some new commands to make development easier, fixes a few issues and deprecates ANSI targets.

Download:
https://nsis.sourceforge.io/Download

Release notes:
https://nsis.sourceforge.io/rn/v3.05

NSIS 3.04 released

Author: Amir Szekely
Posted: Sun, 16 Dec 2018 01:31:58 -0000

NSIS (Nullsoft Scriptable Install System) is a professional open-source tool for the development of Windows installers. It is designed to be as small and flexible as possible and is therefore highly suitable for internet distribution.

NSIS 3.04 improves Windows 10 and ARM64 detection along with the usual collection of improvements, bug fixes and language file updates.

Download:
https://nsis.sourceforge.io/Download

Release notes:
https://nsis.sourceforge.io/rn/v3.04

NSIS 3.03 released

Author: Amir Szekely
Posted: Tue, 30 Jan 2018 05:20:12 -0000

NSIS (Nullsoft Scriptable Install System) is a professional open-source tool for the development of Windows installers. It is designed to be as small and flexible as possible and is therefore highly suitable for internet distribution.

NSIS 3.03 adds improved 64-bit support for the System plugin, a couple of language file improvements, WinVer.nsh additions and more.

Note that Python 2.7 and above is now required to build NSIS.

Download:
http://nsis.sourceforge.net/Download

Release notes:
http://nsis.sourceforge.net/rn/v3.03