ProgDefGroupType

InstallShield 2019 » InstallScript Language Reference

The ProgDefGroupType function sets the value of the ALLUSERS system variable. For more details, see ALLUSERS.

Syntax

ProgDefGroupType ( nType );

Parameters

ProgDefGroupType Parameters

Parameter

Description

nType

Specifies the value to use for the InstallScript variable ALLUSERS. Pass one of the following predefined constants in this parameter:

PERSONAL—Set ALLUSERS equal to FALSE.
COMMON—Set ALLUSERS equal to TRUE.

Return Values

ProgDefGroupType Return Values

Return Value

Description

0

This function always returns zero.