summaryrefslogtreecommitdiffstats
path: root/examples/tutorial/config/config.xml
blob: eb1ba45d05bace0395c7091287c4649b10d0104d (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<Installer>
    <Name>Your application</Name>
    <Version>1.2.3</Version>
    <Title>Your application Installer</Title>
    <Publisher>Your vendor</Publisher>
    <License>license.txt</License>
    <StartMenuDir>Super App</StartMenuDir>
    <TargetDir>@rootDir@InstallationDirectory</TargetDir>
</Installer>