MSI.CloseHandle

boolean MSI.CloseHandle ( 

number MSIHandle )

Description

Calls the MsiCloseHandle function to close an open installation handle.

Parameters

MSIHandle

(number) The handle to an open installation.

Note: You can get the database handle by calling MSI.GetActiveDatabase

Returns

(boolean) Returns true if the handle was closed successful, or false if it failed. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions