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

Custom Setup dialog help.


1 reply to this topic

reddy611

reddy611
  • Full Members
  • 117 posts

Posted 15 April 2008 - 07:37

Hi.

Am carrying one edit box value from the custom action (the custom written in install script using the Msi get Property) before showing the Feature selection tree custom setup dialog, Based on the return value I want show the features in feature selection tree.

Here am getting the value using the custom action, but am not disabling the features.


Can any one help me which function I want to use here, or else any .dll’s are required from macrovision.

Advanced Thanking you.

Regards
Reddy


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 21 April 2008 - 18:39

To hide a feature from the featureTree dialog you would use feature conditions. But these are evaluated during CostFInalize, thus before the dialogs are displayed.

If you don't have to use the FetaureTree dialog, build your own feature dialog using check boxes. Check boxes can easily be hidden.