summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.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.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.qdoc')
-rw-r--r--doc/installerfw.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 22407e17d..d5335d585 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -895,6 +895,12 @@
\li Determines that the package must always be installed. End users
cannot deselect it in the installer.
\row
+ \li ForcedUpdate
+ \li Marks the package as \c ForcedUpdate to force a restart of the
+ \c MaintenanceTool. If there are updates available
+ for a \c ForcedUpdate component, the package manager stays
+ disabled until that component is updated.
+ \row
\li Replaces
\li Comma-separated list of components to replace. Optional.