diff options
Diffstat (limited to 'src/wix/WixToolset.Core.WindowsInstaller/Melter.cs')
-rw-r--r-- | src/wix/WixToolset.Core.WindowsInstaller/Melter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wix/WixToolset.Core.WindowsInstaller/Melter.cs b/src/wix/WixToolset.Core.WindowsInstaller/Melter.cs index 7073e952..10a60eb8 100644 --- a/src/wix/WixToolset.Core.WindowsInstaller/Melter.cs +++ b/src/wix/WixToolset.Core.WindowsInstaller/Melter.cs | |||
@@ -85,7 +85,7 @@ namespace WixToolset | |||
85 | PreDecompile(wixout); | 85 | PreDecompile(wixout); |
86 | 86 | ||
87 | wixout.Type = OutputType.Package; | 87 | wixout.Type = OutputType.Package; |
88 | this.decompiler.TreatProductAsModule = true; | 88 | this.decompiler.KeepModularizationIds = true; |
89 | Wix.Wix wix = this.decompiler.Decompile(wixout); | 89 | Wix.Wix wix = this.decompiler.Decompile(wixout); |
90 | 90 | ||
91 | if (null == wix) | 91 | if (null == wix) |