2014-07-08 12:01:03 +02:00
|
|
|
\section1 Configuring the Example Installer
|
|
|
|
|
|
|
|
The installer configuration file, config.xml, in the \c config directory
|
|
|
|
specifies the text and default values used in the installer:
|
|
|
|
|
|
|
|
\list
|
2015-01-19 16:03:55 +01:00
|
|
|
\li The \c <Name> element specifies the application name that is added
|
2014-07-08 12:01:03 +02:00
|
|
|
to the page name and introduction text.
|
2015-01-16 13:17:22 +01:00
|
|
|
\li The \c <Version> element specifies the application version number.
|
2015-01-19 16:03:55 +01:00
|
|
|
\li The \c <Title> element specifies the installer name displayed on the
|
2014-07-08 12:01:03 +02:00
|
|
|
title bar.
|
2015-01-19 16:03:55 +01:00
|
|
|
\li The \c <Publisher> element specifies the publisher of the software
|
2014-07-08 12:01:03 +02:00
|
|
|
(as shown in the Windows Control Panel, for example).
|
2015-01-19 16:03:55 +01:00
|
|
|
\li The \c <StartMenuDir> element specifies the name of the default
|
2014-07-08 12:01:03 +02:00
|
|
|
program group for the product in the Windows \gui Start menu.
|
2015-01-19 16:03:55 +01:00
|
|
|
\li The \c <TargetDir> element specifies that the default target
|
2014-07-10 16:00:51 +02:00
|
|
|
directory displayed to users is \c IfwExample in the home directory
|
|
|
|
of the current user (because the predefined variable\c @HomeDir@ is
|
|
|
|
used as a part of the value). For more information, see
|
|
|
|
\l{Predefined Variables}.
|
2014-07-08 12:01:03 +02:00
|
|
|
\endlist
|