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.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public void Persist()
Public Sub Persist
public: void Persist()
RemarksThis 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. |