diff options
author | Bob Arnson <bob@firegiant.com> | 2023-07-11 21:19:08 -0400 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2023-07-13 16:30:11 -0400 |
commit | 164c29aff8d6581a3277c9fd0810ea56356c3e69 (patch) | |
tree | aab4a84752568735459cc812beee61a32f3c1265 /src/api | |
parent | 713f286e0f82d6ad79272082abca7f987791f60b (diff) | |
download | wix-164c29aff8d6581a3277c9fd0810ea56356c3e69.tar.gz wix-164c29aff8d6581a3277c9fd0810ea56356c3e69.tar.bz2 wix-164c29aff8d6581a3277c9fd0810ea56356c3e69.zip |
Partial fix for the weirdly broken...
IWindowsInstallerDecompileContext.TreatProductAsModule.
https://github.com/wixtoolset/issues/issues/7607
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 | } |