DISABLE_ALLUSERBTN

InstallShield 2019 » InstallScript Language Reference

Project • This information applies to InstallScript projects.

DISABLE_ALLUSERBTN 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_ALLUSERBTN constant indicates that the all-users option should be disabled (or hidden) in cases where it would normally be enabled. The default value of this variable is FALSE. Note that the all-users option is always hidden if the installation is being run without administrator or power-user privileges, regardless of the value of this variable.

Used With

SdCustomerInformation
SdCustomerInformationEx

See Also