summaryrefslogtreecommitdiffstats
path: root/doc/installerfw-using.qdoc
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2020-12-20 11:31:30 +0200
committerKatja Marttila <katja.marttila@qt.io>2020-12-22 08:38:36 +0200
commita606c9915b8ff1d6001a83aa350400d6286706ff (patch)
tree33fba20f96caf98be8d42382763d0f93f92a9366 /doc/installerfw-using.qdoc
parentb7df5571e0707f53716fa51d426d5ec31d36af43 (diff)
Introduce ForcedUpdate element for component
Setting ForcedUpdate for component will cause a mandatory update for component if it is installed. Component must be updated before any other component can be updated/installed/removed. Essential components are updated at the same time with ForcedUpdate. Task-number: QTIFW-1565 Change-Id: I6af07fba222371e8cd161d1fec65301450077d86 Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
Diffstat (limited to 'doc/installerfw-using.qdoc')
-rw-r--r--doc/installerfw-using.qdoc8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/installerfw-using.qdoc b/doc/installerfw-using.qdoc
index 89c3351ee..cb0e4d3ad 100644
--- a/doc/installerfw-using.qdoc
+++ b/doc/installerfw-using.qdoc
@@ -419,9 +419,11 @@
\section1 Updating Components
Running \c update without arguments will update all components that have an update
- available. Essential components are always updated first, same way as it is done when
- launching updater from GUI. To update only a specific subset of installed components,
- they can be provided as an optional argument for \c update:
+ available. Essential and ForcedUpdate components are always updated first, same way as
+ when launching the updater from GUI. After Essential and ForcedUpdate components
+ are updated, the installer needs to be restarted for other updates. To update only
+ a specific subset of installed components, they can be provided as an optional argument
+ for \c update:
\code
maintenancetool.exe update componentA componentB