MSI.SummaryInfoPersist |
|
|
|
MSI.SummaryInfoPersist |
|
|
|
|
||
OverviewExamples
boolean MSI.SummaryInfoPersist ( |
-- 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