MSI.SummaryInfoGetPropertyCount |
|
|
|
MSI.SummaryInfoGetPropertyCount |
|
|
|
|
||
OverviewExamples
number MSI.SummaryInfoGetPropertyCount ( |
-- Get the handle to the summary
SummaryHandle = MSI.GetSummaryInformation(MSI.GetActiveDatabase(_hInstall), "0", 10);
-- Get the property count
intPropCount = MSI.SummaryInfoGetPropertyCount(SummaryHandle);
Gets the number of existing properties in the summary information stream and stores them in the variable "intPropCount."
See also: Related Actions
Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us