- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Adding Additional Shortcuts UI dialog after installation
- 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
Adding Additional Shortcuts UI dialog after installation
We are building our installer with a 64-bit setup launcher.
We are trying to pop up Shortcuts UI where users can choose different options to create shortcuts for applications after the successful installation.
Right now, we have the 'ReadyToInstall' dialog, and when the 'Install Now' button is clicked, by default 'SetupCompleteSuccess' dialog appears after the successful installation. We want to pop up the 'SelectShorcuts' dialog after the 'Install Now' button is clicked and the installation is successful and when the 'Next' button on the 'SelectShorcuts' dialog is clicked it will popup 'SetupCompleteSuccess' dialog.
Current UI/Dialog sequence:
SelectShorcuts->ReadyToInstall->SetupProgress->(default)SetupCompleteSuccess
Desired one:
ReadyToInstall->SetupProgress->SelectShorcuts->SetupCompleteSuccess
Any suggestions on how to get this?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @milan_bhandari,
Thank you for your post.
We'll need a support ticket (case) to track this issue. Could you please open a case with our Support Team about this issue either by email at support@revenera.com or by phone at (877) 279-2853?
Please let us know if you have any questions or concerns. Thanks!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Case Number: 02541681
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
why dont you provide SelectShorcuts checkboxes on SetupCompleteSuccess dialog instead going to another dialog.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
SetupCompleteSuccess has other things, and its the requirement that I can't change