Announcement

Collapse
No announcement yet.

CONTROL_DISABLED and CONTROL_HIDE

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CONTROL_DISABLED and CONTROL_HIDE

    Hi,

    It's a good thing: CONTROL_HIDE and CONTROL_DISABLE for checkbox in SF 6.0.0.2.
    Can you do it for radio button and package in the next version (6.0.0.4)?

    Sincerely
    Laslie

  • #2
    Re: CONTROL_DISABLED and CONTROL_HIDE

    Hi,

    This is possible for both Packages and Radio buttons right now.

    For Packages simply set a Packages variable to either TRUE or FALSE if you want to set its default state to either Selected or Unselected.

    For Radio buttons, simply use a variable as your "Default selected radio button" and then you can set the default during runtime by assigning the variable one of the radio button values.

    mark.
    MSI Factory The Next Generation Intelligent Setup Builder

    Comment


    • #3
      Re: CONTROL_DISABLED and CONTROL_HIDE

      Hi Mark!

      So I would like to it, because I have a client/server setup with more than one package and my end user install some package on server (not all) and when end user install client side the setup find which package be installed on server side. Here I would like set package disable wich not install server in the server.

      Laslie

      Comment


      • #4
        Re: CONTROL_DISABLED and CONTROL_HIDE

        Hi,

        If you would like to disable a package, simple set its variable to FALSE before the files start installing.

        mark.
        MSI Factory The Next Generation Intelligent Setup Builder

        Comment

        Working...
        X