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()
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.dll) Version: 3.0.0.0 (3.9.1006.0)