summaryrefslogtreecommitdiffstats
path: root/doc/includes/installerfw-examples-generating-online.qdocinc
blob: f623b1d22d67dd2b3ba60a528813acf032844c4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
    \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 --online-only -c config\config.xml -p packages installer.exe
            \endcode
        \li On Linux or macOS:
            \code
            ../../bin/binarycreator --online-only -c config/config.xml -p packages installer
            \endcode
    \endlist

    You should now be able to run the installer and install from the repository.