makensis

Compiler for NSIS scripts to create Windows installers

brewmacoslinux
Try with needOr install directly
Source

About

System to create Windows installers

Commands

makensis

Examples

Compile a basic NSIS script into an installer executable$ makensis installer.nsi
Compile with output file specification$ makensis /O output.exe installer.nsi
Compile with preprocessor variable definition$ makensis /D VERSION=1.0.0 installer.nsi