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:
|
|
|
|
|
2023-02-20 07:23:49 +00:00
|
|
|
`iscc {{path\to\file.iss}}`
|
2018-07-31 20:32:05 +01:00
|
|
|
|
|
|
|
- Quietly compile an Inno Setup installer:
|
|
|
|
|
2023-02-20 07:23:49 +00:00
|
|
|
`iscc /Q {{path\to\file.iss}}`
|
2018-07-31 20:32:05 +01:00
|
|
|
|
|
|
|
- Compile a signed Inno Setup installer:
|
|
|
|
|
2023-02-20 07:23:49 +00:00
|
|
|
`iscc /S={{name}}={{command}} {{path\to\file.iss}}`
|