Skip to content

Exit codes for Paquet Builder

This page describes possible exit codes returned by Paquet Builder when you compile packages using the command line or the console compiler.

ValueMeaning
0No error (compilation successful).
1Error in project settings.
2Error while creating package scripts for compilation.
3Error while compiling scripts for the package stub.
4Error while linking the package stub.
5Error while creating uninstaller scripts for compilation.
6Error while compiling scripts for the uninstaller stub.
7Error while linking the uninstaller stub.
8Error while compressing files.
9Error while generating internal resources.
10Error while generating the uninstaller EXE.
11Error while combining the uninstaller EXE and resources.
12Error while combining the package EXE and resources.
13Error while combining the package EXE and the archive.
14Unexpected error.