aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs
index e1e40f4a..b52ff434 100644
--- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs
+++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs
@@ -1153,7 +1153,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind
1153 { 1153 {
1154 foreach (var extension in this.BackendExtensions) 1154 foreach (var extension in this.BackendExtensions)
1155 { 1155 {
1156 if (extension.TryAddSymbolToOutput(this.Section, symbol, this.Output, this.TableDefinitions)) 1156 if (extension.TryProcessSymbol(this.Section, symbol, this.Output, this.TableDefinitions))
1157 { 1157 {
1158 return true; 1158 return true;
1159 } 1159 }