Remove a package at run-time

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • dpaul
    Forum Member
    • Jul 2003
    • 3

    Remove a package at run-time

    Hello,

    Is it possible to remove a package from the list (or grey it out, for that matter) during a "Custom" install, if a certain condition has been met??

    Thanks!!
    Dave
  • Darryl
    Indigo Rose Staff Member
    • Jul 2001
    • 1908

    #2
    Re: Remove a package at run-time

    No, I'm sorry, there is no way to dynamically populate or disable the packages on the "Select Packages" screen. Some alternate methods may be to create an identical screen with slightly different options and conditionally show that screen.

    Or you could use the ListBox screen to display the different packages. That screen can be dynamically populated through a variable containing a delimited string.

    One other option is using the 12 CheckBoxes screen and hiding some of the options there. Check out the Custom tab's Help documentation on that screen's properties for information about that feature.

    Hope that helps.

    Comment

    Working...
    X