Jump to content


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.
Photo

CustomSetup action based on selection


1 reply to this topic

bhelms

bhelms
  • Full Members
  • 1 posts

Posted 05 July 2016 - 17:04

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?



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

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.