WimArchive

WimArchive class

This class represents wim archive file.

The WimArchive type exposes the following members:

Constructors

NameDescription
WimArchive(source_stream)Initializes a new instance of the WimArchive class
WimArchive(path)Initializes a new instance of the WimArchive class

Properties

NameDescription
imagesGets entries of
guidGets the identifying GUID for the archive.
boot_image_indexGets the (zero-based) index of the bootable image.
file_format_versionGets the version of the file format.
manifestGets the embedded manifest describing the file and the contained images.
file_entriesGets entries of

Methods

NameDescription
extract_to_directory(destination_directory)Extracts the archive to the file by path.

See Also