This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Setting value of $INSTALL_SUCCESS$
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 19, 2012
11:53 AM
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-
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-
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 03, 2013
12:00 AM
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?
Just curious to know why you need another variable to indicate the cancel status?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 03, 2013
11:49 AM
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-
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 03, 2013
11:57 PM
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.
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 04, 2013
12:26 PM
Thanks for the confirmation. 🙂
