Go Back   Winamp Forums > Developer Center > NSIS Discussion

 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 23rd September 2004, 08:35   #1
aadya
Junior Member
 
Join Date: Sep 2004
Posts: 19
Unhappy Quit doesn't quit!

Hi All,
I would like the installer to quit upon a rollback scenario from a custom function.
A small code snippet:

...
!define MUI_CUSTOMFUNCTION_ABORT RollBack
...

Function RollBack
...
HideWindow

Banner::show "Rolling back"
; Perform all rollback functions
...
Banner::destroy

Quit
FunctionEnd

Problem is though i dont see anything anymore, the setup.exe (the installer executable) is still running when i look at all the processes in the Task Manager. Am i missing something here?

thanks in advance.
aadya is offline   Reply With Quote
 
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump