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>.

Debian Debian
RUN apt-get update && \ apt-get install -y nsis
Ubuntu
RUN apt-get update && \ apt-get install -y nsis
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y nsis
Fedora
RUN dnf install -y mingw32-nsis
Raspbian
RUN apt-get update && \ apt-get install -y nsis
click the source code to copy install makensis on any operating system with command-not-found.com