diff options
author | Bob Arnson <bob@firegiant.com> | 2023-12-31 17:08:45 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2023-12-31 17:52:55 -0500 |
commit | d56481c18f831991cc36d9720e06ce6874f1bea1 (patch) | |
tree | 36d218b9e39989e7daae7c1b6ca2f2e26a884415 /src/api | |
parent | c890f0e1a360d949d5e0b5d9ab619c4a78d9fbd3 (diff) | |
download | wix-d56481c18f831991cc36d9720e06ce6874f1bea1.tar.gz wix-d56481c18f831991cc36d9720e06ce6874f1bea1.tar.bz2 wix-d56481c18f831991cc36d9720e06ce6874f1bea1.zip |
Rename IWindowsInstallerDecompileContext...
...TreatProductAsModule to KeepModularizationIds to better describe what
it does.
Fixes https://github.com/wixtoolset/issues/issues/7607.
Diffstat (limited to 'src/api')
-rw-r--r-- | src/api/wix/WixToolset.Extensibility/Data/IWindowsInstallerDecompileContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/wix/WixToolset.Extensibility/Data/IWindowsInstallerDecompileContext.cs b/src/api/wix/WixToolset.Extensibility/Data/IWindowsInstallerDecompileContext.cs index 845c89a5..1d729b72 100644 --- a/src/api/wix/WixToolset.Extensibility/Data/IWindowsInstallerDecompileContext.cs +++ b/src/api/wix/WixToolset.Extensibility/Data/IWindowsInstallerDecompileContext.cs | |||
@@ -96,6 +96,6 @@ namespace WixToolset.Extensibility.Data | |||
96 | /// Gets or sets whether the decompiler should keep modularization | 96 | /// Gets or sets whether the decompiler should keep modularization |
97 | /// GUIDs (true) or remove them (default/false). | 97 | /// GUIDs (true) or remove them (default/false). |
98 | /// </summary> | 98 | /// </summary> |
99 | bool TreatProductAsModule { get; set; } | 99 | bool KeepModularizationIds { get; set; } |
100 | } | 100 | } |
101 | } | 101 | } |