1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 03:42:12 +02:00
tldr/pages/windows/iscc.md
2018-07-31 20:32:05 +01:00

16 lines
353 B
Markdown

# iscc
> Compiler for Inno Setup installers.
> It compiles an Inno Setup scripts into an Windows installer executable.
- 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}}`