summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.qdoc
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2020-11-24 06:20:07 +0200
committerKatja Marttila <katja.marttila@qt.io>2020-11-24 06:20:07 +0200
commit79011733f7a00da988d482dde443418c9df38784 (patch)
treeaae5e8dbdd254cb2538e66e4649b1c86d39191ae /doc/installerfw.qdoc
parentd863c8abcf29e971e0adb8dcb2fc12971a4e98f1 (diff)
parent13c9e1111d89d1a2a06954c00bb3d3c33d4ecfa3 (diff)
Merge remote-tracking branch 'origin/4.0' into master
Diffstat (limited to 'doc/installerfw.qdoc')
-rw-r--r--doc/installerfw.qdoc15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 41d1110d2..bbdbff09e 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -229,7 +229,7 @@
\li --nf, --no-force-installations
\li Allow deselecting components that are marked as forced.
\row
- \li --no-default-installations
+ \li --nd, --no-default-installations
\li Deselects components that are marked as default.
\row
\li --ns, --no-size-checking
@@ -246,21 +246,21 @@
\li Create a local repository inside the installation directory. This option has no
effect on online installers.
\row
- \li --accept-messages
+ \li --am, --accept-messages
\li [CLI] Accepts all message queries without user input.
\row
- \li --reject-messages
+ \li --rm, --reject-messages
\li [CLI] Rejects all message queries without user input.
\row
- \li --auto-answer <identifier=value>
+ \li --aa, --auto-answer <identifier=value>
\li [CLI] Automatically answers the message queries with the message identifier and a button
value. Several \c{identifier=value} pairs can be given separated with a comma, for example
\c{--auto-answer message.id=Ok,message.id2=Cancel}.
\row
- \li --default-answer
+ \li --da, --default-answer
\li [CLI] Automatically answers to message queries with their default values.
\row
- \li --accept-licenses
+ \li --al, --accept-licenses
\li [CLI] Accepts all licenses without user input.
\row
\li --file-query <identifier=value>
@@ -268,6 +268,9 @@
getOpenFileName() requested by the install script. Several \c{identifier=value} pairs can be
given separated with a comma, for example \c{--file-query filedialog.id=C:Temp,filedialog.id2=C:Temp2}.
\row
+ \li -c, --confirm-command
+ \li [CLI] Confirms starting of installation, update or removal of components without user input.
+ \row
\li -s, --script <file>
\li Execute the script given as an argument.
\row