diff options
Diffstat (limited to 'src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs')
-rw-r--r-- | src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs b/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs index 192e479b..733996c0 100644 --- a/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs +++ b/src/WixToolset.Core.Burn/Bind/BindBundleCommand.cs | |||
@@ -31,7 +31,6 @@ namespace WixToolset.Core.Burn | |||
31 | 31 | ||
32 | this.BackendHelper = context.ServiceProvider.GetService<IBackendHelper>(); | 32 | this.BackendHelper = context.ServiceProvider.GetService<IBackendHelper>(); |
33 | 33 | ||
34 | this.BurnStubPath = context.BurnStubPath; | ||
35 | this.DefaultCompressionLevel = context.DefaultCompressionLevel; | 34 | this.DefaultCompressionLevel = context.DefaultCompressionLevel; |
36 | this.DelayedFields = context.DelayedFields; | 35 | this.DelayedFields = context.DelayedFields; |
37 | this.ExpectedEmbeddedFiles = context.ExpectedEmbeddedFiles; | 36 | this.ExpectedEmbeddedFiles = context.ExpectedEmbeddedFiles; |
@@ -50,8 +49,6 @@ namespace WixToolset.Core.Burn | |||
50 | 49 | ||
51 | private IBackendHelper BackendHelper { get; } | 50 | private IBackendHelper BackendHelper { get; } |
52 | 51 | ||
53 | private string BurnStubPath { get; } | ||
54 | |||
55 | private CompressionLevel? DefaultCompressionLevel { get; } | 52 | private CompressionLevel? DefaultCompressionLevel { get; } |
56 | 53 | ||
57 | public IEnumerable<IDelayedField> DelayedFields { get; } | 54 | public IEnumerable<IDelayedField> DelayedFields { get; } |
@@ -453,7 +450,7 @@ namespace WixToolset.Core.Burn | |||
453 | } | 450 | } |
454 | 451 | ||
455 | { | 452 | { |
456 | var command = new CreateBundleExeCommand(this.Messaging, this.BackendHelper, this.IntermediateFolder, this.OutputPath, bundleTuple, uxContainer, containers, this.BurnStubPath); | 453 | var command = new CreateBundleExeCommand(this.Messaging, this.BackendHelper, this.IntermediateFolder, this.OutputPath, bundleTuple, uxContainer, containers); |
457 | command.Execute(); | 454 | command.Execute(); |
458 | 455 | ||
459 | fileTransfers.Add(command.Transfer); | 456 | fileTransfers.Add(command.Transfer); |