summaryrefslogtreecommitdiffstats
path: root/doc/includes/installerfw-examples-generating.qdocinc
blob: 45ea2fc22ca698dae4b7458313037fbad19227e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
    \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.