mirror of
https://github.com/QuasarApp/installer-framework.git
synced 2025-05-08 02:59:33 +00:00
Describe the example files. Add example file extensions to the qdocconf file to have all files listed on the doc page. Fix capitalization in the configuration file. Use more descriptive values for the component in the package information file. Rearrange sections to be able to use an include file for documenting all package information files. Add more detailed information about creating the installer. Add image. Change-Id: I64ffff29d08f1dff4cd92c3b796f1a0e6c2fb280 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
18 lines
559 B
Plaintext
18 lines
559 B
Plaintext
\section1 Generating the Example Installer
|
|
|
|
To create the example installer, switch to the example source directory on
|
|
the command line and enter the following command:
|
|
|
|
\list
|
|
\li On Windows:
|
|
\code
|
|
..\..\bin\binarycreator.exe -c config\config.xml -p packages installer.exe
|
|
\endcode
|
|
\li On Linux or OS X:
|
|
\code
|
|
../../bin/binarycreator -c config/config.xml -p packages installer
|
|
\endcode
|
|
\endlist
|
|
|
|
The installer is created in the current directory.
|