aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/CommandLine/DecompileCommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/CommandLine/DecompileCommand.cs')
-rw-r--r--src/WixToolset.Core/CommandLine/DecompileCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CommandLine/DecompileCommand.cs b/src/WixToolset.Core/CommandLine/DecompileCommand.cs
index 3aa750c8..fbba3d9f 100644
--- a/src/WixToolset.Core/CommandLine/DecompileCommand.cs
+++ b/src/WixToolset.Core/CommandLine/DecompileCommand.cs
@@ -38,7 +38,7 @@ namespace WixToolset.Core.CommandLine
38 } 38 }
39 39
40 var context = this.ServiceProvider.GetService<IDecompileContext>(); 40 var context = this.ServiceProvider.GetService<IDecompileContext>();
41 context.Extensions = this.ServiceProvider.GetService<IExtensionManager>().Create<IDecompilerExtension>(); 41 context.Extensions = this.ServiceProvider.GetService<IExtensionManager>().GetServices<IDecompilerExtension>();
42 context.DecompilePath = this.commandLine.DecompileFilePath; 42 context.DecompilePath = this.commandLine.DecompileFilePath;
43 context.DecompileType = this.commandLine.CalculateDecompileType(); 43 context.DecompileType = this.commandLine.CalculateDecompileType();
44 context.IntermediateFolder = this.commandLine.CalculateIntermedateFolder(); 44 context.IntermediateFolder = this.commandLine.CalculateIntermedateFolder();