Exit codes for Paquet Builder¶
This page describes possible exit codes returned by Paquet Builder when you compile packages using the command line or in batch processes.
| Value | Meaning |
|---|---|
| 0 | No error (compilation successful). |
| 1 | Error in project settings. |
| 2 | Error while creating package scripts for compilation. |
| 3 | Error while compiling scripts for the package stub. |
| 4 | Error while linking the package stub. |
| 5 | Error while creating uninstaller scripts for compilation. |
| 6 | Error while compiling scripts for the uninstaller stub. |
| 7 | Error while linking the uninstaller stub. |
| 8 | Error while compressing files. |
| 9 | Error while generating internal resources. |
| 10 | Error while generating the uninstaller EXE. |
| 11 | Error while combining the uninstaller EXE and resources. |
| 12 | Error while combining the package EXE and resources. |
| 13 | Error while combining the package EXE and the archive. |
| 14 | Unexpected error. |