I am still very new to InstallShield but have been able to somewhat navigate it. I am currently stuck and could use some help inside the CustomSetup UI. In a nutshell, each feature that a user selects has a "custom" dialog. Mainly for setting up variables such as credentials.
Question: How can I control which dialogs to display (I dont care the order) when the user selects multiple features and clicks next?
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

CustomSetup action based on selection
Started by
bhelms
, Jul 05 2016 17:04
1 reply to this topic
Posted 05 July 2016 - 17:04
Posted 11 July 2016 - 15:53
The condition
&NameOfFeature >= 3
is true if the feature is being installed. You can use this on the NewDialog event of the "Next" button of your dialog.
Stefan Krüger
InstallSite.org twitter facebook