Deployment Tools Foundation
SummaryInfo Constructor (packagePath, enableWrite)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► SummaryInfo ► SummaryInfo(String, Boolean)
Gets a SummaryInfo object that can be used to examine, update, and add
properties to the summary information stream of a package or transform.
Declaration Syntax
RemarksThe SummaryInfo object should be Close()()()d after use. It is best that the handle be closed manually as soon as it is no longer needed, as leaving lots of unused handles open can degrade performance.
Win32 MSI API: MsiGetSummaryInformation
Exceptions| Exception | Condition |
|---|---|
| FileNotFoundException | the package does not exist or could not be read |
| InstallerException | the package is an invalid format |