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 fdc3dfe3..64e74bbe 100644
--- a/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs
+++ b/src/wix/WixToolset.Core.Burn/Bundles/CreateBundleExeCommand.cs
@@ -82,7 +82,7 @@ namespace WixToolset.Core.Burn.Bundles
82 82
83 // Update the .wixburn section to point to at the UX and attached container(s) then attach the containers 83 // Update the .wixburn section to point to at the UX and attached container(s) then attach the containers
84 // if they should be attached. 84 // if they should be attached.
85 using (var writer = BurnWriter.Open(this.Messaging, bundleTempPath)) 85 using (var writer = BurnWriter.Open(this.Messaging, this.FileSystem, bundleTempPath))
86 { 86 {
87 var burnStubFile = new FileInfo(bundleTempPath); 87 var burnStubFile = new FileInfo(bundleTempPath);
88 writer.InitializeBundleSectionData(burnStubFile.Length, this.BundleSymbol.BundleId); 88 writer.InitializeBundleSectionData(burnStubFile.Length, this.BundleSymbol.BundleId);