Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2001
    Location
    Hungary Budapest
    Posts
    54

    Star 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. #2
    Join Date
    Jun 2000
    Location
    Indigo Rose Software
    Posts
    1,943

    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

  3. #3
    Join Date
    Feb 2001
    Location
    Hungary Budapest
    Posts
    54

    Lightbulb 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

  4. #4
    Join Date
    Jun 2000
    Location
    Indigo Rose Software
    Posts
    1,943

    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

Posting Permissions

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