summaryrefslogtreecommitdiffstats
path: root/doc/examples/config.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix code examples to use 'MaintenanceToolName'Kai Koehne2015-01-191-1/+1
| | | | | | | | | Commit 27390528bd renamed the <UninstallerName> tag to <MaintenanceToolName>. Fix remaining uses of <UninstallerName> to use the new tag. Change-Id: I2a397b7c23e2d3a0e8d8759f24d407cdfd4e5fa5 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* Add some example data for RunProgramNiels Weber2014-12-081-3/+4
| | | | | | Task-number: QTIFW-481 Change-Id: I00b863093697857bafcffa7e4a2afc4feee33365 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* Allow spaces in RunProgramArgumentsNiels Weber2014-11-171-1/+3
| | | | | | | | | | | This changes the syntax of the RunProgramArguments entry in the config.xml. <Argument> sub tags need to be used to specify the RunProgramArguments now. Task-number: QTIFW-227 Change-Id: Ife007bf660cdcf4ff5e8e31bb9bb5ac2e5037616 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
* Prefer uppercase for RootDir and HomeDirNiels Weber2014-07-181-3/+3
| | | | | Change-Id: If084e32d00b1f1995a00795675b8bc0e2011d72d Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
* config.xml: Discourage use of <Icon>Sergio Ahumada2014-02-051-1/+2
| | | | | | | | | | | | <Icon> is deprecated according to the documentation, so better tell people to use <InstallerApplicationIcon> and/or <InstallerWindowIcon> instead. Also moving up the settings to the same position they appear in the documentation. Change-Id: I8fe468ba9c362f1abbeb69809eb25e2c51204b25 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com> Reviewed-by: Niels Weber <niels.weber@digia.com>
* Add RunProgramArgumentsAurindam Jana2013-03-041-0/+1
| | | | | | | | | | | The common case that the called application needs arguments wasn't implemented. Change-Id: I60b2d149399b4036c4fc30b55b0d17997993d8bd Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com> Reviewed-by: Niels Weber <niels.weber@digia.com> Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* add example config.xml and package.xml to docsNiels Weber2012-03-191-0/+26
Fixes QTIFW-112 Change-Id: I6bb33d8acd19007ba4738ffae8afe90fb886d5f8 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>