Installer Handling

Last updated: March 1, 2026

Product

Dock desktop installer (EXE, NSIS-based).

Silent install switch: /S

Standard Install Scenarios

ScenarioEXE Return Code(s)Notes
Installation cancelled by user1223, 2User cancelled setup.
Application already exists1638Another version of the app is already installed.
Installation already in progress1618Another installer transaction is active.
Disk space is full112Insufficient disk space on target drive.
Reboot required3010, 1641Install completed but restart is required (or initiated).
Network failure12007, 12029, 12030Network/DNS/connectivity error during install flow.
Package rejected during installation1625Installation blocked by system policy.
Installation successful0Install completed successfully.

Miscellaneous Install Failure Scenarios

CodeMeaning
1Generic installer failure.
1603Fatal installation error.
1619Installer package could not be opened.
1620Installer package is invalid.