MSI Factory 2.3

MSI.SummaryInfoSetProperty

MSI.SummaryInfoSetProperty

This is the first topic This is the last topic  

MSI.SummaryInfoSetProperty

This is the first topic This is the last topic  

OverviewExamples

boolean MSI.SummaryInfoSetProperty (

number hSummaryInfo,

number Property,

number DataType,

number NumberValue,

string StringValue,

table FileTime = nil )

Example 1

-- Get the handle to the summary

SummaryHandle = MSI.GetSummaryInformation(MSI.GetActiveDatabase(_hInstall), "0", 10);

 

-- Set the Author property

bSet = MSI.SummaryInfoSetProperty(SummaryHandle, PID_AUTHOR, VT_LPSTR, 0, "Hello Summary", nil);

 

-- Apply the change

result = MSI.SummaryInfoPersist(SummaryHandle);

Sets the author in the summary information stream and writes the information back.

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us