Compile a signed Inno Setup installer

iscc

  • Compiler for Inno Setup installers.
    It compiles an Inno Setup scripts into an Windows installer executable.
    More information: <https://jrsoftware.org/isinfo.php>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

iscc /S={{name}}={{command}} {{path/to/file.iss}}

click the source code to copy