summaryrefslogtreecommitdiffstats
path: root/doc/includes/installerfw-examples-packaging.qdocinc
blob: 260b7e23e0a4449579c44115df1173499bb09c3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
    \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 sets the human-readable name of
            the component.
        \li The \c <Description> element sets the human-readable
            description of the component.
        \li The \c <Version> element sets the version number of the
            component.
        \li The \c <ReleaseDate> element sets the date of release for this
            component version.
    \endlist