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 Type


1 reply to this topic

ggorp

ggorp
  • Members
  • 2 posts

Posted 03 February 2004 - 14:10

Hi,

I am trying to create a installation a an app that can be installed in a StandAlone / Client / Server portion. I have 3 features and each feature correspond with a setup portion.

How can I only enable the StandAlone Feature whn I select Standalone. How can I just enable the Server feature when I select Server?

Help me.

Thnaks

GERT

luke_s

luke_s
  • Full Members
  • 532 posts

Posted 05 February 2004 - 07:14

You could have a condition set on the features/components that relates to a specific option, or if you are using radio buttons for the options, then you can set the feature states according to the option selected.

ADDLOCAL=feature1

Doing it this way might mean that all features have to be set to not-install by default.