adm-downloader-rs/README.md
Small helper that downloads the correct AutoDarkMode Inno Setup installer (x86/ARM64), verifies its SHA256, runs it and forwards the installer's exit code.
adm-downloader-rs /verysilent| Exit Code | Description |
|---|---|
| 0 | Success (installer ran and returned 0, or nothing to do) |
| 13370 | Download failed (couldn't fetch the installer) |
| 13371 | SHA256 verification failed (download corrupted or mismatch) |
| 13372 | Failed to spawn the installer process |
| 13373 | Failed to remove the temporary downloaded file during cleanup |
| Other | Any other non-zero code returned by the installer will be forwarded by this tool |
See project license file.