From 164c29aff8d6581a3277c9fd0810ea56356c3e69 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Tue, 11 Jul 2023 21:19:08 -0400 Subject: Partial fix for the weirdly broken... IWindowsInstallerDecompileContext.TreatProductAsModule. https://github.com/wixtoolset/issues/issues/7607 --- .../WixToolset.Extensibility/Data/IWindowsInstallerDecompileContext.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/api') 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 bool SuppressUI { get; set; } /// - /// Gets or sets whether the decompiler should use module logic on a product output. + /// Gets or sets whether the decompiler should keep modularization + /// GUIDs (true) or remove them (default/false). /// bool TreatProductAsModule { get; set; } } -- cgit v1.2.3-55-g6feb