System Grab Bag

View all TLDR pages from common (or from all pages)

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}}
  • Print help for a specific command:
    makensis -CMDHELP {{command}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.