IWindowsInstallerDecompileResult Interface
The result from decompiling a Windows Installer database.
Properties
| Property | Description | 
|---|---|
| Data | Decompiled WindowsInstallerData . | 
| Document | Decompiled document. | 
| ExtractedFilePaths | Extracted paths. | 
| Platform | Decompiled platform. | 
WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
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; }