EndCurrentDialog

InstallShield 2014 ยป InstallScript Language Reference

Project: This information applies to InstallScript projects.

The EndCurrentDialog function closes the currently displayed dialog by calling EndDialog. It removes the dialog and initiates the dialog closing process.

Syntax

EndCurrentDialog ( );

Parameters

None

Return Values

EndCurrentDialog Return Values

Return Value

Description

>= ISERR_SUCCESS

EndCurrentDialog successfully closed the dialog.

< ISERR_SUCCESS

No dialog is currently displayed.