diff options
Diffstat (limited to 'src/WixToolset.Core.Burn/Bundles/BurnCommon.cs')
-rw-r--r-- | src/WixToolset.Core.Burn/Bundles/BurnCommon.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.Burn/Bundles/BurnCommon.cs b/src/WixToolset.Core.Burn/Bundles/BurnCommon.cs index 01c9f9ca..bca1be72 100644 --- a/src/WixToolset.Core.Burn/Bundles/BurnCommon.cs +++ b/src/WixToolset.Core.Burn/Bundles/BurnCommon.cs | |||
@@ -9,7 +9,7 @@ namespace WixToolset.Core.Burn.Bundles | |||
9 | using WixToolset.Extensibility.Services; | 9 | using WixToolset.Extensibility.Services; |
10 | 10 | ||
11 | /// <summary> | 11 | /// <summary> |
12 | /// Common functionality for Burn PE Writer & Reader for the WiX toolset. | 12 | /// Common functionality for Burn PE Writer & Reader for the WiX toolset. |
13 | /// </summary> | 13 | /// </summary> |
14 | /// <remarks>This class encapsulates common functionality related to | 14 | /// <remarks>This class encapsulates common functionality related to |
15 | /// bundled/chained setup packages.</remarks> | 15 | /// bundled/chained setup packages.</remarks> |
@@ -107,8 +107,8 @@ namespace WixToolset.Core.Burn.Bundles | |||
107 | /// <summary> | 107 | /// <summary> |
108 | /// Creates a BurnCommon for re-writing a PE file. | 108 | /// Creates a BurnCommon for re-writing a PE file. |
109 | /// </summary> | 109 | /// </summary> |
110 | /// <param name="messaging"></param> | ||
110 | /// <param name="fileExe">File to modify in-place.</param> | 111 | /// <param name="fileExe">File to modify in-place.</param> |
111 | /// <param name="bundleGuid">GUID for the bundle.</param> | ||
112 | public BurnCommon(IMessaging messaging, string fileExe) | 112 | public BurnCommon(IMessaging messaging, string fileExe) |
113 | { | 113 | { |
114 | this.messaging = messaging; | 114 | this.messaging = messaging; |