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
- :
- InstallScript sdFeatureDialogAdv Question
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
‎Oct 03, 2009
06:05 PM
InstallScript sdFeatureDialogAdv Question
Hello, I have an InstallScript project that I need some help with. I have 4 features in this project and each feature can have a different installation path. The installer serves as both a new installer and an upgrade installer. If it is an upgrade, I can populate the path of these features from registry entries. I have all of this working. The problem is that it seems this dialog is not capable of showing anything except the path passed in as the szDir argument. So in my case, when I have multiple paths for the selected features, I don't know if/how I can get this to work using this dialog box.
Does anybody know if/how to do what I am asking to do? If I need to write a custom dialog box, I would appreciate advice on how to do this as I am not that familiar with how to create a custom dialog box.
Thanks in advance!
Tim
Does anybody know if/how to do what I am asking to do? If I need to write a custom dialog box, I would appreciate advice on how to do this as I am not that familiar with how to create a custom dialog box.
Thanks in advance!
Tim
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 04, 2009
10:10 AM
What I have done in cases like this is to modify either the SdAskDestPath or SdAskDestPath2 dialog (and the script that drives it) to prompt for multiple destinations on a single dialog box. If you're not comfortable using custom dialog boxes, another (yet far less attractive) option would be to chain four of the SdAskDestPath(2) dialogs in series to prompt for the four destinations separately.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 04, 2009
01:56 PM
Thanks Dan, I will give this a try.
Tim
Tim