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
- :
- InstallShield
- :
- InstallShield Forum
- :
- Suite Cancel - Finish Button in Upper Left Corner of Page
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
Jan 11, 2016
05:15 PM
Suite Cancel - Finish Button in Upper Left Corner of Page
Sometimes when I cancel out of my Suite install the 'Finish' button is displayed in the upper left corner of the page!
This is on the InstallationComplete page.
Has anyone else had this behavior?
This is on the InstallationComplete page.
Has anyone else had this behavior?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 15, 2016
09:23 AM
I filed a support ticket with Flexera for this. It can be replicated as follows:
I have several Exe actions in 'OnStaging'. Mine are to uninstall packages and then more actions to install. Abort code of -1 on install actions REQUIRED to make it fail.
1. Cancel out of the packages doing uninstall immediately as they start
2. Immediately hit Cancel on the Suite
3. Cancel the install package when it starts
There may be slight variations of this that will fail as well. It seems to be important to hit Cancel immediately in the packages so that you don’t get the pop up for confirmation to abort.
The workaround is to remove the Abort Code of -1. The 'Finish' button still flashes briefly in the upper left corner, but at least it ends up in the right place 🙂
I tried Abort Code of -2 and that does not fail.
I have several Exe actions in 'OnStaging'. Mine are to uninstall packages and then more actions to install. Abort code of -1 on install actions REQUIRED to make it fail.
1. Cancel out of the packages doing uninstall immediately as they start
2. Immediately hit Cancel on the Suite
3. Cancel the install package when it starts
There may be slight variations of this that will fail as well. It seems to be important to hit Cancel immediately in the packages so that you don’t get the pop up for confirmation to abort.
The workaround is to remove the Abort Code of -1. The 'Finish' button still flashes briefly in the upper left corner, but at least it ends up in the right place 🙂
I tried Abort Code of -2 and that does not fail.
