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
- :
- Controlling execution flow during install phase
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 11, 2013
02:47 PM
Controlling execution flow during install phase
During the install phase of my installer, I would like to display a prompt if a certain error condition is met. I would like the user to have an option to retry the step that failed, but it seems that InstallAnywhere does't allow jump actions to jump back to a earlier step. Is there another way of doing this? I want the user to be able to possible recover during the installation instead of crashing out of the installer.
Thanks.
Thanks.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 12, 2013
04:30 AM
Hi,
Currently controlling execution flow during install phase or runtime is not possible.
Installanywhere will Rollback if any error occurs during runtime.
Thanks,
Gururaj
Currently controlling execution flow during install phase or runtime is not possible.
Installanywhere will Rollback if any error occurs during runtime.
Thanks,
Gururaj
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 12, 2013
08:02 AM
Is it possible to write a custom dialog that can be used in the Install phase that is displayed in a loop?
This part of my installer is executing database changes which can't be rolled back by not allowing the user to be able to retry the database script after perhaps correcting the issue the application will be in an inconsistent state.
It seems like a silly restriction to not allow flow control during the install phase.
This part of my installer is executing database changes which can't be rolled back by not allowing the user to be able to retry the database script after perhaps correcting the issue the application will be in an inconsistent state.
It seems like a silly restriction to not allow flow control during the install phase.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 16, 2013
03:28 PM
I was able to get what I needed to work by displaying dialog box during my custom code step. The display of the box is in a loop, if the user click retry the custom code that I want to rerun is executed again. this loops until there are no errors or the user clicks Abort.
