diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-26 13:37:43 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-26 13:39:26 -0700 |
| commit | 65935b1338c097c4039bf8fda86f956b5e87d8b9 (patch) | |
| tree | a33a95ce034439d42d5982768116645f4825197a /src/WixToolset.Extensibility/IWindowsInstallerBackendBinderExtension.cs | |
| parent | 86487116cbe096a371414e8833667c63c3481947 (diff) | |
| download | wix-65935b1338c097c4039bf8fda86f956b5e87d8b9.tar.gz wix-65935b1338c097c4039bf8fda86f956b5e87d8b9.tar.bz2 wix-65935b1338c097c4039bf8fda86f956b5e87d8b9.zip | |
Update to WindowsInstallerData rename from Data
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 ba091fd9..22939103 100644 --- a/src/WixToolset.Extensibility/IWindowsInstallerBackendBinderExtension.cs +++ b/src/WixToolset.Extensibility/IWindowsInstallerBackendBinderExtension.cs | |||
| @@ -22,7 +22,7 @@ namespace WixToolset.Extensibility | |||
| 22 | 22 | ||
| 23 | string ResolveMedia(MediaTuple mediaRow, string mediaLayoutDirectory, string layoutDirectory); | 23 | string ResolveMedia(MediaTuple mediaRow, string mediaLayoutDirectory, string layoutDirectory); |
| 24 | 24 | ||
| 25 | bool TryAddTupleToOutput(IntermediateTuple tuple, Output output); | 25 | bool TryAddTupleToOutput(IntermediateTuple tuple, WindowsInstallerData output); |
| 26 | 26 | ||
| 27 | /// <summary> | 27 | /// <summary> |
| 28 | /// Called after all output changes occur and right before the output is bound into its final format. | 28 | /// Called after all output changes occur and right before the output is bound into its final format. |
