diff options
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 | } |