summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@digia.com>2014-07-01 14:13:58 +0200
committerJarek Kobus <jaroslaw.kobus@digia.com>2014-07-07 14:38:01 +0200
commit27390528bdc4474d808bf53fb2bbe33a5b1eaaef (patch)
tree3804577a7243ce9e852ca7631e46fb37d43ab5d2 /doc
parentbce9c5db761eb04648341e5a61ad155bc1557c28 (diff)
Rename settings in config.xml file
Rename UninstallerName to MaintenanceToolName (change its default value to "maintenancetool"). Rename UninstallerIniFile to MaintenanceToolIniFile. Change-Id: Ic8ceae80b43c6793ae9b0baacea2ea374a0f90d1 Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw.qdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 486b69c99..9842c7eb8 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -239,14 +239,14 @@
sections that each specify the \c Url to access the repository.
For more information, see \l{Configuring Repositories}.
\row
- \li UninstallerName
- \li Filename of the generated uninstaller. Defaults to
- \e uninstall. The platform-specific executable file extension is
+ \li MaintenanceToolName
+ \li Filename of the generated maintenance tool. Defaults to
+ \e maintenancetool. The platform-specific executable file extension is
appended.
\row
- \li UninstallerIniFile
- \li Filename for the configuration of the generated uninstaller. Defaults to
- \e {UninstallerName}.ini.
+ \li MaintenanceToolIniFile
+ \li Filename for the configuration of the generated maintenance tool. Defaults to
+ \e {MaintenanceToolName}.ini.
\row
\li RemoveTargetDir
\li Set to \c false if the target directory should not be deleted when uninstalling.