snippetbashTip
iscc — Compiler for Inno Setup installers. It compiles an Inno Setup scripts into a Windows installer execu
Viewed 0 times
commandinstallersinnoisccclicompilerforsetup
windows
Problem
How to use the
iscc command: Compiler for Inno Setup installers. It compiles an Inno Setup scripts into a Windows installer executable. More information: <https://jrsoftware.org/isinfo.php>.Solution
iscc — Compiler for Inno Setup installers. It compiles an Inno Setup scripts into a 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}}Code Snippets
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}}Context
tldr-pages: windows/iscc
Revisions (0)
No revisions yet.