NSIS 3.10

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.

Tags windows installer scripting-language build-tool packaging development
License Mixed
State stable

Recent Releases

3.1002 Apr 2024 12:11 minor bugfix: Fixed LogicLib SafePPO bug (bug #1291) NSISdl now supports relative URLs in location redirects (PR #24) Added InstType /UNINSTNOCUSTOM and /UNINSTCOMPONENTSONLYONCUSTOM Fixed bug with SetDetailsPrint lastused and plugins introduced in 3.09 (bug #1300) Added NSD_CB_Find SelectStringExact support for nsDialogs Fix RTL text in section selection page