From fc0b26f4d202776456ceca1be4206739a8be9247 Mon Sep 17 00:00:00 2001 From: Frerich Raabe Date: Tue, 21 Jun 2016 13:35:35 +0200 Subject: 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 --- doc/installerfw.qdoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3