Announcement

Collapse
No announcement yet.

how to detect the user has aborted the installation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • how to detect the user has aborted the installation

    Hi,

    Is there any way to detect that the user has aborted installation while installing the files (e.g. clicking the close button on top while installation in progress) or installation aborted due to the fact that the installation encountered some errors?

    thanks

  • #2
    You have the On Error event script where you can set any custom error code. The default setup return codes can be found in the documentation - for example, Application.Exit(EXIT_REASON_USER_ABORTED) would return 5 to the calling process, etc.

    Ulrich

    Comment

    Working...
    X