makensis

Cross-platform compiler for NSIS installers. It compiles a NSIS script into a Windows installer executable. More information: <https://nsis.sourceforge.io/Docs/Chapter3.html>.

Install

All systems
curl cmd.cat/makensis.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
OS X
brew install makensis
Raspbian
apt-get install nsis

Cross-platform compiler for NSIS installers. It compiles a NSIS script into a Windows installer executable. More information: <https://nsis.sourceforge.io/Docs/Chapter3.html>.

  • Compile a NSIS script:
    makensis path/to/file.nsi
  • Compile a NSIS script in strict mode (treat warnings as errors):
    makensis -WX path/to/file.nsi
  • Print help for a specific command:
    makensis -CMDHELP command

© tl;dr; authors and contributors