Enum msi::PackageType
[−]
[src]
pub enum PackageType {
Installer,
Patch,
Transform,
}The type of MSI package (e.g. installer or patch).
Variants
InstallerAn installer package, which installs a new application.
PatchA patch package, which provides an update to an application.
TransformA transform, which is a collection of changes applied to an installation.
Trait Implementations
impl Clone for PackageType[src]
fn clone(&self) -> PackageType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more