diff options
author | Bob Arnson <bob@firegiant.com> | 2023-07-11 21:19:08 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2023-07-13 17:50:38 -0400 |
commit | 3d9737dca609345599079c0a378e80c0a1a9cd5f (patch) | |
tree | ff683669a0b63f5384855f07143f1463bbfe447b /src/api | |
parent | 22dadeafca72b87e75ed697162fa33ccc85723dd (diff) | |
download | wix-3d9737dca609345599079c0a378e80c0a1a9cd5f.tar.gz wix-3d9737dca609345599079c0a378e80c0a1a9cd5f.tar.bz2 wix-3d9737dca609345599079c0a378e80c0a1a9cd5f.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 | } |