diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-12 10:25:25 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-12 12:42:50 +1000 |
| commit | 64122090e63c4c79fcbfdf7710ca10877e4c8e67 (patch) | |
| tree | 47771c51bf002871b7a19d557fd704db889dd643 /src/WixToolset.Extensibility/IWindowsInstallerBackendBinderExtension.cs | |
| parent | ed2e08b131b370ac12798109858a001e99e05758 (diff) | |
| download | wix-64122090e63c4c79fcbfdf7710ca10877e4c8e67.tar.gz wix-64122090e63c4c79fcbfdf7710ca10877e4c8e67.tar.bz2 wix-64122090e63c4c79fcbfdf7710ca10877e4c8e67.zip | |
Add section and TableDefinitionCollection to TryAddTupleToOutput methods.
Diffstat (limited to 'src/WixToolset.Extensibility/IWindowsInstallerBackendBinderExtension.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/IWindowsInstallerBackendBinderExtension.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/IWindowsInstallerBackendBinderExtension.cs b/src/WixToolset.Extensibility/IWindowsInstallerBackendBinderExtension.cs index 3f85e62c..34a02cd7 100644 --- a/src/WixToolset.Extensibility/IWindowsInstallerBackendBinderExtension.cs +++ b/src/WixToolset.Extensibility/IWindowsInstallerBackendBinderExtension.cs | |||
| @@ -24,7 +24,7 @@ namespace WixToolset.Extensibility | |||
| 24 | 24 | ||
| 25 | string ResolveMedia(MediaTuple mediaRow, string mediaLayoutDirectory, string layoutDirectory); | 25 | string ResolveMedia(MediaTuple mediaRow, string mediaLayoutDirectory, string layoutDirectory); |
| 26 | 26 | ||
| 27 | bool TryAddTupleToOutput(IntermediateTuple tuple, WindowsInstallerData output); | 27 | bool TryAddTupleToOutput(IntermediateSection section, IntermediateTuple tuple, WindowsInstallerData output, TableDefinitionCollection tableDefinitions); |
| 28 | 28 | ||
| 29 | /// <summary> | 29 | /// <summary> |
| 30 | /// Called after all output changes occur and right before the output is bound into its final format. | 30 | /// Called after all output changes occur and right before the output is bound into its final format. |
