logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create NSIS Installer - Compile Scripts | Online Free DevTools by Hexmos

Create Windows installers with NSIS using Makensis. Compile NSIS scripts into executable installers. Free online tool, no registration required.

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.

  • 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}}

See Also