mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-10 11:59:34 +00:00
Now they are all located in distinct subfolders of one common IfwExamples folder located in home. Change-Id: Ife92e8d7f7fc33bc1f941f49c75333d0e4fc72d1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
\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
|
|
\li The \c <Name> element specifies the application name that is added
|
|
to the page name and introduction text.
|
|
\li The \c <Version> element specifies the application version number.
|
|
\li The \c <Title> element specifies the installer name displayed on the
|
|
title bar.
|
|
\li The \c <Publisher> element specifies the publisher of the software
|
|
(as shown in the Windows Control Panel, for example).
|
|
\li The \c <StartMenuDir> element specifies the name of the default
|
|
program group for the product in the Windows \gui Start menu.
|
|
\li The \c <TargetDir> element specifies that the default target
|
|
directory is located in the \c IfwExamples directory 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}.
|
|
\endlist
|