summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-05-27 09:24:09 +0200
committerKai Koehne <kai.koehne@theqtcompany.com>2015-06-04 09:23:00 +0000
commit09b8632d301ffa865bf717c5497b6b7a17e86b53 (patch)
tree47cb3c54a0273b98f46d0ac593e6e9dfcaef3153 /doc
parent297e61af3e6f980fe8a4b48b230a6701dd6906cc (diff)
Doc: Mention what you can do with a control script early on
Task-number: QTIFW-166 Change-Id: I42ff186b7f4203b6f29685d10136e25089892c4d Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/noninteractive.qdoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/noninteractive.qdoc b/doc/noninteractive.qdoc
index 6157d9296..5485d2cbd 100644
--- a/doc/noninteractive.qdoc
+++ b/doc/noninteractive.qdoc
@@ -34,7 +34,11 @@
\title Controller Scripting
For each installer, you can specify a control script that interacts with certain parts of
- the installer's UI or functionality. The script format has to be compatible with QJSEngine.
+ the installer's UI or functionality. The control script can add and remove pages to the
+ wizard, change existing pages, do additional checks, and interact with the UI by
+ simulating user clicks. This allows for example unattended installations.
+
+ The script format has to be compatible with QJSEngine.
This section describes the functions that are called to implement such a control script.
It also gives an overview of installer pages and the widgets that are available on each