mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 18:26:02 +02:00
iscc: add page (#2224)
This commit is contained in:
parent
14ff9659f0
commit
26bdd7c49d
1 changed files with 16 additions and 0 deletions
16
pages/windows/iscc.md
Normal file
16
pages/windows/iscc.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue