LibraryLocal

Nullsoft Scriptable Install System (modified for Debian)

Install

All systems
curl cmd.cat/LibraryLocal.sh
Debian Debian
apt-get install nsis
Ubuntu
apt-get install nsis
image/svg+xml Kali Linux
apt-get install nsis
Fedora
dnf install mingw32-nsis
Windows (WSL2)
sudo apt-get update sudo apt-get install nsis
Raspbian
apt-get install nsis

nsis

Nullsoft Scriptable Install System (modified for Debian)

NSIS is a tool for creating quick and user friendly installers for Microsoft Windows (Win32) operating systems. NSIS creates installers that are capable of installing, uninstalling, setting system settings, extracting files, etc. Because it's based on script files, you can fully control every part of your installers. The script language supports variables, functions, string manipulation, just like a normal programming language - but designed for the creation of installers. Even with all these features, NSIS is still the smallest installer system available. With the default options, it has an overhead of only 34 KB.

mingw32-nsis

Nullsoft Scriptable Install System