Installer Handling
Last updated: March 1, 2026
Product
Dock desktop installer (EXE, NSIS-based).
Silent install switch: /S
Standard Install Scenarios
| Scenario | EXE Return Code(s) | Notes |
|---|---|---|
| Installation cancelled by user | 1223, 2 | User cancelled setup. |
| Application already exists | 1638 | Another version of the app is already installed. |
| Installation already in progress | 1618 | Another installer transaction is active. |
| Disk space is full | 112 | Insufficient disk space on target drive. |
| Reboot required | 3010, 1641 | Install completed but restart is required (or initiated). |
| Network failure | 12007, 12029, 12030 | Network/DNS/connectivity error during install flow. |
| Package rejected during installation | 1625 | Installation blocked by system policy. |
| Installation successful | 0 | Install completed successfully. |
Miscellaneous Install Failure Scenarios
| Code | Meaning |
|---|---|
| 1 | Generic installer failure. |
| 1603 | Fatal installation error. |
| 1619 | Installer package could not be opened. |
| 1620 | Installer package is invalid. |