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
- :
- Error on Licence agreement
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
Sep 16, 2013
10:58 PM
Error on Licence agreement
Hi All,
I am very new to InstallShield and have imported existing MSI which was built in Wise Installation Studio. I am having problem when selecting Licence Agreement to Yes. Please refer to the attached screenshot of the error message. Error is " Unable to find the 'Next' push control required to sequence this dialog. Please sequence this dialog using the Dialogs view in Installation Designer".
Appriciate any help.
Thanks in Advance!
Upendra
I am very new to InstallShield and have imported existing MSI which was built in Wise Installation Studio. I am having problem when selecting Licence Agreement to Yes. Please refer to the attached screenshot of the error message. Error is " Unable to find the 'Next' push control required to sequence this dialog. Please sequence this dialog using the Dialogs view in Installation Designer".
Appriciate any help.
Thanks in Advance!
Upendra
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 17, 2013
08:42 AM
I would not recommend using the project assistant for a project that was not created in InstallShield. The project assistant tries to smooth over the details of how Windows Installer works even more than our installation designer views do, and it does this in part by making certain assumptions. In particular for sequencing dialogs, it assumes there are dialogs of certain names that have certain controls named as it expects. Since your project does not match these assumptions, the project assistant cannot make the changes it knows.
So instead of using the project assistant, you will have to use the installation designer views, in particular the User Interface > Dialogs view. There you can examine the dialogs and dive down to the Behavior Editor where you can edit individual controls' events. If you find the equivalent of the "Next" button on the dialog before you want the license dialog, you can change its NewDialog event to point to a license dialog (which you may have to create). Then wire up the license dialog's "Next" button to the dialog that should appear after it, and don't forget to update the back buttons on the license dialog and following dialog as well.
So instead of using the project assistant, you will have to use the installation designer views, in particular the User Interface > Dialogs view. There you can examine the dialogs and dive down to the Behavior Editor where you can edit individual controls' events. If you find the equivalent of the "Next" button on the dialog before you want the license dialog, you can change its NewDialog event to point to a license dialog (which you may have to create). Then wire up the license dialog's "Next" button to the dialog that should appear after it, and don't forget to update the back buttons on the license dialog and following dialog as well.