diff options
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/wix/WixToolset.Extensibility/Data/IWindowsInstallerDecompileContext.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/wix/WixToolset.Extensibility/Data/IWindowsInstallerDecompileContext.cs b/src/api/wix/WixToolset.Extensibility/Data/IWindowsInstallerDecompileContext.cs index 7b974942..845c89a5 100644 --- a/src/api/wix/WixToolset.Extensibility/Data/IWindowsInstallerDecompileContext.cs +++ b/src/api/wix/WixToolset.Extensibility/Data/IWindowsInstallerDecompileContext.cs | |||
| @@ -93,7 +93,8 @@ namespace WixToolset.Extensibility.Data | |||
| 93 | bool SuppressUI { get; set; } | 93 | bool SuppressUI { get; set; } |
| 94 | 94 | ||
| 95 | /// <summary> | 95 | /// <summary> |
| 96 | /// Gets or sets whether the decompiler should use module logic on a product output. | 96 | /// Gets or sets whether the decompiler should keep modularization |
| 97 | /// GUIDs (true) or remove them (default/false). | ||
| 97 | /// </summary> | 98 | /// </summary> |
| 98 | bool TreatProductAsModule { get; set; } | 99 | bool TreatProductAsModule { get; set; } |
| 99 | } | 100 | } |
