From 26bdd7c49d0939d81d71624fa603336b2d284402 Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Tue, 31 Jul 2018 21:32:05 +0200 Subject: [PATCH] iscc: add page (#2224) --- pages/windows/iscc.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/windows/iscc.md diff --git a/pages/windows/iscc.md b/pages/windows/iscc.md new file mode 100644 index 000000000..77ed56a10 --- /dev/null +++ b/pages/windows/iscc.md @@ -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}}`