Main Page: Difference between revisions
m (Repeated word) |
No edit summary |
||
(23 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<div style="width: 535px; float: left;"> | <div style="width: 535px; float: left;"> | ||
NSIS (Nullsoft Scriptable Install System) is a professional open | NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution. | ||
Being a user's first experience with your product, a stable and reliable installer is an important component of successful software. With NSIS you can create such installers that are capable of doing everything that is needed to setup your software. | |||
NSIS is script-based and allows you to create the logic to handle even the most complex installation tasks. Many plug-ins and scripts are already available: you can create web installers, communicate with Windows and other software components, install or update shared components and more. | |||
[[Features| | [[Features|Detailed list of features...]] | ||
<navimg>local|Devcenter.gif| | |||
<navimg>local|Devcenter.gif|Developer Center</navimg> | |||
<navimg>local|Eclipse.gif|EclipseNSIS - NSIS plugin for Eclipse</navimg> | <navimg>local|Eclipse.gif|EclipseNSIS - NSIS plugin for Eclipse</navimg> | ||
== Featured 3rd Party Projects == | |||
* [http://www.scratchpaper.com/ Unicode NSIS] | |||
* [https://bitbucket.org/dgolub/nsis64 NSIS x64] | |||
* [[NSIS Dialog Designer]] | |||
</div> | </div> | ||
<div style="width: | <div style="width: 220px; margin-left: 10px; background-color: #fff8c2; border: 1px solid #ffcc00; padding: 10px; float: left;"> | ||
'''Latest NSIS release''' | '''Latest NSIS release''' | ||
---- | ---- | ||
NSIS {{NSISVersion}} ([http://sourceforge.net/ | NSIS {{NSISVersion}} ([http://nsis.sourceforge.net/Docs/AppendixF.html#v{{NSISVersion}} Release Notes]) | ||
{{NSISReleaseDate}} | {{NSISReleaseDate}} | ||
{{#ifeq:{{NSISIsPreRelease}}|yes| | |||
NSIS {{NSISPreVersion}} ([http://nsis.sourceforge.net/Docs/AppendixF.html#v{{NSISPreVersion}} Release Notes]) | |||
{{NSISPreReleaseDate}} | |||
}} | |||
<navimg>local|Download.gif|Download</navimg> | <navimg>local|Download.gif|Download</navimg> | ||
Line 26: | Line 40: | ||
<navimg>global|Forum.gif|http://forums.winamp.com/forumdisplay.php?s=&forumid=65</navimg> | <navimg>global|Forum.gif|http://forums.winamp.com/forumdisplay.php?s=&forumid=65</navimg> | ||
'' | '''Twitter Feed''' | ||
---- | |||
< | <twitter>296042568041496577</twitter> | ||
</div> | </div> |
Latest revision as of 17:22, 12 August 2016
NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution.
Being a user's first experience with your product, a stable and reliable installer is an important component of successful software. With NSIS you can create such installers that are capable of doing everything that is needed to setup your software.
NSIS is script-based and allows you to create the logic to handle even the most complex installation tasks. Many plug-ins and scripts are already available: you can create web installers, communicate with Windows and other software components, install or update shared components and more.