System Grab Bag

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

iscc

Compiler for Inno Setup installers. It compiles an Inno Setup scripts into an Windows installer executable. More information: https://jrsoftware.org/isinfo.php.
  • Compile an Inno Setup script:
    iscc {{path\to\file.iss}}
  • Quietly compile an Inno Setup installer:
    iscc /Q {{path\to\file.iss}}
  • Compile a signed Inno Setup installer:
    iscc /S={{name}}={{command}} {{path\to\file.iss}}

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.