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
- :
- How to display an Installation Summary Dialog?
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
Apr 21, 2008
08:33 AM
How to display an Installation Summary Dialog?
Dear all!
I'd like to display a dialog with a summary of all installation details (e.g. selected features and installation path) before or after the file transfer.
I've already seen such dialogs before in other setups. Do you know if such a dialog already exists in InstallShield? Or will I have implement it by myself?
Thanks a lot!
Michael
I'd like to display a dialog with a summary of all installation details (e.g. selected features and installation path) before or after the file transfer.
I've already seen such dialogs before in other setups. Do you know if such a dialog already exists in InstallShield? Or will I have implement it by myself?
Thanks a lot!
Michael
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 21, 2008
09:24 AM
A dialog exists in InstallScript/MSI project.
If you are using a Basic MSI project, like we are, you can add a ListView control to the ReadyToInstall dialog and populate it with information through the Direct Editor.
If you are using a Basic MSI project, like we are, you can add a ListView control to the ReadyToInstall dialog and populate it with information through the Direct Editor.
