Persist Method

DTF API

Copy image CopyHover image
Deployment Tools Foundation Persist Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSummaryInfoPersist()()()()
Formats and writes the previously stored properties into the standard summary information stream.
Declaration Syntax
C# Visual Basic Visual C++ F#
public void Persist()
Public Sub Persist
public:
void Persist()
member Persist : unit -> unit 
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.11.1.2318)