diff --git a/pages/common/makensis.md b/pages/common/makensis.md new file mode 100644 index 000000000..a97b6be0b --- /dev/null +++ b/pages/common/makensis.md @@ -0,0 +1,16 @@ +# makensis + +> Cross-platform compiler for NSIS installers. +> It compiles a NSIS script into a Windows installer executable. + +- 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}}`