Error Codes Windows Store

The installer can return the following error codes:

  1. Installation Canceled by User:

    • Return Code: 2

    • Description: The user canceled the installation manually.

  2. Application Already Exists:

    • Return Code: 5

    • Description: An existing version of the application was detected.

  3. Installation Already in Progress:

    • Return Code: 6

    • Description: Another installation process is currently running.

  4. Disk Space is Full:

    • Return Code: 7

    • Description: Insufficient disk space to complete installation.

  5. Reboot Required:

    • Return Code: 4

    • Description: The installation completed, but a reboot is required to finalize the setup.

  6. Network Failure:

    • Return Code: 8

    • Description: Network failure prevented the installation from completing.

  7. Package Rejected During Installation:

    • Return Code: 9

    • Description: The installation package was rejected (could be due to security settings, corruption, etc.).

  8. Installation Successful:

    • Return Code: 0

    • Description: The installation completed successfully without any issues.