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

Multiple Feature Levles


2 replies to this topic

_nick_

_nick_
  • Members
  • 34 posts

Posted 12 May 2005 - 14:24

I know that if I have features
a, b, c, d, & e

if a alone is min
a, b, c is normal
and
a,b,c,d,e is full i can set the install level like this (mult. of 10 for adding in future things)
a = 10
b = 20
c = 30
d = 40
e = 50
min install level = 10
normal install level = 30
full install level = 50

BUT what if I have multiple install combinations that have mutually exclusive features, can I accomplish something similar through install level or otherwise?

I.E.
Features a, b, c, d, e, f

a is normal
a, b, c is config A
a, d, e is config B
a, f is conifg C
a, b, c, d, e, f is full

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 13 May 2005 - 08:14

You can't do that with install levels. But you can use AddLocal and Remove control events on the Next button of the setup type dialog to select the desired features. Use conditions on those events that depend on the selected setup type.

_nick_

_nick_
  • Members
  • 34 posts

Posted 13 May 2005 - 13:13

What I figured, but I was hoping that someone would know a trick I didn't