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
- :
- Re: Installer shows Install button instead of Next button
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 16, 2015
03:05 AM
Installer shows Install button instead of Next button
I have 2 types of installation New or Upgrade which is coming from radio button. i used to give inputs by clicking next button in diiferent panels on particular panel the first time Install button in showing instead of Next button. But after that if I clicked on the button it shows Next . But for the very first time it shows Install.Please provide the solution.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 11, 2016
12:44 PM
The "Install" button appears on the last panel before Install Actions are executed. Typically, that is the Install Summary panel but you can have it be something else. You may have other panels in your project after the "New or Upgrade" panel, but due to rules or a Jump action perhaps, at runtime your installer thinks there are no more panels to show before Install Actions are executed.
-Jeff
-Jeff
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 15, 2016
05:03 AM
I had the same problem, and after so much of investigation and struggle finally i could able to resolve it. Here is the problem and its solution:
In my case, i given an option to choose radio button between say option 'a' and option 'b'.
And my intention was to show different pre-installation summary screens based on the option selected, so i kept two pre-installation summary screen panels. But, since then, i started getting the "Install" button instead of "Next". I was wondering where it could go wrong, then finally i tried to remove one pre-install summary panel and kept only single panel with some dynamic variable value display based on the selected option.
My problem got resolved after that.
Hope this helps in your case also.
In my case, i given an option to choose radio button between say option 'a' and option 'b'.
And my intention was to show different pre-installation summary screens based on the option selected, so i kept two pre-installation summary screen panels. But, since then, i started getting the "Install" button instead of "Next". I was wondering where it could go wrong, then finally i tried to remove one pre-install summary panel and kept only single panel with some dynamic variable value display based on the selected option.
My problem got resolved after that.
Hope this helps in your case also.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 21, 2016
01:44 PM
Another way is to set up completely opposite rules.
Let's say one panel displays when x=true
another is displayed when x=false
Instead of having rules like:
x=false
x=true
for the respective panels, use this instead.
x=false
x!=false
Whenever IA sees that, I get the install button when I want it. You have to let IA know there is no possible exception.
Let's say one panel displays when x=true
another is displayed when x=false
Instead of having rules like:
x=false
x=true
for the respective panels, use this instead.
x=false
x!=false
Whenever IA sees that, I get the install button when I want it. You have to let IA know there is no possible exception.