aboutsummaryrefslogtreecommitdiff
path: root/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs')
-rw-r--r--src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs b/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs
index 241e3538..c1dba91e 100644
--- a/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs
@@ -78,7 +78,7 @@ namespace WixToolset.Core.Burn.Bundles
78 using (var writer = BurnWriter.Open(this.Messaging, this.FileSystem, bundleTempPath)) 78 using (var writer = BurnWriter.Open(this.Messaging, this.FileSystem, bundleTempPath))
79 { 79 {
80 var burnStubFile = new FileInfo(bundleTempPath); 80 var burnStubFile = new FileInfo(bundleTempPath);
81 writer.InitializeBundleSectionData(burnStubFile.Length, this.BundleSymbol.BundleId); 81 writer.InitializeBundleSectionData(burnStubFile.Length, this.BundleSymbol.BundleCode);
82 82
83 // Always attach the UX container first 83 // Always attach the UX container first
84 writer.AppendContainer(this.UXContainer.SourceLineNumbers, this.UXContainer.WorkingPath, BurnWriter.Container.UX); 84 writer.AppendContainer(this.UXContainer.SourceLineNumbers, this.UXContainer.WorkingPath, BurnWriter.Container.UX);