SdDiskSpaceRequirements

InstallShield 2014 » InstallScript Language Reference

Project: This information applies to the following project types:

InstallScript
InstallScript MSI

The SdDiskSpace2 function displays a list view of volumes, required space, available space, and the difference between available space and required space.

The SdDiskSpace2 function supersedes the SdDiskSpaceRequirements function.

Syntax

SdDiskSpaceRequirements (szTitle, szMsg);

Parameters

SdDiskSpaceRequirements Parameters

Parameter

Description

szTitle

Specifies the title of the dialog. To display the default title (“Disk Space Requirements”), pass a null string ("") in this parameter.

szMsg

Specifies the message to display in the dialog. This text is considered a static control. To display the default instructions for this dialog, pass a null string ("") in this parameter.

Return Values

SdDiskSpaceRequirements Return Values

Return Value

Description

NEXT (1)

Indicates that the end user clicked the OK button.

Additional Information

To view an example of this or other dialogs for your installation, use the Dialog Sampler. In InstallShield, on the Tools menu, point to InstallScript, then click Standard Dialog Sampler or Skinned Dialog Sampler.

See Also