summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-02-04 17:17:35 +0100
committerNiels Weber <niels.weber@digia.com>2014-02-05 09:52:52 +0100
commite696f3c28aef90e98d0908b27e983c2d22c644e3 (patch)
tree670c130850e7e857bdb5ec91a97c37054982cfc4 /doc
parent4f5df8e1ed47429afc766dac29abef269e355579 (diff)
config.xml: Discourage use of <Icon>
<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>
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/config.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/config.xml b/doc/examples/config.xml
index daf212711..9ebd9bf38 100644
--- a/doc/examples/config.xml
+++ b/doc/examples/config.xml
@@ -5,6 +5,8 @@
<Title>Some Application Setup</Title>
<Publisher>Your Company</Publisher>
<ProductUrl>http://www.your-fantastic-company.com</ProductUrl>
+ <InstallerWindowIcon>installericon</InstallerWindowIcon>
+ <InstallerApplicationIcon>installericon</InstallerApplicationIcon>
<Logo>logo.png</Logo>
<Watermark>watermark.png</Watermark>
<RunProgram></RunProgram>
@@ -13,7 +15,6 @@
<StartMenuDir>Some Application Entry Dir</StartMenuDir>
<UninstallerName>SDKMaintenanceTool</UninstallerName>
<AllowNonAsciiCharacters>true</AllowNonAsciiCharacters>
- <Icon>installericon</Icon>
<Background>background.png</Background>
<!-- @homeDir@ and @rootDir@ are some of the supported vars -->