aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Inscriber.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Inscriber.cs')
-rw-r--r--src/WixToolset.Core/Inscriber.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/WixToolset.Core/Inscriber.cs b/src/WixToolset.Core/Inscriber.cs
index 81781ad4..efe64ad2 100644
--- a/src/WixToolset.Core/Inscriber.cs
+++ b/src/WixToolset.Core/Inscriber.cs
@@ -8,7 +8,7 @@ namespace WixToolset
8 /// <summary> 8 /// <summary>
9 /// Converts a wixout representation of an MSM database into a ComponentGroup the form of WiX source. 9 /// Converts a wixout representation of an MSM database into a ComponentGroup the form of WiX source.
10 /// </summary> 10 /// </summary>
11 public sealed class Inscriber : IMessageHandler 11 public sealed class Inscriber
12 { 12 {
13 /// <summary> 13 /// <summary>
14 /// Gets or sets the temp files collection. 14 /// Gets or sets the temp files collection.
@@ -433,10 +433,5 @@ namespace WixToolset
433#endif 433#endif
434 return true; 434 return true;
435 } 435 }
436
437 public void OnMessage(MessageEventArgs e)
438 {
439 Messaging.Instance.OnMessage(e);
440 }
441 } 436 }
442} 437}