tldr/pages/windows/iscc.md

18 lines
410 B
Markdown
Raw Normal View History

2018-07-31 20:32:05 +01:00
# iscc
> Compiler for Inno Setup installers.
> It compiles an Inno Setup scripts into an Windows installer executable.
2021-03-30 21:16:32 +01:00
> More information: <https://jrsoftware.org/isinfo.php>.
2018-07-31 20:32:05 +01:00
- Compile an Inno Setup script:
`iscc {{path\to\file.iss}}`
2018-07-31 20:32:05 +01:00
- Quietly compile an Inno Setup installer:
`iscc /Q {{path\to\file.iss}}`
2018-07-31 20:32:05 +01:00
- Compile a signed Inno Setup installer:
`iscc /S={{name}}={{command}} {{path\to\file.iss}}`