summaryrefslogtreecommitdiffstats
path: root/examples/tutorial/config
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial/config')
-rw-r--r--examples/tutorial/config/config.xml10
-rw-r--r--examples/tutorial/config/license.txt1
2 files changed, 11 insertions, 0 deletions
diff --git a/examples/tutorial/config/config.xml b/examples/tutorial/config/config.xml
new file mode 100644
index 000000000..eb1ba45d0
--- /dev/null
+++ b/examples/tutorial/config/config.xml
@@ -0,0 +1,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>
diff --git a/examples/tutorial/config/license.txt b/examples/tutorial/config/license.txt
new file mode 100644
index 000000000..61a94dce7
--- /dev/null
+++ b/examples/tutorial/config/license.txt
@@ -0,0 +1 @@
+The fantastic license, have you heard of the Beer Public License Agreement yet?