Skip to main content

IWindowsInstallerDecompileResult Interface

The result from decompiling a Windows Installer database.

Properties

PropertyDescription
DataDecompiled WindowsInstallerData .
DocumentDecompiled document.
ExtractedFilePathsExtracted paths.
PlatformDecompiled platform.

WixToolset.Extensibility.dll version 5.0.1+2f00cbe680fb01ab485d56f16de9cd19b133f875

Data Property

Decompiled WindowsInstallerData .

Declaration

public WixToolset.Data.WindowsInstaller.WindowsInstallerData Data { get; set; } 

Document Property

Decompiled document.

Declaration

public System.Xml.Linq.XDocument Document { get; set; } 

ExtractedFilePaths Property

Extracted paths.

Declaration

public IList<System.String> ExtractedFilePaths { get; set; } 

Platform Property

Decompiled platform.

Declaration

public System.Nullable<WixToolset.Data.Platform> Platform { get; set; }