Struct msi::SummaryInfo [] [src]

pub struct SummaryInfo { /* fields omitted */ }

Summary information (e.g. title, author) about an MSI package.

Methods

impl SummaryInfo
[src]

Gets the "author" property, if one is set. This indicates the name of the person or company that created the package.

Sets the "author" property.

Gets the code page used for serializing this summary info.

Sets the code page used for serializing this summary info.

Gets the "comments" property, if one is set. This typically gives a brief description of the application/software that will be installed by the package.

Sets the "comments" property.

Gets the "creating application" property, if one is set. This indicates the name of the software application/tool that was used to create the package.

Sets the "creating application" property.

Gets the "creation time" property, if one is set. This indicates the date/time when the package was created.

Sets the "creation time" property.

Sets the "creation time" property to the current time.

Gets the "subject" property, if one is set. This typically indicates the name of the application/software that will be installed by the package.

Sets the "subject" property.

Gets the "title" property, if one is set. This indicates the type of the installer package (e.g. "Installation Database" or "Patch").

Sets the "title" property.

Gets the "UUID" property, if one is set.

Sets the "UUID" property.