diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-02-23 09:23:01 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-02-27 07:47:08 -0800 |
| commit | 52f4ea0a7d85c2c83c7d6c771a3bdc6dd74fdbc0 (patch) | |
| tree | 20b58ee7e2b7c724c477ef6e95a8ed4ebbfa8a92 /src/WixToolset.Core.WindowsInstaller | |
| parent | da9f4cf9627ca628f87f0938414795258190439b (diff) | |
| download | wix-52f4ea0a7d85c2c83c7d6c771a3bdc6dd74fdbc0.tar.gz wix-52f4ea0a7d85c2c83c7d6c771a3bdc6dd74fdbc0.tar.bz2 wix-52f4ea0a7d85c2c83c7d6c771a3bdc6dd74fdbc0.zip | |
Integrate the latest Extensibility changes
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | 2 |
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 | } |
