Enum msi::PackageType
[−]
[src]
pub enum PackageType { Installer, Patch, Transform, }
The type of MSI package (e.g. installer or patch).
Variants
Installer
An installer package, which installs a new application.
Patch
A patch package, which provides an update to an application.
Transform
A 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