Persist Method

Microsoft Deployment Tools

Deployment Tools Foundation Persist Method
Formats and writes the previously stored properties into the standard summary information stream.
Declaration Syntax
C# Visual Basic Visual C++
public void Persist()
Public Sub Persist
public:
void Persist()
Remarks

This method may only be called once after all the property values have been set. Properties may still be read after the stream is written.

Win32 MSI API: MsiSummaryInfoPersist

Exceptions
Exception Condition
InstallerException The stream cannot be successfully written.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)