installer-framework/doc/includes/installerfw-examples-generating.qdocinc

18 lines
560 B
Plaintext
Raw Permalink Normal View History

\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 macOS:
\code
../../bin/binarycreator -c config/config.xml -p packages installer
\endcode
\endlist
The installer is created in the current directory.