MSI.VerifyDiskSpace

boolean MSI.VerifyDiskSpace ( 

number hInstall )

Description

Calls the MsiVerifyDiskSpace function that checks to see if sufficient disk space is present for the current installation.

Parameters

hInstall

(number) The handle to the installation.

Note:  _hInstall is the default for this parameter. See Global Variables for more information.

Returns

(boolean)  Returns true if there is sufficient disk space for the current installation. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions