MSI.SummaryInfoPersist

boolean MSI.SummaryInfoPersist ( 

number hSummaryInfo )

Description

Calls the MsiSummaryInfoPersist function that writes changed summary information back to the summary information stream.

Parameters

hSummaryInfo

(number) The handle to the summary information. You can get a handle to the summary information stream using the MSI.GetSummaryInformation action.

Returns

(boolean)  Returns true if the action succeeds. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions