cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
spatel11
Level 3

Setting value of $INSTALL_SUCCESS$

Hi,

When the user cancel's the installation of the product, is the value of the the IA-internal variable $INSTALL_SUCCESS$ set to indicate that the user has cancelled the operation?

Is there any other variable that I can check to figure out if the user cancelled the installation?

-S-
Labels (1)
0 Kudos
(4) Replies
Masudkhan
Level 5

If Roll back is triggered after cancel, then $IA_ROLLBACK$ is set to true.
Just curious to know why you need another variable to indicate the cancel status?
0 Kudos
spatel11
Level 3

Masudkhan wrote:
If Roll back is triggered after cancel, then $IA_ROLLBACK$ is set to true.
Just curious to know why you need another variable to indicate the cancel status?


Hi, thanks for the reply.

Here's the issue:
My QA team is reporting that when the tester Cancels the operation, a panel from the Post-Install phase is displayed; which is not desired. I am trying to put a rule in the Post-Install phase that will prevent this behavior from happening. In the rule, will checking the value of $IA_ROLLBACK$ to be 'false' work?


Regards,
-S-
0 Kudos
Masudkhan
Level 5

Got it.
The default IA behavior is to display the Post-Install GUI even if you cancel the installation.
As you mentioned, by putting a rule you should be able over come this behavior.
0 Kudos
spatel11
Level 3

Thanks for the confirmation. 🙂
0 Kudos