SummaryInformation Property (MsiInstall Object)
[This is preliminary documentation and subject to change.]
This is the SummaryInformation property of the MsiInstall object. This property returns an MsiSummaryInfo object that can be used to examine, update, and add properties to the SummaryInformation stream of a package or transform.
Syntax
object.SummaryInformation(packagePath, maxProperties)
Parts
-
object
-
MsiInstall object.
-
packagePath
-
Required full path to the package (database) or transform.
-
maxProperties
-
Required maximum number of properties to be added or modified. Used solely to allocate sufficient working memory during the stream generation. It is not required to actually store this number of properties. A value of zero prevents the stream from being updated and must be used if the database is opened as read-only.