+ Reply to Thread
Results 1 to 3 of 3

Thread: Install a feature from another feature?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Question Install a feature from another feature?

    How do you install a feature from another feature (say a feature requires another feature to be installed in order to use that feature) without duplicating the file structure for each feature that requires the "required" feature? I am using the Developer edition.

    Thank you for your efforts!

    Regards,
    Flint

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Install a feature from another feature?

    Flint,

    You can use the "If Feature..." control statement to handle this in the Script Editor.

    If Feature "SubFeature1" selected Then
    YadaYada
    End

    --
    Friedrich Linder
    Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    "point. click. ship" - that's SetupBuilder 6
    Create Windows Vista ready installations in minutes

    -- Official Comodo Code Signing and SSL Certificate Partner

  3. #3

    Thumbs up Re: Install a feature from another feature?

    Perfect!

    Thank you!
    -Flint

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •