cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
eladef
Level 7

Suite project - how to abort from secondary window ?

I have a Suite project and on the Welcome dialog I check if some process is running,
if it does I show a secondary window with a message to close the process and 2 buttons to Retry check or Exit.
My problem is how to exit the setup, I have tried
1. Close Window Action with return code IDABORT ( I tried also all rest )
2. Run Suite action ( install script action ) with code abort and return ERROR_INSTALL_FAILURE;
3. Run action that should execute .exe file which doesn’t exists just to trigger failure
4. Set active page to InstallationComplete, this work but I don't know how to change the text displayed which says Initializing

I don’t want to use the exit conditions, any ideas ?

Labels (1)
0 Kudos
(0) Replies