IWindowsInstallerDecompileResult Interface
The result from decompiling a Windows Installer database.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Data | Decompiled WindowsInstallerData . |
| Document | Decompiled document. |
| ExtractedFilePaths | Extracted paths. |
| Platform | Decompiled platform. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Data Property
Section titled “Data Property”Decompiled WindowsInstallerData .
Declaration
Section titled “Declaration”public WixToolset.Data.WindowsInstaller.WindowsInstallerData Data { get; set; }Document Property
Section titled “Document Property”Decompiled document.
Declaration
Section titled “Declaration”public System.Xml.Linq.XDocument Document { get; set; }ExtractedFilePaths Property
Section titled “ExtractedFilePaths Property”Extracted paths.
Declaration
Section titled “Declaration”public IList<System.String> ExtractedFilePaths { get; set; }Platform Property
Section titled “Platform Property”Decompiled platform.
Declaration
Section titled “Declaration”public System.Nullable<WixToolset.Data.Platform> Platform { get; set; }