Skip to content

Commit

Permalink
adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Sep 6, 2024
1 parent f116140 commit 32563bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ Windows installers have the following CLI options available:
You can also supply [standard NSIS flags](https://nsis.sourceforge.io/Docs/Chapter3.html#installerusage), but only _after_ the ones mentioned above:

- `/NCRC`: disables the CRC check.
- `/S` (silent): runs the installer or uninstaller in silent mode.
- `/S` (silent): runs the installer or uninstaller in headless mode. Installers created with
`constructor 3.10` or later will report information to the active console. Note that this
is not the stdout stream of the process, so stream redirection (like `>`, `>>` or `|`)
won't work.
- `/D` (directory): sets the default installation directory. Note that even if the path contains
spaces, it must be the last parameter used in the command line and must not contain any quotes.
Only absolute paths are supported. The uninstaller uses `_?` instead of `/D`.
Expand Down

0 comments on commit 32563bf

Please sign in to comment.