DISABLE_PERUSERBTN

InstallShield 2022 » InstallScript Language Reference

DISABLE_PERUSERBTN 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 DISABLE_PERUSERBTN constant indicates that the per-user option should be disabled (or hidden if HIDE_DISABLED_BTNS is TRUE) in cases where it would normally be enabled. The default value of this variable is FALSE. Note that the per-user option is always hidden on Windows 9x platforms, regardless of the value of this variable.

Used With

SdCustomerInformation
SdCustomerInformationEx

See Also