Announcement

Collapse
No announcement yet.

Quit not working

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

  • Quit not working

    I have a callback operation where I am tripping a quit operation. But the installer does not quit:

    Function CancelNotification
    GetFunctionAddress $2 Exit
    ThreadTimer::Start /NOUNLOAD 10 1 $2
    FunctionEnd

    Function Exit
    Quit
    FunctionEnd

    I've tried calling quit in the CancelNotification callback operation - but still fails to quit the installer.

    Peter

  • #2
    Quit sets a flag, it is not an instant action. Where/when are you calling it?
    IntOp $PostCount $PostCount + 1

    Comment


    • #3
      Originally Posted by Anders View Post
      Quit sets a flag, it is not an instant action. Where/when are you calling it?
      calling it via a callback operation. What operation can I call tro close the installer?

      Comment


      • #4
        Yes but there is no context. What type of page? In the pre page callback? A custom timer thing?
        IntOp $PostCount $PostCount + 1

        Comment

        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎