summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrerich Raabe <raabe@froglogic.com>2016-06-21 13:35:35 +0200
committerKatja Marttila <katja.marttila@qt.io>2016-09-14 07:27:08 +0000
commitfc0b26f4d202776456ceca1be4206739a8be9247 (patch)
tree0d515b7ed57ff36c0cf55a759bbbb8932cc8ecd7 /doc
parente8af3a5aa0d6141635c4b24b98e1e10b3e85cb8d (diff)
Make support for modifying installations configurable
This patch introduces support for a new setting 'SupportsModify' in the config.xml file. This is only relevant for Windows installers. By default (i.e. when omitting) this setting, it defaults to 'true' which means that the product supports modifying (i.e. reconfiguring) an existing installations. As such, the 'Modify' button show in Windows' list of installed programs will be enabled. Setting this to 'false' will cause the button to be disabled. Change-Id: I4105f3f0bce67830aa2ee8ae0e6f6abb25c35b30 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index af1089d1f..c8a094453 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -321,6 +321,9 @@
\li Set to \c true if you want to add an extra column into component tree showing install actions.
This extra column indicates whether a component is going to be installed or uninstalled,
or just stay installed or uninstalled.
+ \row
+ \li SupportsModify
+ \li Set to \c false if the product does not support modifying an existing installation.
\endtable