Forrest logo
back to context overview

makensis

List of commands for makensis:

  • makensis:tldr:6ba6f makensis: Compile a NSIS script.
    $ makensis ${filename-nsi}
    try on your machine
    explain this command
  • makensis:tldr:77da0 makensis: Compile a NSIS script in strict mode (treat warnings as errors).
    $ makensis -WX ${filename-nsi}
    try on your machine
    explain this command
  • makensis:tldr:99483 makensis: Print help for a specific command.
    $ makensis -CMDHELP ${command}
    try on your machine
    explain this command
back to context overview