Content deleted Content added
m case |
Grammar fixes |
||
Line 11:
website = [http://nsis.sourceforge.net/ nsis.sf.net] |
}}
'''Nullsoft Scriptable Install System''' (NSIS), is an [[open source]], script-driven installation system with minimal overhead
==History==
NSIS was created
===POSIX===
Version 2.01 was the first version to compile on [[POSIX]] platforms out of the box. This allows [[Cross-compilation|cross-compilation]] of [[Microsoft Windows|Windows]] installers on [[Linux]] and [[FreeBSD]] without the usage of [[WINE]]. Currently, the only supported hardware platform is [[x86]].
==Concepts==
Line 37:
[[Image:Nsis1.png|right|thumb|150px|NSIS 1.98]]
Version 2.0 introduced a new optional streamlined [[GUI]] called ''Modern UI'' (MUI). The MUI has a wizard-like interface. It supports a welcome, finish page, language selection dialog, description area for components and greater customization options than the old GUI.
===Plugins===
NSIS can be extended with [[plugin]]s that can communicate with the installer. They can be written in [[C programming language|C]], [[C programming language|C++]], and [[Delphi programming language|Delphi]], and can be used to perform installation tasks or extend the installer interface. The plugins can be
Several plugins come with the NSIS package allowing to display a splash screen, display a custom page, display an image on the background, download files from a website, perform mathematical operations, patching files and more.
|