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

Set Install Level


3 replies to this topic

Frank

Frank
  • Members
  • 8 posts

Posted 12 October 2001 - 10:27

I wonder wether it is possible to set the install level of a feature while runtime.
I want a specific feature not to be installed using  default setup on a specific OS.

Thank you


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 12 October 2001 - 13:01

Yes, using feature conditions.

abusch

abusch
  • Members
  • 4 posts

Posted 23 October 2001 - 22:27

Hello,

I am trying to setup a project that allows a user to install MSDE 1.0 or
MSDE 2.0 based on whether they are connecting and synchronizing with a SQL 7
or SQL 2000 database.  I am trying to hide and disable the version that is
not chosen by the user from the install by setting the level in the feature
condition to 0 instead of 1.  I thought this would be possible by just using
the condition that checks a property I created for a particular value.  This
doesn't seem to work.

I can get the condition to work when I am checking for properties that are
set by Installshield.  For instance:  I can check for a particular OS and
install a feature based on that.

Am I doing something wrong?

Thanks


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 26 October 2001 - 17:36

Feature conditions are evaluated during CostFinalize, i.e. before any dialogs are displayed.