Linux
Command
Library
Commands
Basics
Tips
makensis
makensis
TLDR
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]
COLLAPSE ALL
Copied to clipboard