CtrlPGroups

InstallShield 2014 ยป InstallScript Language Reference

The CtrlPGroups function places a list of existing program folders in a list box or combo box control. This function is for use only with custom dialogs.

Syntax

CtrlPGroups ( szDialogName, nControlID );

Parameters

CtrlPGroups Parameters

Parameter

Description

szDialogName

Specifies the name of a custom dialog that contains the control to use.

nControlID

Specifies the resource ID of a list box or combo box control.

Return Values

CtrlPGroups Return Values

Return Value

Description

0

CtrlPGroups successfully placed the specified list of program folders in the control.

< 0

CtrlPGroups was unable to place the specified list of program folders in the control.

See Also