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
- :
- Add/remove custom dialogs MSI Project
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
Jun 12, 2017
02:01 PM
Add/remove custom dialogs MSI Project
Does any one know how to add/remove custom dialogs from an msi project.
Also I need to remove some of the default dialog.
It seems that User Interface only display all available dialog and has nothing to do with what dialogs are being built in the project.
Also I need to remove some of the default dialog.
It seems that User Interface only display all available dialog and has nothing to do with what dialogs are being built in the project.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 21, 2017
10:02 AM
The UI shows many dialogs (not all) but the ones that are used are determined by the Dialog sequence (typically the Back and Next button behavior)
You can add a new dialog - right click on "All Dialogs" and choose "New Dialog".
You can also edit any existing dialog within reason. Some of the controls are expected by InstallShield so it's not a complete free-for-all, but it is fairly flexible.
Good luck!
Chad
You can add a new dialog - right click on "All Dialogs" and choose "New Dialog".
You can also edit any existing dialog within reason. Some of the controls are expected by InstallShield so it's not a complete free-for-all, but it is fairly flexible.
Good luck!
Chad