Technical Documentation
BackDrop_ Installer — Return Codes
The BackDrop_ Windows installer is built with Inno Setup. When run silently, it returns the following standard exit codes to indicate the result of the installation. Publishers and IT admins can use these to detect install status in deployment scripts or management tools.
| Code | Meaning |
|---|---|
| 0 | Installation completed successfully. |
| 1 | Setup failed to initialize / miscellaneous installation failure. |
| 2 | Installation was cancelled by the user before it started. |
| 3 | A fatal error occurred while preparing the next installation phase. |
| 4 | A fatal error occurred during installation. |
| 5 | Installation was cancelled by the user during installation. |
| 6 | Setup was terminated by a debugger (development only). |
Silent installation
To install BackDrop_ without any UI prompts, use the following flags:
BackDrop_Setup_1.1.1.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTARTThese are standard Inno Setup command-line flags. Full reference ↗
Installer details
Product
BackDrop_ — Ghost Video Overlay
Publisher
Sublimearts.io
Installer version
1.1.1
Build tool
Inno Setup 6
Platform
Windows 10 / 11 (x64)
Code signing
DigiCert EV (SHA-256)
Questions? hello@sublimearts.io