commands.sh

makensis

all

Cross-platform compiler for NSIS installers. It compiles a NSIS script into a Windows installer executable.

More info →

Examples (3)

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

Display help for a specific command

makensis -CMDHELP command
made by @shridhargupta | data from tldr-pages