Persist Method
From Microsoft Deployment Tools
Deployment Tools Foundation
Persist Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► SummaryInfo ► Persist()()()
Formats and writes the previously stored properties into the standard summary information stream.
| C# | Visual Basic | Visual C++ |
public void Persist()
Public Sub Persist
public: void Persist()
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
| Exception | Condition |
|---|---|
| InstallerException | The stream cannot be successfully written. |