mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-11 04:19:34 +00:00
As we are describing XML files. "Settings" is still used where appropriate. Also use the angle brackets around element names more consistently. Change-Id: I5c7179212c90d8f2cd55e28af98e7cd785603f4a Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
16 lines
660 B
Plaintext
16 lines
660 B
Plaintext
\section1 Creating the Example Package Information File
|
|
|
|
The installer package information file, package.xml, in the \c meta
|
|
directory specifies the components that are available for installation:
|
|
|
|
\list
|
|
\li The \c <DisplayName> element specifies the human-readable name of
|
|
the component.
|
|
\li The \c <Description> element specifies the human-readable
|
|
description of the component.
|
|
\li The \c <Version> element specifies the version number of the
|
|
component.
|
|
\li The \c <ReleaseDate> element specifies the date when this component
|
|
version was released.
|
|
\endlist
|