Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

Reason

...

0

...

installation successful

...

1

...

Error in installation

...

2

...

    • : 5

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

  1. Installation Already in Progress:

    • Return Code: 6

    • Description: Another installation process is currently running.

  2. Disk Space is Full:

    • Return Code: 7

    • Description: Insufficient disk space to complete installation.

  3. Reboot Required:

    • Return Code: 4

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

  4. Network Failure:

    • Return Code: 8

    • Description: Network failure prevented the installation from completing.

  5. Package Rejected During Installation:

    • Return Code: 9

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

  6. Installation Successful:

    • Return Code: 0

    • Description: The installation completed successfully without any issues.