MSI Factory 2.3

MSI.SummaryInfoGetPropertyCount

MSI.SummaryInfoGetPropertyCount

This is the first topic This is the last topic  

MSI.SummaryInfoGetPropertyCount

This is the first topic This is the last topic  

OverviewExamples

number MSI.SummaryInfoGetPropertyCount (

number hSummaryInfo )

Example 1

-- 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