NSIS Overview
NSIS (Nullsoft Scriptable Install System) is a free, open-source tool for building Windows installers, originally created to distribute Winamp. It is script-driven: you write an install script that defines files, registry entries, shortcuts, pages, and logic, and NSIS compiles it into a small, self-contained setup executable. It is known for producing compact installers with low overhead, fine-grained control, and an extensible plugin system, which is why many open-source and commercial projects use it. It supports modern UI pages, conditional logic, and multi-language installers. The offline installer installs without a network connection. It can also build uninstallers, web installers, and self-extracting archives, and its output runs on all modern Windows versions. You can reach the official NSIS download from Nullsoft via the link on this page.