|
|
#1 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
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. |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
When the abort button is clicked, the quit flag is already set. Try removing the Quit element all together.
-Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|