Loading...
This page documents the standard return codes and parameters for the TransferX desktop application installer, primarily for automated deployment tools and the Microsoft Store.
The following command-line switches are supported for silent or automated installation:
/VERYSILENT /SUPPRESSMSGBOXES /NORESTART| Scenario | Return Code | Description |
|---|---|---|
| Installation Successful | 0 | The installation completed successfully. |
| Installation Cancelled | 2 | The user cancelled the installation process. |
| Setup Failed / Fatal Error | 1 | General failure (e.g., disk full, initialization error). |
| Restart Required | 4 | Installation complete, but a system restart is required. |
| Installation in Progress | 5 | Another installation is already in progress. |
| Package Rejected | 6 | Installation prevented by security policy. |
Note: These codes adhere to standard Inno Setup exit codes where applicable.