HIDE_DISABLED_BTNS

InstallShield 2019 » InstallScript Language Reference

HIDE_DISABLED_BTNS is a predefined constant that is used to represent a value that is passed to or returned by one or more built-in functions. You cannot change the value of a predefined constant.

The HIDE_DISABLED_BTNS constant indicates that the per-user and all-users options should be hidden instead of being disabled. The default value of this variable is TRUE. Note that when this variable is set to TRUE, both options are hidden if either option is determined to be disabled.

Used With

SdCustomerInformation
SdCustomerInformationEx

See Also