I don't understand why this script won't cause the installer to exit... 'Abort' has been used, and so has 'AutoCloseWindow true'.
Name "Abort from Section"
OutFile "Abort.exe"
ShowInstDetails nevershow
AutoCloseWindow true
Page instfiles
Section "blah"
MessageBox MB_OK "Section blah"
Abort "shouldn't this quit?"
SectionEnd
Function .onInstSuccess
MessageBox MB_OK "exiting"
FunctionEnd Looking forward to the answer to this mystery. 😉 (Using latest dev snapshot.)Salaam/Peace.
(P.S. I know about the 'Quit' command, I want to know why the above script doesn't create an installer that automatically closes - thanks.)