Skip to content

Commit

Permalink
Docs catch up.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuvinJ committed Jan 12, 2021
1 parent 67f4073 commit 3e7ece5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/LowLevel.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,16 @@ Conversely, if the installer completed without creating this file, it
was successful. Such as also indicated via an exit code, where zero
equals success, and any non-zero is an failure.

**-p / --passthru**: Pass arguments through the silent installer wrapper to the
QtIFW nested installer core. To pass key/value pairs,
use the following example format:
`MySilentSetup -p "key1='some value' key2='/some/path'"`

**-a / --unpassthru**: Like `--passthru`, but for use with `--uninstall`.
Pass direct QtIFW arguments to the nested uninstaller launched by the installer.
Note, if used with `--passthru`, that set of arguments still applies to the
*installer*, while `--unpassthru` independently applies to the *uninstaller*.

**-d / --debug**: Enable debugging output.

**_keeptemp=true**: DEBUGGING feature: Leave scripts in a temp
Expand Down

0 comments on commit 3e7ece5

Please sign in to comment.